SearcharxivSearch

arXiv subjects

Xuwei Zhang

Publications and source records attributed to Xuwei Zhang.

6 recordsLinked to original sources

Testing the cosmological principle with quasars

The inferred velocity is consistent at the 1.56 {\sigma} level with the value of 370 km/s from a purely kinematic interpretation of the CMB dipole. Based on the motion direction component analysis, we have not found any significant deviation from cosmological principle in current released quasars data. The cosmological principle posits that the universe is homogeneous and isotropic on the large scales. In history, the cosmological principle was confirmed by various cosmological observations from CMB to large scale structure. However, several new challenges to the cosmological principle were reported in recent years, particularly in radio observations from overdispersed radio source counts to quasars. Here, we firstly present studies on the peculiar velocity of large-scale anisotropy by measuring the dipole signal from the DESI DR1 catalogue with a sample of 1,176,570 quasars (0.8 < z < 3.0). Our analysis reveals the peculiar velocity of $|v| = 443.8 \pm 204.1$ km/s towards $(l, b) = (107.4^\circ \pm 86.8^\circ, 28.4^\circ \pm 45.2^\circ)$ in Galactic coordinates.The motion direction deviates from the CMB dipole (264.02$^\circ$, 48.253$^\circ$). The inferred velocity is consistent at the 1.56 $\sigma$ level with the value of 370 km/s from a purely kinematic interpretation of the CMB dipole. Based on the motion direction component analysis, we have not found any significant deviation from cosmological principle in current released quasars data.

astro-ph.CO

Measurement of the Weyl Potential Evolution and $E_G$ Statistic from KiDS-1000, BOSS and 2dFLenS

A recently developed model-independent approach to measuring the Weyl potential has shown some tensions with $\Lambda$CDM (Lambda Cold Dark Matter) in DES (Dark Energy Survey) Y3 data. We apply this framework to Kilo-Degree Survey (KiDS-1000) weak lensing and BOSS/2dFLenS galaxy clustering using the KiDS Cosmology Analysis Pipeline (KCAP) in two redshift bins. To apply this method to the BOSS spectroscopic wedges, we take the early-time power spectrum from a redshift where General Relativity (GR) is recovered and jointly fit the late-time observables $\hat{b}$, $\hat{f}$, and $\hat{J}$. With Planck18 priors, the CMASS measurement of $\hat{J}$ is $1.50\sigma$ below the GR prediction, while the LOWZ measurement remains consistent with it. The decrease in the central value of $\hat{J}$ from LOWZ to CMASS provides a mild indication of the previously reported ``Lensing is low'' behavior. Without Planck18 priors, we obtain $E_G(0.38)=0.503\pm0.054$ and $E_G(0.61)=0.444\pm0.054$, both consistent with GR. Furthermore, phenomenological gravity tests also show no significant preference for modified gravity.

astro-ph.CO

Holographic dark energy in a coasting cosmology

Coasting cosmology offers an intriguing and straightforward framework for understanding the universe. In this work, we employ the Trans-Planckian Censorship Criterion (TCC) conjecture to test the viability of the coasting cosmology and propose an entropic dark energy (EDE) model within this framework. By applying the holographic principle to constrain the dark energy density and adopting the Bekenstein entropy and Tsallis entropy as the constraining entropies of the system, we find that, in a holographic coasting cosmological framework where dark energy and dark matter evolve independently, the Tsallis entropy satisfies certain general assumptions better than the Bekenstein entropy. Thus, there may be a fundamental relationship between Tsallis entropy and dark energy. We utilize observational data from Type Ia Supernovae (SNIa), Baryon Acoustic Oscillations (BAO), and Cosmic Chronometers (CC) to constrain EDE model. The optimal Tsallis parameter obtained aligns well with theoretical expectations. To evaluate the model's fit to the observed data, we calculate the Akaike Information Criterion (AIC), Bayesian Information Criterion (BIC), and Kullback Information Criterion (KIC), and compare these metrics with those derived from $\Lambda$CDM, under which the model shows some improvement. Overall, this model provides a novel and simple on the evolution of the universe.

astro-ph.CO

Reconstructing Barrow Holographic Dark Energy in $f(Q,T)$ Gravity and Cosmic Constraint

In this work, we reconstruct the cosmological evolution of Barrow Holographic Dark Energy (BHDE) within the framework of modified gravity $f(Q,T)$. Working in the coincident gauge, we incorporate the holographic principle into non-metric gravity with non-minimal matter coupling. To address the dynamical complexity, we adopt a reconstruction approach, deriving the matter density evolution from the modified field equations rather than imposing a conserved fluid a priori. We perform parameter estimation using the latest observational data, including Type Ia supernovae, BAO, and direct Hubble parameter measurements. Our results show that the model provides a theoretical framework to describe late-time cosmic evolution and the universe's accelerated expansion. Despite the additional complexity introduced, the model offers an alternative approach for investigating dark energy within modified gravity theories.

astro-ph.CO

Testing Cosmic Distance Duality Relation and Transparency with DESI DR2

The Cosmic Distance Duality Relation (CDDR) is a fundamental principle of standard cosmology, linking luminosity (LD) and angular diameter distances (ADD). This work investigates the validity of the CDDR and cosmic transparency by combining the latest Baryon Acoustic Oscillations (BAO) data from DESI DR2, Type Ia Supernovae from Pantheon+, and cosmic chronometers. To address the redshift mismatch between datasets, two distinct reconstruction techniques are employed: Gaussian Process Regression (GPR) and the Free-Knots Method (FKM). The analysis performs null tests on the CDDR under different cosmological priors, finding that the null hypothesis holds and the CDDR is valid within statistical uncertainties. Although mild deviations are observed from the local distance ladder prior, internal consistency calibration indicates that these discrepancies and the Hubble tension may share a common origin, possibly related to systematic effects or new physics. Using multiple phenomenological parameterizations, the deviation parameter is also found to be statistically consistent with zero (e.g., $\eta_1 = 0.023 \pm 0.027$ for the linear model under Planck priors). Furthermore, the study finds no statistically significant evidence for cosmic opacity. The average of the opacity derivative is compatible with zero ($\langle d\tau/dz \rangle = 0.0409 \pm 0.1024$ for GPR and $0.0730 \pm 0.1607$ for FKM). Based on these null results, stringent constraints are placed on the parameter space of Axion-Like Particles (ALPs) and Mini-Charged Particles (MCPs).

astro-ph.CO

Are Joins over LSM-Trees Ready? Take RocksDB as an Example

LSM-tree-based data stores are widely adopted in industries for their excellent performance. As data scales increase, disk-based join operations become indispensable yet costly for the database, making the selection of suitable join methods crucial for system optimization. Current LSM-based stores generally adhere to conventional relational database practices and support only a limited number of join methods. However, the LSM-tree delivers distinct read and write efficiency compared to the relational databases, which could accordingly impact the performance of various join methods. Therefore, it is necessary to reconsider the selection of join methods in this context to fully explore the potential of various join algorithms and index designs. In this work, we present a systematic study and an exhaustive benchmark for joins over LSM-trees. We define a configuration space for join methods, encompassing various join algorithms, secondary index types, and consistency strategies. We also summarize a theoretical analysis to evaluate the overhead of each join method for an in-depth understanding. Furthermore, we implement all join methods in the configuration space on a unified platform and compare their performance through extensive experiments. Our theoretical and experimental results yield several insights and takeaways tailored to joins in LSM-based stores that aid developers in choosing proper join methods based on their working conditions.

cs.DB