Researcher profile

Wen Zhao

Wen Zhao contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
28works
0followers
10topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

28 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 &#34;4 module*yr&#34; (first stage) and &#34;48 module*yr&#34; (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&#39;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&#39; 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&#39;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&#39;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&#39;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&#39; 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&#39; $f_\text{sky}=8\%$, and a `deep&#39; $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.