Source author record

Wen Zhao

Wen Zhao appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

63works
11topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

63 published item(s)

preprint2025arXiv

Gravitational Lensing of Gravitational Waves: Spin-wave Optics through Black Hole Scattering

Gravitational-wave (GW) scattering in strong gravitational fields is a central problem in GW lensing. Yet, conventional treatments based on asymptotic expansions suffer from divergences and become unreliable near the optical axis. In this work, we present a rigorous calculation of GW scattering by a Schwarzschild black hole (BH) within the BH perturbation theory. By placing the observer at a finite distance and abandoning the asymptotic expansion of radial wave functions, we obtain a well-convergent partial-wave description without invoking any regularization scheme, thereby naturally resolving the divergences of the partial-wave series and the Poisson spot. We numerically computed the scattered GW waveforms by reconstructing the physical $+$ and $\times$ polarizations from the master variables, revealing the formation of the Poisson spot and pronounced wavefront distortions. A systematic comparison with conventional asymptotic approaches shows that they reproduce only qualitative features at large scattering angles and fail in the forward-scattering region. We further compare the frequency-domain transmission factors derived from the scattering formalism with those obtained from the Kirchhoff diffraction integral, finding significant discrepancies at high frequencies due to the latter's neglect of long-range gravitational effects and polarization evolution. Our results establish a stable and physically transparent framework for GW scattering in strong-field regimes and provide a solid foundation for accurate modeling of GW lensing beyond standard approximations.

preprint2025arXiv

TTC: Transformer-based TDE Classifier for the Wide Field Survey Telescope (WFST)

We propose the Transformer-based Tidal disruption events (TDE) Classifier (\texttt{TTC}), specifically designed to operate effectively with both real-time alert streams and archival data of the Wide Field Survey Telescope (WFST). It aims to minimize the reliance on external catalogs and find TDE candidates from pure light curves, which is more suitable for finding TDEs in faint and distant galaxies. \texttt{TTC} consists of two key modules that can work independently: (1) A light curve parametric fitting module and (2) a Transformer (\texttt{Mgformer})-based classification network. The training of the latter module and evaluation for each module utilize a light curve dataset of 7413 spectroscopically classified transients from the Zwicky Transient Facility (ZTF). The \texttt{Mgformer}-based module is superior in performance and flexibility. Its representative recall and precision values are 0.79 and 0.76, respectively, and can be modified by adjusting the threshold. It can also efficiently find TDE candidates within 30 days from the first detection. For comparison, the parametric fitting module yields values of 0.72 and 0.40, respectively, while it is $>$10 times faster in average speed. Hence, the setup of modules allows a trade-off between performance and time, as well as precision and recall. \texttt{TTC} has successfully picked out all spectroscopically identified TDEs among ZTF transients in a real-time classification test, and selected $\sim$20 TDE candidates in the deep field survey data of WFST. The discovery rate will greatly increase once the differential database for the wide field survey is ready.

preprint2022arXiv

AutoQGS: Auto-Prompt for Low-Resource Knowledge-based Question Generation from SPARQL

This study investigates the task of knowledge-based question generation (KBQG). Conventional KBQG works generated questions from fact triples in the knowledge graph, which could not express complex operations like aggregation and comparison in SPARQL. Moreover, due to the costly annotation of large-scale SPARQL-question pairs, KBQG from SPARQL under low-resource scenarios urgently needs to be explored. Recently, since the generative pre-trained language models (PLMs) typically trained in natural language (NL)-to-NL paradigm have been proven effective for low-resource generation, e.g., T5 and BART, how to effectively utilize them to generate NL-question from non-NL SPARQL is challenging. To address these challenges, AutoQGS, an auto-prompt approach for low-resource KBQG from SPARQL, is proposed. Firstly, we put forward to generate questions directly from SPARQL for the KBQG task to handle complex operations. Secondly, we propose an auto-prompter trained on large-scale unsupervised data to rephrase SPARQL into NL description, smoothing the low-resource transformation from non-NL SPARQL to NL question with PLMs. Experimental results on the WebQuestionsSP, ComlexWebQuestions 1.1, and PathQuestions show that our model achieves state-of-the-art performance, especially in low-resource settings. Furthermore, a corpus of 330k factoid complex question-SPARQL pairs is generated for further KBQG research.

preprint2022arXiv

Constraints on the Nieh-Yan modified teleparallel gravity with gravitational waves

The discovery of gravitational waves (GWs) from the compact binary components by LIGO/Virgo Collaboration provides an unprecedented opportunity for testing gravity in the strong and highly dynamical field regime of gravity. Currently a lot of model-independent tests have been performed by LIGO/Virgo Collaboration and no any significant derivation from general relativity has been found. In this paper, we study the parity violating effects on the propagation of GWs in the Nieh-Yan modified teleparallel gravity, a theory which modifies general relativity by a parity violating Nieh-Yan term. We calculate the corresponding parity violating waveform of GWs produced by the coalescence of compact binaries. By comparing the two circular polarization modes, we find the effects of the velocity birefringence of GWs in their propagation caused by the parity violation due to the Nieh-Yan term, which are explicitly presented in the GW waveforms by the phase modification. With such phase modifications to the waveform, we perform the full Bayesian inference with the help of the open source software {\texttt Bilby} on the GW events of binary black hole merges (BBH) in the LIGO-Virgo catalogs GWTC-1 and GWTC-2. We do not find any significant evidence of parity violation due to the parity violating Nieh-Yan term and thus place an upper bound on the energy scale $M_{\rm PV} < 6.5 \times 10^{-42} \; {\rm GeV}$ at 90\% confidence level, which represents the first constraint on the Nieh-Yan modified teleparallel gravity so far.

preprint2022arXiv

Eliciting Knowledge from Pretrained Language Models for Prototypical Prompt Verbalizer

Recent advances on prompt-tuning cast few-shot classification tasks as a masked language modeling problem. By wrapping input into a template and using a verbalizer which constructs a mapping between label space and label word space, prompt-tuning can achieve excellent results in zero-shot and few-shot scenarios. However, typical prompt-tuning needs a manually designed verbalizer which requires domain expertise and human efforts. And the insufficient label space may introduce considerable bias into the results. In this paper, we focus on eliciting knowledge from pretrained language models and propose a prototypical prompt verbalizer for prompt-tuning. Labels are represented by prototypical embeddings in the feature space rather than by discrete words. The distances between the embedding at the masked position of input and prototypical embeddings are used as classification criterion. For zero-shot settings, knowledge is elicited from pretrained language models by a manually designed template to form initial prototypical embeddings. For few-shot settings, models are tuned to learn meaningful and interpretable prototypical embeddings. Our method optimizes models by contrastive learning. Extensive experimental results on several many-class text classification datasets with low-resource settings demonstrate the effectiveness of our approach compared with other verbalizer construction methods. Our implementation is available at https://github.com/Ydongd/prototypical-prompt-verbalizer.

preprint2022arXiv

Forecasts on CMB lensing observations with AliCPT-1

AliCPT-1 is the first Chinese CMB experiment aiming for high precision measurement of Cosmic Microwave Background B-mode polarization. The telescope, currently under deployment in Tibet, will observe in two frequency bands centered at 90 and 150 GHz. We forecast the CMB lensing reconstruction, lensing-galaxy as well as lensing-CIB (Cosmic Infrared Background) cross correlation signal-to-noise ratio (SNR) for AliCPT-1. We consider two stages with different integrated observation time, namely "4 module*yr" (first stage) and "48 module*yr" (final stage). For lensing reconstruction, we use three different quadratic estimators, namely temperature-only, polarization-only and minimum-variance estimators, using curved sky geometry. We take into account the impact of inhomogeneous hit counts as well as of the mean-field bias due to incomplete sky coverage. In the first stage, our results show that the 150 GHz channel is able to measure the lensing signal at $15σ$ significance with the minimum-variance estimator. In the final stage, the measurement significance will increase to $31σ$. We also combine the two frequency data in the harmonic domain to optimize the SNR. Our result show that the coadding procedure can significantly reduce the reconstruction bias in the multiple range l>800. Thanks to the high quality of the polarization data in the final stage of AliCPT-1, the EB estimator will dominate the lensing reconstruction in this stage. We also estimate the SNR of cross-correlations between AliCPT-1 CMB lensing and other tracers of the large scale structure of the universe. For its cross-correlation with DESI galaxies/quasars, we report the cross-correlation SNR = 10-20 for the 4 redshift bins at 0.05<z<2.1. In the first stage, the total SNR is about $32$. In the final stage, the lensing-galaxy cross-correlation can reach SNR=52.

preprint2022arXiv

Gravitational wave constraints on Lorentz and parity violations in gravity: high-order spatial derivative cases

High-order spatial derivatives are of crucial importance for constructing the low energy effective action of a Lorentz or parity violating theory of quantum gravity. One example is the Hořava-Lifshitz gravity, in one has to consider at least the sixth-order spatial derivatives in the gravitational action, in order to make the theory power-counting renormalizable. In this paper, we consider the Lorentz and parity violating effects on the propagation of GWs due to the fifth and sixth-order spatial derivatives respectively. For this purpose we calculate the corresponding Lorentz and parity violating waveforms of GWs produced by the coalescence of compact binaries. By using these modified waveforms, we perform the full Bayesian inference with the help of the open source software \texttt{Bilby} on the selected GW events of binary black hole (BBH) and binary neutron stars (BNS) merges in the LIGO-Virgo catalogs GWTC-1 and GWTC-2. Overall we do not find any significant evidence of Lorentz and parity violation due to the fifth and sixth-order spatial derivatives and thus place lower bounds on the energy scales $M_{\rm LV} > 2.4 \times 10^{-16} \; {\rm GeV}$ for Lorentz violation and $M_{\rm PV} > 1.0 \times 10^{-14} \; {\rm GeV}$ for parity violation at 90\% confidence level. Both constraints represent the first constraints on the fifth- and sixth-order spatial derivative terms respectively in the framework of spatial covariant gravity by using the observational data of GWs.

preprint2022arXiv

Measurement-dependent erasure of distinguishability for the observation of interference in an unbalanced SU(1,1) interferometer

It is known that quantum interference can disappear with the mere possibility of distinguishability without actually performing the act. We create such distinguishability in an unbalanced SU(1,1) interferometer and indeed observe no interference in the direct photodetection of the outputs. On the other hand, such distinguishability can be erased with a projective measurement. Here, we report a method of homodyne detection that can also recover interference effect. We find that it is the indistinguishability in amplitude measurement that leads to the recovery of interference, and the quantum nature of homodyne detection and the detector's slow response time both play an essential role. This is different from the quantum eraser schemes mentioned above. It demonstrates that quantum interference occurs in the measurement processes. With no need for path compensation, the unbalanced interferometers studied here should have practical applications in quantum metrology and sensing.

preprint2022arXiv

Post-Newtonian parameters of ghost-free parity-violating gravities

We investigate the slow-motion and weak-field approximation of the general ghost-free parity-violating (PV) theory of gravity in the parametrized post-Newtonian (PPN) framework and derive the perturbative field equations, which are modified by the PV terms of this theory. The complete PPN parameters are obtained by solving the perturbative field equations. We find that all the PPN parameters are exactly the same as those in general relativity, except for an extra parameter $κ$, which is caused by the new curl-type term in the gravitomagnetic sector of the metric in this theory. We calculate the precession effects of gyroscopes in this theory and constrain the model parameters by the observations of the Gravity Probe B experiment.

preprint2022arXiv

Scalar quadratic maximum likelihood estimators for the CMB cross power spectrum

Estimating the cross-correlation power spectra of cosmic microwave background (CMB), in particular, the T B and EB spectra, is important for testing parity symmetry in cosmology and diagnosing insidious instruments systematics. The Quadratic Maximum Likelihood (QML) estimator provides the optimal estimates of power spectra, but it is computationally very expensive. The hybrid pseudo-Cl estimator is computationally fast but performs poorly on large scales. As a natural extension of previous work (Chen et al. 2021), in this article, we present a new unbiased estimator based on the Smith-Zaldarriaga (SZ) approach of E-B separation and scalar QML approach to reconstruct the cross-correlation power spectrum, called QML-SZ estimator. Our new estimator relies on the ability to construct scalar maps, which allows us to use a scalar QML estimator to obtain the cross-correlation power spectrum. By reducing the pixel number and algorithm complexity, the computational cost is nearly one order of magnitude smaller and the running time is nearly two orders of magnitude faster in the test situations.

preprint2022arXiv

The effects of peculiar velocities on the morphological properties of large-scale structure

It is known that the large-scale structure (LSS) mapped by a galaxy redshift survey is subject to distortions by galaxies' peculiar velocities. Besides the signatures generated in common N-point statistics, such as the anisotropy in the galaxy 2-point correlation function, the peculiar velocities also induce distinct features in LSS's morphological properties, which are fully described by four Minkowski functionals (MFs), i.e., the volume, surface area, integrated mean curvature and Euler characteristic (or genus). In this work, by using large suite of N-body simulations, we present and analyze these important features in the MFs of LSS on both (quasi-)linear and non-linear scales, with a focus on the latter. We also find the MFs can give competitive constraints on cosmological parameters compared to the power spectrum, probablly due to the non-linear information contained. For galaxy number density similar to the DESI BGS galaxies, the constraint on $σ_8$ from the MFs with one smoothing scale can be better by $\sim 50\%$ than from the power spectrum. These findings are important for the cosmological applications of MFs of LSS, and probablly open up a new avenue for studying the peculiar velocity field itself.

preprint2022arXiv

Time-domain measurement of ultra-fast intensity difference squeezed pulse pairs generated in fiber

Pulsed pumped four-wave mixing process via $χ^{(3)}$ non-linearity in optical fiber can generate optical pulses with continuous variable quantum correlation. However, pair-wise correlation of the generated pulses in this system has not been studied. Here we report a time-domain measurement of an intensity difference squeezed state generated in fiber. With a fast response differential detection system, we show the generated twin-beam pulses are pair-wisely correlated, and -3.8 dB (-8.1 dB after detection losses correction) intensity difference squeezing degree is measured in time-domain. Our result is benefit for generating multi-mode entangled state by time-division multiplexing in fiber system.

preprint2021arXiv

Gravitational-Wave Implications for the Parity Symmetry of Gravity at GeV Scale

Einstein's general relativity, as the most successful theory of gravity, is one of the cornerstones of modern physics. However, the experimental tests for gravity in the high energy region are limited. The emerging gravitational-wave astronomy has opened an avenue for probing the fundamental properties of gravity in strong and dynamical field, and in particular, high energy regime. In this work, we test the parity conservation of gravity with gravitational waves. If the parity symmetry is broken, the left- and right-handed modes of gravitational waves would follow different equations of motion, dubbed as birefringence. We perform full Bayesian inference by comparing the state-of-the-art waveform with parity violation with the compact binary coalescence data released by LIGO and Virgo collaboration. We do not find any violations of general relativity, thus constrain the lower bound of the parity-violating energy scale to be $0.09$ GeV through the velocity birefringence of gravitational waves. This provides the most stringent experimental test of gravitational parity symmetry up to date. We also find third generation gravitational-wave detectors can enhance this bound to $\mathcal{O}(10^2)$ GeV if there is still no violation, comparable to the current LHC energy scale in particle physics, which indicates gravitational-wave astronomy can usher in a new era of testing the ultraviolet behavior of gravity in the high energy region.

preprint2021arXiv

Propagation of temporal mode multiplexed optical fields in fibers: influence of dispersion

Exploiting two interfering fields which are initially in the same temporal mode but with the spectra altered by propagating through different fibers, we characterize how the spectra of temporal modes changes with the fiber induced dispersion by measuring the fourth-order interference when the order number and bandwidth of temporal modes are varied. The experiment is done by launching a pulsed field in different temporal modes into an unbalanced Mach-Zehnder interferometer, in which the fiber lengths in two arms are different. The results show that the mode mismatch of two interfering fields, reflected by the visibility and pattern of interference, is not only dependent upon the amount of unbalanced dispersion but also related to the order number of temporal mode. In particular, the two interfering fields may become orthogonal under a modest amount of unbalanced dispersion when the mode number of the fields is $k\geq2$. Moreover, we discuss how to recover the spectrally distorted temporal mode by measuring and compensating the transmission induced dispersion. Our investigation paves the way for further investigating the distribution of temporally multiplexed quantum states in fiber network.

preprint2021arXiv

The design of the Ali CMB Polarization Telescope receiver

Ali CMB Polarization Telescope (AliCPT-1) is the first CMB degree-scale polarimeter to be deployed on the Tibetan plateau at 5,250m above sea level. AliCPT-1 is a 90/150 GHz 72 cm aperture, two-lens refracting telescope cooled down to 4 K. Alumina lenses, 800mm in diameter, image the CMB in a 33.4° field of view on a 636mm wide focal plane. The modularized focal plane consists of dichroic polarization-sensitive Transition-Edge Sensors (TESes). Each module includes 1,704 optically active TESes fabricated on a 150mm diameter silicon wafer. Each TES array is read out with a microwave multiplexing readout system capable of a multiplexing factor up to 2,048. Such a large multiplexing factor has allowed the practical deployment of tens of thousands of detectors, enabling the design of a receiver that can operate up to 19 TES arrays for a total of 32,376 TESes. AliCPT-1 leverages the technological advancements in the detector design from multiple generations of previously successful feedhorn-coupled polarimeters, and in the instrument design from BICEP-3, but applied on a larger scale. The cryostat receiver is currently under integration and testing. During the first deployment year, the focal plane will be populated with up to 4 TES arrays. Further TES arrays will be deployed in the following years, fully populating the focal plane with 19 arrays on the fourth deployment year. Here we present the AliCPT-1 receiver design, and how the design has been optimized to meet the experimental requirements.

preprint2020arXiv

Accessible precisions for estimating two conjugate parameters using Gaussian probes

We analyse the precision limits for simultaneous estimation of a pair of conjugate parameters in a displacement channel using Gaussian probes. Having a set of squeezed states as an initial resource, we compute the Holevo Cramér-Rao bound to investigate the best achievable estimation precisions if only passive linear operations are allowed to be performed on the resource prior to probing the channel. The analysis reveals the optimal measurement scheme and allows us to quantify the best precision for one parameter when the precision of the second conjugate parameter is fixed. To estimate the conjugate parameter pair with equal precision, our analysis shows that the optimal probe is obtained by combining two squeezed states with orthogonal squeezing quadratures on a 50:50 beam splitter. If different importance are attached to each parameter, then the optimal mixing ratio is no longer 50:50. Instead it follows a simple function of the available squeezing and the relative importance between the two parameters.

preprint2020arXiv

Comprehensive analysis of the tidal effect in gravitational waves and implication for cosmology

Detection of gravitational waves (GWs) produced by coalescence of compact binaries provides a novel way to measure the luminosity distance of GW events. Combining their redshift, they can act as standard sirens to constrain cosmological parameters. For various GW detector networks in 2nd-generation (2G), 2.5G and 3G, we comprehensively analyze the method to constrain the equation-of-state (EOS) of binary neutron-stars (BNSs) and extract their redshifts through the imprints of tidal effects in GW waveforms. We find for these events, the observations of electromagnetic counterparts in low-redshift range $z < 0.1$ are important for constraining the tidal effects. Considering 17 different EOSs of NSs or quark-stars, we find GW observations have strong capability to determine the EOS. Applying the events as standard sirens, and considering the constraints of NS's EOS derived from low-redshift observations as prior, we can constrain the dark-energy EOS parameters $w_0$ and $w_a$. In 3G era, the potential constraints are $Δw_0\in (0.0006,0.004)$ and $Δw_a\in(0.004,0.02)$, which are 1-3 orders smaller than those from traditional methods, including Type Ia supernovas and baryon acoustic oscillations. The constraints are also 1 order smaller than the method of GW standard siren by fixing the redshifts through short-hard $γ$-ray bursts, due to more available GW events in this method. Therefore, GW standard sirens, based on the tidal effect measurement, provide a realizable and much more powerful tool in cosmology.

preprint2020arXiv

Constraining Screened Modified Gravity by Space-borne Gravitational-wave Detectors

The screened modified gravity (SMG) is a unified theoretical framework, which describes the scalar-tensor gravity with screening mechanism. Based on the gravitational-wave (GW) waveform derived in our previous work \citep{liu2018waveforms}, in this article we investigate the potential constraints on SMG theory through the GW observation of the future space-borne GW detectors, including LISA, TianQin and Taiji. We find that, for the EMRIs consisting of a massive black hole and a neutron star, if the EMRIs are at Virgo cluster, the GW signals can be detected by the detectors at quite high significant level, and the screened parameter $ε_{\rm NS}$ can be constrained at about $\mathcal{O}(10^{-5})$, which is more than one order of magnitude tighter than the potential constraint given by ground-based Einstein telescope. However, for the EMRIs consisting of a massive black hole and a white dwarf, it is more difficult to be detected than the previous case. For the specific SMG models, including chameleon, symmetron and dilaton, we find these constraints are complementary with that from Cassini experiment, but weaker than those from lunar laser ranging observations and binary pulsars, due to the strong gravitational potentials on the surface of neutron stars. By analyzing the deviation of GW waveform in SMG from that in general relativity, as anticipated, we find the dominant contribution of the SMG constraining comes from the correction terms in the GW phases, rather than the extra polarization modes or the correction terms in the GW amplitudes.

preprint2020arXiv

Constraints of general screened modified gravities from comprehensive analysis of binary pulsars

Testing gravity by binary pulsars nowadays becomes a key issue. Screened modified gravity is a kind of scalar-tensor theory with screening mechanism in order to satisfy the tight Solar System tests. In this paper, we investigate how the screening mechanism affects the orbital dynamics of binary pulsars, and calculate in detail the five post-Keplerian (PK) parameters in this theory. These parameters differ from those of general relativity (GR), and the differences are quantified by the scalar charges, which lead to the dipole radiation in this theory. We combine the observables of PK parameters for the ten binary pulsars, respectively, to place the constraints on the scalar charges and possible deviations from GR. The dipole radiation in the neutron star (NS) - white dwarf (WD) binaries leads to more stringent constraints on deviations from GR. The most constraining systems for the scalar charges of NS and WD are PSR~B1913$+$16 and PSR~J1738$+$0333, respectively. The results of all tests exclude significant strong-field deviations and show good agreement with GR.

preprint2020arXiv

Gravitational waveforms from the quasicircular inspiral of compact binaries in massive Brans-Dicke theory

We study the gravitational waves emitted by an inspiralling compact binary system in massive Brans-Dicke theory. In addition to the two tensor polarizations, which have been obtained in the previous work, we calculate explicitly and analytically the expressions for the time-domain waveforms of the two scalar polarizations. With the stationary phase approximations, we obtain the Fourier transforms of the two tensor polarizations. We find that when the scalar field is light, the waveforms can be mapped to the parametrized post-Einsteinian (ppE) framework and we identify the ppE parameters. However, when the scalar field is heavy, the ppE framework is not applicable. We also obtain the projected constraints on the parameters of this theory by gravitational wave observations of future ground-based detectors. Finally, we apply our result to the model proposed by Damour and Esposito-Farèse, $f(R)$ gravity, and screened modified gravity.

preprint2020arXiv

Model-independent test of the parity symmetry of gravity with gravitational waves

Gravitational wave (GW) data can be used to test the parity symmetry of gravity by investigating the difference between left-hand and right-hand circular polarization modes. In this article, we develop a method to decompose the circular polarizations of GWs produced during the inspiralling stage of compact binaries, with the help of stationary phase approximation. The foremost advantage is that this method is simple, clean, independent of GW waveform, and is applicable to the existing detector network. Applying it to the mock data, we test the parity symmetry of gravity by constraining the velocity birefringence of GWs. If a nearly edge-on binary neutron-stars with observed electromagnetic counterparts at 40 Mpc is detected by the second-generation detector network, one could derive the model-independent test on the parity symmetry in gravity: the lower limit of the energy scale of parity violation can be constrained within $\mathcal{O}(10^4{\rm eV})$.

preprint2020arXiv

Polarized primordial gravitational waves in the ghost-free parity-violating gravity

The tests of parity symmetry in the gravitational interaction is an attractive issue in the gravitational-wave astronomy. In the general theories of gravity with parity violation, one of the fundamental results is that the primordial gravitational waves (PGWs) produced during the slow-roll inflation is circularly polarized. In this article, we investigate the polarization of PGWs in the recently proposed ghost-free parity-violating gravity, which generalizes the Chern-Simons gravity by including the higher derivatives of the coupling scalar field. For this purpose, we first construct the approximate analytical solution to the mode function of the PGWs during the slow-roll inflation by using the uniform asymptotic approximation. With the approximate solution, we calculate explicitly the power spectrum and the corresponding circular polarization of the PGWs analytically, and find that the contributions of the higher derivatives of the coupling scalar field to the circular polarization is of the same order of magnitude as that of Chern-Simons gravity. The degree of circular polarization of PGWs is suppressed by the energy scale of parity violation in gravity, which is hardly detected on the basis solely of two-point statistics from future cosmic microwave background data.

preprint2020arXiv

Spherically symmetric static black holes in Einstein-aether theory

In this paper, we systematically study spherically symmetric static spacetimes in the framework of Einstein-aether theory, and pay particular attention to the existence of black holes (BHs). In the present studies we first clarify several subtle issues. In particular, we find that, out of the five non-trivial field equations, only three are independent, so the problem is well-posed, as now generically there are only three unknown functions, {$F(r), B(r), A(r)$, where $F$ and $B$ are metric coefficients, and $A$ describes the aether field.} In addition, the two second-order differential equations for $A$ and $F$ are independent of $B$, and once they are found, $B$ is given simply by an algebraic expression of $F,\; A$ and their derivatives. To simplify the problem further, we explore the symmetry of field redefinitions, and work first with the redefined metric and aether field, and then obtain the physical ones by the inverse transformations. These clarifications significantly simplify the computational labor, which is important, as the problem is highly involved mathematically. In fact, it is exactly because of these, we find various numerical BH solutions with an accuracy that is at least two orders higher than previous ones. More important, these BH solutions are the only ones that satisfy the self-consistent conditions and meantime are consistent with all the observational constraints obtained so far. The locations of universal horizons are also identified, together with several other observationally interesting quantities, such as the innermost stable circular orbits (ISCO), the ISCO frequency, and the maximum redshift $z_{max}$ of a photon emitted by a source orbiting the ISCO. All of these quantities are found to be quite close to their relativistic limits.

preprint2020arXiv

Statistical study of gamma-ray bursts with jet break feature in multi-wavelength afterglow emissions

It is generally supposed that a transition from the normal decay phase (decay slope $\sim -1$) to a steeper phase (decay slope $\sim -2$) could be suggested as a jet break. The jet opening angle $θ_{\rm jet}$ is then calculated from the jet break time of the afterglow light curve. This allows the derivation of the collimation-corrected energy $E_{\rm jet}$ of those GRBs. We extensively searched for the GRBs with jet break features from multi-wavelength afterglow light curves, and 138 GRBs with significant breaks were collected. The jet break times of those GRBs mainly range from 1000 s to $10^6$ s, and the distribution of the collimation-corrected energy $E_{\rm jet}$ peaks at $\sim10^{50}$ erg. We also confirmed the $E_{\rm γ,iso}-E_{\rm p,i}$, $E_{\rm jet}-E_{\rm p,i}$ and $E_{\rm γ,iso}-θ_{\rm jet}$ relations, and found $E_{\rm γ,iso}-T_{\rm j,z}-E_{\rm p,i}$ relation remains tight with more multi-wavelength data. This tight $E_{\rm γ,iso}-T_{\rm j,z}-E_{\rm p,i}$ relation is also conformed by different groups of our selected GRBs in the paper. In addition, another two new and tighter correlations among $E_{\rm jet}-T_{\rm j,z}-E_{\rm p,i}$ are well confirmed for different circumburst mediums in this paper. We suggest that those tight three-parameter correlations are more physical, and could be widely applied to constrain the cosmological parameters.

preprint2020arXiv

Towards ending the partial sky E-B ambiguity in CMB observations

A crucial problem for partial sky analysis of CMB polarization is the $E$-$B$ leakage problem. Such leakage arises from the presence of `ambiguous' modes that satisfy properties of both $E$ and $B$ modes. Solving this problem is critical for primordial polarization $B$ mode detection in partial sky CMB polarization experiments. In this work we introduce a new method for reducing the leakage. We demonstrate that if we complement the $E$-mode information outside the observation patch with ancillary data from full-sky CMB observations, we can reduce and even effectively remove the $E$-to-$B$ leakage. For this objective, we produce $E$-mode Stokes $QU$ maps from Wiener filtered full-sky intensity and polarization CMB observations. We use these maps to fill the sky region that is not observed by the ground-based experiment of interest, and thus complement the partial sky Stokes $QU$ maps. Since the $E$-mode information is now available on the full sky we see a significant reduction in the $E$-to-$B$ leakage. We evaluate on simulated data sets the performance of our method for a `shallow' $f_\text{sky}=8\%$, and a `deep' $f_\text{sky}=2\%$ northern hemisphere sky patch, with AliCPT-like properties, and a LSPE-like $f_\text{sky}=30\%$ sky patch, by combining those observations with Planck-like full sky polarization maps. We find that our method outperforms the standard and the pure-$B$ method pseudo-$C_\ell$ estimators for all of our simulations. Our new method gives unbiased estimates of the $B$-mode power spectrum through-out the entire multipole range with near-optimal pseudo-$C_\ell$ errors for $\ell>20$. We also study the application of our method to the CMB-S4 experiment combined with LiteBIRD-like full sky data, and show that using signal-dominated full sky $E$-mode data we can eliminate the $E$-to-$B$ leakage problem.

preprint2019arXiv

On using inspiralling supermassive binary black holes in the PTA frequency band as standard sirens to constrain dark energy

Supermassive binary black holes (SMBBHs) in galactic centers may radiate gravitational wave (GW) in the nano-Hertz frequency band, which are expected to be detected by pulsar timing arrays (PTAs) in the near future. GW signals from individual SMBBHs at cosmic distances, if detected by PTAs, are potentially powerful standard sirens that can be used to independently measure distances and thus put constraints on cosmological parameters. In this paper, we investigate the constraint that may be obtained on the equation of state ($w$) of dark energy by using those SMBBHs, expected to be detected by the PTAs in the Square Kilometre Array (SKA) era. By considering both the currently available SMBBH candidates and mock SMBBHs in the universe resulting from a simple galaxy major merger model, we find that $\sim 200$ to $3000$ SMBBHs with chirp mass $>10^9M_\odot$ are expected to be detected with signal-to-noise ratio $>10$ by SKA-PTA with conservative and optimistic settings and they can be used to put a constraint on $w$ to an uncertainty of $Δw\sim 0.02-0.1$. If further information on the mass and mass ratio of those SMBBHs can be provided by electromagnetic observations (e.g., chirp mass uncertainty $\lesssim 50\%$), the constraint may be further improved to $\lesssim 0.01$ level, as many more SMBBHs will be detected by SKA-PTA with relatively better distance measurements and can be used as the standard sirens.

preprint2019arXiv

Waveform of gravitational waves in the general parity-violating gravities

As an extension of our previous work [J.Qiao, T.Zhu, W.Zhao & A.Wang, arXiv:1909.03815], in this article, we calculate the effects of parity violation on gravitational-wave (GW) waveforms during their propagation in the most general parity-violating gravities, including Chern-Simons modified gravity, ghost-free scalar-tensor gravity, symmetric teleparallel equivalence of GR theory, Hořava-Lifshitz gravity and so on. For this purpose, we consider the GWs generated by the coalescence of compact binaries and concentrate on the imprints of the parity violation in the propagation of GWs. With a unified description of GW in the theories of parity-violating gravity, we study the effects of velocity and amplitude birefringence on the GW waveforms. Decomposing the GWs into the circular polarization modes, the two birefringence effects exactly correspond to the modifications in phase and amplitude of GW waveforms respectively. We find that, for each circular polarization mode, the amplitude, phase and velocity of GW can be modified by both the parity-violating terms and parity-conserving terms in gravity. Therefore, in order to test the parity symmetry in gravity, we should compare the difference between two circular polarization modes, rather than measuring an individual mode. Combining two circular modes, we obtain the GW waveforms in the Fourier domain, and obtain the deviations from those in General Relativity. The GW waveforms derived in this paper are also applicable to the theories of parity-conserving gravity, which have the modified dispersion relations (e.g. massive gravity, double special relativity theory, extra-dimensional theories, etc), or/and have the modified friction terms (e.g. nonlocal gravity, gravitational theory with time-dependent Planck mass, etc).

preprint2019arXiv

Waveform of gravitational waves in the ghost-free parity-violating gravities

Gravitational waves (GWs) provide an excellent opportunity to test the gravity in the strong gravitational fields. In this article, we calculate the waveform of GWs, produced by the coalescence of compact binaries, in an extension of the Chern-Simons gravity by including higher derivatives of the coupling scalar field. By comparing the two circular polarization modes, we find the effects of amplitude birefringence and velocity birefringence of GWs in their propagation caused by the parity violation in gravity, which are explicitly presented in the GW waveforms by the amplitude and phase modifications respectively. Combining the two modes, we obtain the GW waveforms in the Fourier domain, and find that the deviations from those in General Relativity are dominated by effects of velocity birefringence of GWs. In addition, we also map the effects of the parity violation on the waveform onto the parameterized post-Einsteinian (PPE) framework and identify explicitly the PPE parameters.

preprint2016arXiv

Broad Balmer Absorption Line Variability: Evidence of Gas Transverse Motion in the QSO SDSS J125942.80+121312.6

We report on the discovery of broad Balmer absorption lines variability in the QSO SDSS J125942.80+121312.6, based on the optical and near-infrared spectra taken from the SDSS-I, SDSS-III Baryon Oscillation Spectroscopic Survey (BOSS), and TripleSpec observations over a timescale of 5.8 years in the QSO's rest-frame. The blueshifted absorption profile of H$β$ shows a variation of more than 5$σ$ at a high velocity portion ($>3000\ \mathrm{km\ s}^{-1}$) of the trough. We perform a detailed analysis for the physical conditions of the absorber using Balmer lines as well as metastable He I and optical Fe II absorptions ($λ4233$ from b$^4$P$_{5/2}$ level and $λ5169$ from a$^6$S$_{5/2}$) at the same velocity. These Fe II lines are identified in the QSO spectra for the first time. According to the photoionization simulations, we estimate a gas density of $n(\mathrm{H})\approx 10^{9.1}\ \mathrm{cm}^{-3}$ and a column density of $N_{\mathrm{col}}(\mathrm{H})\approx 10^{23}\ \mathrm{cm}^{-2}$ for the BOSS data, but the model fails to predict the variations of ionic column densities between the SDSS and BOSS observations if changes in ionizing flux are assumed. We thus propose transverse motion of the absorbing gas being the cause of the observed broad Balmer absorption line variability. In fact, we find that the changes in covering factors of the absorber can well-reproduce all of the observed variations. The absorber is estimated $\sim 0.94$ pc away from the central engine, which is where the outflow likely experiences deceleration due to the collision with the surrounding medium. This scheme is consistent with the argument that LoBAL QSOs may represent the transition from obscured star-forming galaxies to classic QSOs.

preprint2016arXiv

Preferred axis in cosmology

The foundation of modern cosmology relies on the so-called cosmological principle which states an homogeneous and isotropic distribution of matter in the universe on large scales. However, recent observations, such as the temperature anisotropy of the cosmic microwave background (CMB) radiation, the motion of galaxies in the universe, the polarization of quasars and the acceleration of the cosmic expansion, indicate preferred directions in the sky. If these directions have a cosmological origin, the cosmological principle would be violated, and modern cosmology should be reconsidered. In this paper, by considering the preferred axis in the CMB parity violation, we find that it coincides with the preferred axes in CMB quadrupole and CMB octopole, and they all align with the direction of the CMB kinematic dipole. In addition, the preferred directions in the velocity flows, quasar alignment, anisotropy of the cosmic acceleration, the handedness of spiral galaxies, and the angular distribution of the fine-structure constant are also claimed to be aligned with the CMB kinematic dipole. Since CMB dipole was confirmed to be caused by the motion of our local group of galaxies relative to the reference frame of the CMB, the coincidence of all these preferred directions hints that these anomalies have a common origin, which is not cosmological or due to a gravitational effect. The systematical or contaminative errors in observation or in data analysis, which can be directly related to the motion of our local group of galaxies, can play an important role in explaining the anomalies.

preprint2016arXiv

Preferred axis of CMB parity asymmetry in the masked maps

Both WMAP and Planck data show a significant odd-multipole preference in the large scales of the cosmic microwave background (CMB) temperature anisotropies. If this pattern originates from cosmological effects, then it can be considered a crucial clue for a violation in the cosmological principle. By defining various direction dependent statistics in the full-sky Planck 2015 maps (see, for instance, Naselsky et al. (2012); W. Zhao (2014)), we found that the CMB parity asymmetry has a preferred direction, which is independent of the choices of the statistics. In particular, this preferred axis is strongly aligned with those in the CMB quadrupole and octopole, as well as that in the CMB kinematic dipole, which hints to their non-cosmological origin. In realistic observations, the foreground residuals are inevitable, and should be properly masked out in order to avoid possible misinterpretation of the results. In this paper, we extend our previous analyses to the masked Planck 2015 data. By defining a similar direction dependent statistic in the masked map, we find a preferred direction of the CMB parity asymmetry, in which the axis also coincides with that found in the full-sky analysis. Therefore, our conclusions on the CMB parity violation and its directional properties are confirmed.

preprint2016arXiv

Probing the statistical properties of CMB $B$-mode polarization through Minkowski Functionals

The detection of the magnetic type $B$-mode polarization is the main goal of future cosmic microwave background (CMB) experiments. In the standard model, the $B$-mode map is a strongly non-gaussian field due to the lensed component. Besides the two-point correlation function, the other statistics are also very important to dig the information of the polarization map. In this paper, we employ the Minkowski functionals to study the morphological properties of the lensed $B$-mode maps. We find that the deviations from Gaussianity are very significant for both full and partial-sky surveys. As an application of the analysis, we investigate the morphological imprints of the foreground residuals in the $B$-mode map. We find that even for very tiny foreground residuals, the effects on the map can be detected by the Minkowski functional analysis. Therefore, it provides a complementary way to investigate the foreground contaminations in the CMB studies.

preprint2016arXiv

Scale-dependent CMB power asymmetry from primordial speed of sound and a generalized $δ$N formalism

We explore a plausible mechanism that the hemispherical power asymmetry in the CMB is produced by the spatial variation of the primordial sound speed parameter. We suggest that in a generalized approach of the $δN$ formalism the local e-folding number may depend on some other primordial parameters besides the initial values of inflaton. Here the $δN$ formalism is extended by considering the effects of a spatially varying sound speed parameter caused by a super-Hubble perturbation of a light field. Using this generalized $δN$ formalism, we systematically calculate the asymmetric primordial spectrum in the model of multi-speed inflation by taking into account the constraints of primordial non-Gaussianities. We further discuss specific model constraints, and the corresponding asymmetry amplitudes are found to be scale-dependent, which can accommodate current observations of the power asymmetry at different length scales.

preprint2015arXiv

A Comprehensive Study of Broad Absorption Line Quasars: I. Prevalence of HeI* Absorption Line Multiplets in Low-Ionization Objects

Neutral Helium multiplets, HeI*3189,3889,10830 are very useful diagnostics to the geometry and physical conditions of the absorbing gas in quasars. So far only a handful of HeI* detections have been reported. Using a newly developed method, we detected HeI*3889 absorption line in 101 sources of a well-defined sample of 285 MgII BAL quasars selected from the SDSS DR5. This has increased the number of HeI* BAL quasars by more than one order of magnitude. We further detected HeI*3189 in 50% (52/101) quasars in the sample. The detection fraction of HeI* BALs in MgII BAL quasars is about 35% as a whole, and increases dramatically with increasing spectral signal-to-noise ratios, from 18% at S/N <= 10 to 93% at S/N >= 35. This suggests that HeI* BALs could be detected in most MgII LoBAL quasars, provided spectra S/N is high enough. Such a surprisingly high HeI* BAL fraction is actually predicted from photo-ionization calculations based on a simple BAL model. The result indicates that HeI* absorption lines can be used to search for BAL quasars at low-z, which cannot be identified by ground-based optical spectroscopic survey with commonly seen UV absorption lines. Using HeI*3889, we discovered 19 BAL quasars at z<0.3 from available SDSS spectral database. The fraction of HeI* BAL quasars is similar to that of LoBAL objects.

preprint2015arXiv

Detecting Relic Gravitational Waves by Pulsar Timing Arrays: Effects of Cosmic Phase Transitions and Relativistic Free-Streaming Gases

Relic gravitational waves (RGWs) generated in the early Universe form a stochastic GW background, which can be directly probed by measuring the timing residuals of millisecond pulsars. In this paper, we investigate the constraints on the RGWs and on the inflationary parameters by the observations of current and potential future pulsar timing arrays. In particular, we focus on effects of various cosmic phase transitions (e.g. $e^{+}e^{-}$ annihilation, QCD transition and SUSY breaking) and relativistic free-streaming gases (neutrinos and dark fluids) in the general scenario of the early Universe, which have been neglected in the previous works. We find that the phase transitions can significantly damp the RGWs in the sensitive frequency range of pulsar timing arrays, and the upper limits of tensor-to-scalar ratio $r$ increase by a factor $\sim 2$ for both current and future observations. However, the effects of free-steaming neutrinos and dark fluids are all too small to be detected. Meanwhile, we find that, if the effective equation of state $w$ in the early Universe is larger than $1/3$, i.e. deviating from the standard hot big bang scenario, the detection of RGWs by pulsar timing arrays becomes much more promising.

preprint2015arXiv

Forecasting sensitivity on tilt of power spectrum of primordial gravitational waves after Planck satellite

By taking into account the contamination of foreground radiations, we employ the Fisher matrix to forecast the future sensitivity on the tilt of power spectrum of primordial tensor perturbations for several ground-based (AdvACT, CLASS, Keck/BICEP3, Simons Array, SPT-3G), balloon-borne (EBEX, Spider) and satellite (CMBPol, COrE, LiteBIRD) experiments of B-mode polarizations. For the fiducial model $n_t=0$, our results show that the satellite experiments give good sensitivity on the tensor tilt $n_t$ to the level $σ_{n_t}\lesssim0.1$ for $r\gtrsim2\times10^{-3}$, while the ground-based and balloon-borne experiments give worse sensitivity. By considering the BICEP2/Keck Array and Planck (BKP) constraint on the tensor-to-scalar ratio $r$, we see that it is impossible for these experiments to test the consistency relation $n_t=-r/8$ in the canonical single-field slow-roll inflation models.

preprint2015arXiv

Initial Condition of Relic Gravitational Waves Constrained by LIGO S6 and Multiple Interferometers

The relic gravitational wave (RGW) generated during the inflation depends on the initial condition via the amplitude, the spectral index $n_t$ and the running index $α_t$. CMB observations so far have only constrained the tensor-scalar ratio $r$, but not $n_t$ nor $α_t$. Complementary to this, the ground-based interferometric detectors working at $\sim 10^2$Hz are able to constrain the spectral indices that influence the spectrum sensitively at high frequencies. In this work we give a proper normalization of the analytical spectrum at the low frequency end, yielding a modification by a factor of $\sim 1/50$ to the previous treatment. We calculate the signal-noise ratios (SNR) for various ($n_t,α_t$) at fixed $r=0.2$ by S6 of LIGO H-L, and obtain the observational upper limit on the running index $α_t<0.02093$ (i.e, at a detection rate $95\%$ and a false alarm rate $5\%$) at the default $(n_t=0,r=0.2)$. This is consistent with the constraint on the energy density obtained by LIGO-Virgo Collaboration. Extending to the four correlated detectors currently running, the calculated SNR improves slightly. When extending to the six correlated detectors of the second-generation in design, the calculated SNR is $\sim 10^3$ times over the previous two cases, due to the high sensitivities. RGW can be directly detected by the six 2nd-generation detectors for models with $α_t>0.01364$.

preprint2015arXiv

Probing CMB Cold Spot through Local Minkowski Functionals

Both WMAP and PLANCK missions reported the extremely Cold Spot (CS) centered at Galactic coordinate ($l=209^{\circ}$, $b=-57^{\circ}$) in CMB map. In this paper, we study the local non-Gaussianity of CS by defining the local Minkowski functions. We find that the third Minkowski function $ν_2$ is quite sensitive to the non-Gaussianity caused by CS. Compared with the random Gaussian simulations, WMAP CS deviates from Gaussianity at more than 99% confident level at the scale $R\sim10^{\circ}$. Meanwhile, we find that cosmic texture provides an excellent explanation for these anomalies related to WMAP CS, which could be further tested by the future polarization data.

preprint2015arXiv

Smoothing methods comparison for CMB E- and B-mode separation

The anisotropies of the B-mode polarization in the cosmic microwave background radiation play a crucial role for the study of the very early Universe. However, in the real observation, the mixture of the E-mode and B-mode can be caused by the partial sky surveys, which must be separated before applied to the cosmological explanation. The separation method developed by Smith (\citealt{PhysRevD.74.083002}) has been widely adopted, where the edge of the top-hat mask should be smoothed to avoid the numerical errors. In this paper, we compare three different smoothing methods, and investigate the leakage residuals of the E-B mixture. We find that, if the less information loss is needed and the smaller region is smoothed in the analysis, the \textit{sin}- and \textit{cos}-smoothing methods are better. However, if we need a clean constructed B-mode map, the larger region around the mask edge should be smoothed. In this case, the \textit{Gaussian}-smoothing method becomes much better. In addition, we find that the leakage caused by the numerical errors in the \textit{Gaussian}-smoothing method mostly concentrates on two bands, which is quite easy to be reduced for the further E-B separations.

preprint2014arXiv

Constraints on the extensions to the base $Λ$CDM model from BICEP2, Planck and WMAP

Recently Background Imaging of Cosmic Extragalactic Polarization (B2) discovered the relic gravitational waves at $7.0σ$ confidence level. However, the other cosmic microwave background (CMB) data, for example Planck data released in 2013 (P13), prefer a much smaller amplitude of the primordial gravitational waves spectrum if a power-law spectrum of adiabatic scalar perturbations is assumed in the six-parameter $Λ$CDM cosmology. In this paper, we explore whether the $w$CDM model and the running spectral index can relax the tension between B2 and other CMB data. In particular, we find that a positive running of running of spectral index is preferred at $1.7σ$ level from the combination of B2, P13 and WMAP Polarization data.

preprint2014arXiv

Detecting relic gravitational waves in the CMB: The contamination caused by the cosmological birefringence

The B-mode polarization of the cosmic microwave background (CMB) radiation is an excellent information channel for the detection of relic gravitational waves. However, the detection is contaminated by the B-mode polarization generated by some other effects. In this paper, we discuss the contaminations caused by the cosmological birefringence, which converts the CMB E-mode to the B-mode, and forms the effective noise for the detection of gravitational waves. We find that this contamination is significant, if the rotation angle is large. However, this kind of B-mode can be properly de-rotated, and the effective noises can be greatly reduced. We find that, comparing with the contaminations caused by cosmic weak lensing, the residual polarization generated by the cosmological birefringence is negligible for the detection of relic gravitational waves in the CMB.

preprint2014arXiv

Fluctuations of cosmological birefringence and the effect on CMB B-mode polarization

The cosmological birefringence caused by the coupling between the cosmic scalar field and the cosmic microwave background (CMB) photons through the Chern-Simons term can rotate the polarization planes of the photons, and mix the CMB E-mode and B-mode polarizations. The rotation angle induced by the dynamical scalar field can be separated into the isotropic background part and the anisotropic fluctuations. The effect of the background part has been be studied in the previous work (Zhao & Li, arXiv:1402.4324). In this paper, we focus on the influence of the anisotropies of the rotation angle. We first assume that the cosmic scalar field is massless, consistent with other works, we find that the rotation spectrum can be quite large, which may be detected by the potential CMB observations. However, if the scalar field is identified as the quintessence field, by detailed discussing both the entropy and adiabatic perturbation modes for the first time, we find that the anisotropies of the rotation angle are always too small to be detectable.In addition, as the main goal of this paper, we investigate the effect of rotated polarization power spectrum on the detection of relic gravitational waves. we find that, the rotated B-mode polarization could be fairly large, and comparable with those generated by the gravitational waves. This forms a new contamination for the detection of relic gravitational waves in the CMB. In particular, we also propose the method to reconstruct and subtract the rotated B-mode polarization, by which the residuals become negligible for the gravitational-wave detection.

preprint2014arXiv

Hint of relic gravitational waves in the Planck and WMAP data

Relic gravitational waves (RGWs) leave well-understood imprints on the anisotropies in the temperature and polarization of cosmic microwave background (CMB) radiation. In the TT and TE information channels, which have been well observed by WMAP and Planck missions, RGWs compete with density perturbations mainly at low multipoles. It is dangerous to include high-multipole CMB data in the search for gravitational waves, as the spectral indices may not be constants. In this paper, we repeat our previous work [W.Zhao & L.P.Grishchuk, Phys.Rev.D {\bf 82}, 123008 (2010)] by utilizing the Planck TT and WMAP TE data in the low-multipole range $\ell\le100$. We find that our previous result is confirmed {with higher confidence}. The constraint on the tensor-to-scalar ratio from Planck TT and WMAP TE data is $r\in [0.06,~0.60]$ (68% C.L.) with the maximum likelihood at around $r\sim 0.2$. Correspondingly, the spectral index at the pivot wavenumber $k_*=0.002$Mpc$^{-1}$ is $n_s=1.13^{+0.07}_{-0.08}$, which is larger than 1 at more than $1σ$ level. So, we conclude that the new released CMB data indicate a stronger hint for the RGWs with the amplitude $r\sim 0.2$, which is hopeful to be confirmed by the imminent BICEP and Planck polarization data.

preprint2013arXiv

CMB Power Asymmetry from Primordial Sound Speed Parameter

The hemispherical power asymmetry in the cosmic microwave background may be explained by the modulation of some primordial cosmological parameter, such as the sound speed of the inflaton. This modulation can be achieved by the perturbation of a light field during inflation. We numerically examine this mechanism and show it can be consistent with current observations. Further, this model predicts that the power asymmetry also exists in the temperature-polarization correlation and polarization autocorrelation with the same shape, and in primordial non-gaussianity of equilateral type with a particular shape. Therefore, our mechanism is observationally detectable in forthcoming experiments.

preprint2013arXiv

Constraints of relic gravitational waves by Pulsar Timing Array: Forecasts for the FAST and SKA projects

Measurement of the pulsar timing residuals provides a direct way to detect relic gravitational waves at the frequency $f\sim 1/{\rm yr}$. In this paper, we investigate the constraints on the inflationary parameters, the tensor-to-scalar ratio $r$ and the tensor spectral index $n_t$, by the current and future Pulsar Timing Arrays (PTAs). We find that Five-hundred-meter Aperture Spherical radio Telescope (FAST) in China and the planned Square Kilometer Array (SKA) projects have the fairly strong abilities to test the phantom-like inflationary models. If $r=0.1$, FAST could give the constraint on the spectral index $n_t<0.56$, and SKA gives $n_t<0.32$. While an observation with the total time T=20 yr, the pulsar noise level $σ_w=30$ns and the monitored pulsar number $n=200$, could even constrain $n_t<0.07$. These are much tighter than those inferred from the current results of Parkers Pulsar Timing Array (PPTA), European Pulsar Timing Array (EPTA) and North American Nanohertz Observatory for Gravitational waves (NANOGrav). Especially, by studying the effects of various observational factors on the sensitivities of PTAs, we found that compared with $σ_w$ and $n$, the total observation time $T$ has the most significant effect.

preprint2013arXiv

Effects of parity violation on non-gaussianity of primordial gravitational waves in Hořava-Lifshitz gravity

In this paper, we study the effects of parity violation on non-gaussianities of primordial gravitational waves in the framework of Hořava-Lifshitz theory of gravity, in which high-order spatial derivative operators, including the ones violating parity, generically appear. By calculating the three point function, we find that the leading-order contributions to the non-gaussianities come from the usual second-order derivative terms, which produce the same bispectrum as that found in general relativity. The contributions from high-order spatial n-th derivative terms are always suppressed by a factor $(H/M_*)^{n-2} \; (n \ge 3)$, where $H$ denotes the inflationary energy and $M_*$ the suppression mass scale of the high-order spatial derivative operators of the theory. Therefore, the next leading-order contributions come from the 3-dimensional gravitational Chern-Simons term. With some reasonable arguments, it is shown that this 3-dimensional operator is the only one that violates the parity and in the meantime has non-vanishing contributions to non-gaussianities.

preprint2013arXiv

Local properties of WMAP Cold Spot

We investigate the local properties of WMAP Cold Spot (CS) by defining the local statistics: mean temperature, variance, skewness and kurtosis. We find that, compared with the \emph{coldest spots} in random Gaussian simulations, WMAP CS deviates from Gaussianity at $\sim 99%$ significant level. In the meanwhile, when compared with the spots at the same position in the simulated maps, the values of local variance and skewness around CS are all systematically larger in the scale of $R>5^{\circ}$, which implies that WMAP CS is a large-scale non-Gaussian structure, rather than a combination of some small structures. This is consistent with the finding that the non-Gaussianity of CS is totally encoded in the WMAP low multipoles. Furthermore, we find that the cosmic texture can excellently explain all the anomalies in these statistics.

preprint2013arXiv

Polarizing primordial gravitational waves by parity violation

We study primordial gravitational waves (PGWs) in the Horava-Lifshitz (HL) theory of quantum gravity, in which high-order spatial derivative operators, including the ones violating parity, generically appear in order for the theory to be power-counting renormalizable and ultraviolet (UV) complete. Because of both parity violation and non-adiabatic evolution of the modes due to a modified dispersion relationship, a large polarization of PGWs becomes possible, and it could be well within the range of detection of the BB, TB and EB power spectra of the forthcoming cosmic microwave background (CMB) observations.

preprint2013arXiv

Using pulsar timing arrays and the quantum normalization condition to constrain relic gravitational waves

In the non-standard model of relic gravitational waves (RGWs) generated in the early universe, the theoretical spectrum of is mainly described by an amplitude $r$ and a spectral index $β$, the latter usually being determined by the slope of the inflation potential. Pulsar timing arrays (PTAs) data have imposed constraints on the amplitude of strain spectrum for a power-law form as a phenomenological model. Applying these constraints to a generic, theoretical spectrum with $r$ and $β$ as independent parameters, we convert the PTAs constraint into an upper bound on the index $β$, which turns out to be less stringent than those upper bounds from BBN, CMB, and LIGO/VIRGO, respectively. Moreover, it is found that PTAs constrain the non-standard RGWs more stringent than the standard RGWs. If the condition of the quantum normalization is imposed upon a theoretical spectrum of RGWs, $r$ and $β$ become related. With this condition, a minimum requirement of the horizon size during inflation is greater than the Planck length results in an upper bound on $β$, which is comparable in magnitude to that by PTAs. When both PTAs and the quantum normalization are applied to a theoretical spectrum of RGWs, constraints can be obtained for other cosmic processes of the early universe, such as the reheating, a process less understood observationally so far. The resulting constraint is consistent with the slow-roll, massive scalar inflation model. The future SKA will be able to constrain RGWs further and might even detect RGWs, rendering an important probe to the very early universe.

preprint2011arXiv

Constraint on the early Universe by relic gravitational waves: From pulsar timing observations

Recent pulsar timing observations by the Parkers Pulsar Timing Array and European Pulsar Timing Array teams obtained the constraint on the relic gravitational waves at the frequency $f_*=1/{\rm yr}$, which provides the opportunity to constrain $H_*$, the Hubble parameter when these waves crossed the horizon during inflation. In this paper, we investigate this constraint by considering the general scenario for the early Universe: we assume that the effective (average) equation-of-state $w$ before the big bang nucleosynthesis stage is a free parameter. In the standard hot big-bang scenario with $w=1/3$, we find that the current PPTA result follows a bound $H_*\leq 1.15\times10^{-1}\mpl$, and the EPTA result follows $H_*\leq 6.92\times10^{-2}\mpl$. We also find that these bounds become much tighter in the nonstandard scenarios with $w>1/3$. When $w=1$, the bounds become $H_*\leq5.89\times10^{-3}\mpl$ for the current PPTA and $H_*\leq3.39\times10^{-3}\mpl$ for the current EPTA. In contrast, in the nonstandard scenario with $w=0$, the bound becomes $H_*\leq7.76\mpl$ for the current PPTA.

preprint2011arXiv

Detection of relic gravitational waves in the CMB: Prospects for CMBPol mission

Detection of relic gravitational waves, through their imprint in the cosmic microwave background radiation, is one of the most important tasks for the planned CMBPol mission. In the simplest viable theoretical models the gravitational wave background is characterized by two parameters, the tensor-to-scalar ratio $r$ and the tensor spectral index $n_t$. In this paper, we analyze the potential joint constraints on these two parameters, $r$ and $n_t$, using the potential observations of the CMBPol mission, which is expected to detect the relic gravitational waves if $r\gtrsim0.001$. The influence of the contaminations, including cosmic weak lensing, various foreground emissions, and systematical errors, is discussed.

preprint2010arXiv

Constraints on standard and non-standard early Universe models from CMB B-mode polarization

We investigate the observational signatures of three models of the early Universe in the $B$-mode polarization of the Cosmic Microwave Background (CMB) radiation. In addition to the standard single field inflationary model, we also consider the constraints obtainable on the loop quantum cosmology model (from Loop Quantum Gravity) and on cosmic strings, expected to be copiously produced during the latter stages of Brane inflation. We first examine the observational features of the three models, and then use current $B$-mode polarization data from the BICEP and QUaD experiments to constrain their parameters. We also examine the detectability of the primordial $B$-mode signal predicted by these models and forecast the parameter constraints achievable with future CMB polarization experiments. We find that: (a) these three models of the early Universe predict different features in the CMB B-mode polarization power spectrum, which are potentially distinguishable from the CMB experiments; (b) since $B$-mode polarization measurements are mostly unaffected by parameter degeneracies, they provide the cleanest probe of these early Universe models; (c) using the BICEP and QUaD data we obtain the following parameter constraints: $r=0.02^{+0.31}_{-0.26}$ ($1σ$ for the tensor-to-scalar ratio in the single field inflationary model); $m < 1.36\times 10^{-8} \text{M}_{\text{pl}}$ and $k_{*} < 2.43 \times 10^{-4} \text{Mpc}^{-1}$ ($1σ$ for the mass and scale parameters in the loop quantum cosmology model); and $Gμ< 5.77 \times 10^{-7}$ ($1σ$ for the cosmic string tension); (d) future CMB observations (both satellite missions and forthcoming sub-orbital experiments) will provide much more rigorous tests of these early Universe models.

preprint2010arXiv

Numeric Spectrum of Relic Gravitational Waves in Accelerating Universe

The accelerating expansion of the Universe at the present stage is a process that will change the spectrum of relic gravitational waves. Here we present a numerical calculation for the power spectrum of relic gravitational waves in the accelerating Universe. The results show that although the overall features of the power spectrum is similar to that in the non-accelerating models, the amplitude is smaller by an order of $10^{-1}$. We also find that the spectrum is very sensitive to the index $β$ of the inflationary expansion with the scale factor $a(τ) \propto |τ|^{1+β}$. With increase of $β$, the resulting spectrum is tilted to be flatter with more power on high frequencies, and the sensitivity of the second science run of the LIGO detectors puts a restriction on the parameter $β< -1.8$. The influence of reheating following the inflation has been examined.

preprint2010arXiv

Relic gravitational waves: latest revisions and preparations for new data

The forthcoming release of data from the Planck mission, and possibly from the next round of Wilkinson Microwave Anisotropy Probe (WMAP) observations, make it necessary to revise the evaluations of relic gravitational waves in the existing data and, at the same time, to refine the assumptions and data analysis techniques in preparation for the arrival of new data. We reconsider with the help of the commonly used CosmoMC numerical package the previously found indications of relic gravitational waves in the 7-year (WMAP7) data. The CosmoMC approach reduces the confidence of these indications from approximately 2$σ$ level to approximately 1$σ$ level, but the indications do not disappear altogether. We critically analyze the assumptions that are currently used in the Cosmic Microwave Background (CMB) data analyzes and outline the strategy that should help avoid the oversight of relic gravitational waves in the future CMB data. In particular, it is important to keep away from the unwarranted assumptions about density perturbations. The prospects of confident detection of relic gravitational waves by the Planck satellite have worsened, but they are still good. It appears that more effort will be required in order to mitigate the foreground contamination.

preprint2010arXiv

Separating E and B types of polarization on an incomplete sky

Detection of magnetic-type ($B$-type) polarization in the Cosmic Microwave Background (CMB) radiation plays a crucial role in probing the relic gravitational wave (RGW) background. In this paper, we propose a new method to deconstruct a polarization map on an incomplete sky in real space into purely electric and magnetic polarization type maps, ${\mathcal{E}}(\hatγ)$ and ${\mathcal{B}}(\hatγ)$, respectively. The main properties of our approach are as follows: Firstly, the fields ${\mathcal{E}}(\hatγ)$ and ${\mathcal{B}}(\hatγ)$ are constructed in real space with a minimal loss of information. This loss of information arises due to the removal of a narrow edge of the constructed map in order to remove various numerical errors, including those arising from finite pixel size. Secondly, this method is fast and can be efficiently applied to high resolution maps due to the use of the fast spherical harmonics transformation. Thirdly, the constructed fields, ${\mathcal{E}}(\hatγ)$ and ${\mathcal{B}}(\hatγ)$, are scalar fields. For this reason various techniques developed to deal with temperature anisotropy maps can be directly applied to analyze these fields. As a concrete example, we construct and analyze an unbiased estimator for the power spectrum of the $B$-mode of polarization $C_{\ell}^{BB}$. Basing our results on the performance of this estimator, we discuss the RGW detection ability of two future ground-based CMB experiments, QUIET and POLARBEAR.

preprint2009arXiv

New method to constrain the relativistic free-streaming gas in the Universe

We discuss a method to constrain the fraction density $f$ of the relativistic gas in the radiation dominant stage, by their impacts on a relic gravitational waves and the cosmic microwave background (CMB) $B$ polarization power spectrum. We find that the uncertainty of $f$ strongly depends on the noise power spectra of the CMB experiments and the amplitude of the gravitational waves. Taking into account of the CMBPol instrumental noises, an uncertainty $Δf=0.046$ is obtained for the model with tensor-to scalar ratio $r=0.1$. For an ideal experiment with only the reduced cosmic lensing as the contamination of $B$-polarization, $Δf=0.008$ is obtained for the model with $r=0.1$. So the precise observation of the CMB $B$-polarization provides a great opportunity to study the relativistic components in the early Universe.

preprint2008arXiv

Coincidence Problem in YM Field Dark Energy Model

The coincidence problem is studied in the effective Yang-Mills condensate dark energy model. As the effective YM Lagrangian is completely determined by quantum field theory, there is no adjustable parameter in this model except the energy scale, and the cosmic evolution only depends on the initial conditions. For generic initial conditions with the YM condensate subdominant to the radiation and matter, the model always has a tracking solution, the Universe transits from matter-dominated into the dark energy dominated stage only recently $z\sim 0. 3$, and evolve to the present state with $Ω_{y}\sim 0.73$ and $Ω_m\sim 0.27$.

preprint2008arXiv

Quintom models with an equation of state crossing -1

In this paper, we investigate a kind of special quintom model, which is made of a quintessence field $ϕ_1$ and a phantom field $ϕ_2$, and the potential function has the form of $V(ϕ_1^2-ϕ_2^2)$. This kind of quintom fields can be separated into two kinds: the hessence model, which has the state of $ϕ_1^2>ϕ_2^2$, and the hantom model with the state $ϕ_1^2<ϕ_2^2$. We discuss the evolution of these models in the $ω$-$ω'$plane ($ω$ is the state equation of the dark energy, and $ω'$ is its time derivative in unites of Hubble time), and find that according to $ω>-1$ or $<-1$, and the potential of the quintom being climbed up or rolled down, the $ω$-$ω'$ plane can be divided into four parts. The late time attractor solution, if existing, is always quintessence-like or $Λ$-like for hessence field, so the Big Rip doesn't exist. But for hantom field, its late time attractor solution can be phantom-like or $Λ$-like, and sometimes, the Big Rip is unavoidable. Then we consider two special cases: one is the hessence field with an exponential potential, and the other is with a power law potential. We investigate their evolution in the $ω$-$ω'$ plane. We also develop a theoretical method of constructing the hessence potential function directly from the effective equation of state function $ω(z)$. We apply our method to five kinds of parametrizations of equation of state parameter, where $ω$ crossing -1 can exist, and find they all can be realized. At last, we discuss the evolution of the perturbations of the quintom field, and find the perturbations of the quintom $δ_Q$ and the metric $Φ$ are all finite even if at the state of $ω=-1$ and $ω'\neq0$.

preprint2005arXiv

Relic Gravitational Waves and the Evolution of the Universe

In the inflation models, the relic gravitational waves (RGW) generated in the inflation stage, and evolved in the Universe until now. In the different cosmological evolution models, one can get different gravitational waves power spectrum. In this paper, we give a simple formula to estimate this spectrum in a general cosmological model. From this formula, one can easily find the relation between this power spectrum and the cosmological evolution models. The spectrum includes all the information about the evolution of the scale factor $a$ from inflation to now. So RGW is a more clear fossil, which records the cosmological evolution information, and be a useful complementarity for another fossil$-$Cosmic Microwave Background Radiation (CMB).

preprint2005arXiv

The Largest Scale We Can Detect in the Universe and the Inflation

From the damping of the Cosmic Microwave Background Radiation (CMB) anisotropy power spectrum at large scale and the recent accelerating expansion of the Universe, we find that, there may be a largest scale which we can detect in the Universe. From this, we can get the inflation parameters as spectrum index $n_s$, e-fold $N$, Hubble parameter $H$, the ratio of tensor and scalar $r$, the lasting time of reheating time $α$ for special inflation models. We do them in three inflation models, and find that all the results fit very well with the observations and the inflation theory.