Dark Photon Exclusions from Existing Axion Haloscope Measurements
- 1. Wright Laboratory, Yale University
- 2. University of Colorado, Boulder
- 3. University of California Berkeley
Description
Dark photon exclusions for polarized and unpolarized dark photons converted from axion measurements are each in a .mat file.
Keys for the data are 'RBF_ueV', 'RBF_chi', 'UF_ueV', 'UF_chi', 'HAYSTAC_ueV', 'HAYSTAC_chi', 'ADMX_ueV', 'ADMX_chi', 'CAPP_ueV', and 'CAPP_chi' to obtain exclusions for dark photons for each of these experiments in the polarized and unpolarized cases. Each case has its own .mat file.
The .py file is the Python code used to calculate cos2(theta), the square of the dot product between the dark photon polarization and the axis of the haloscope cavity in the slowly varying polarized case described in the associated manuscript. The code shows how to calculate cos2(theta) using probability, taking the rotation of the earth into account for longer measurements. (If your computer is slow, you can use the find and replace function in your IDE to change all 'block=True' statements to 'block=False' and also change num_pts=50 instead of 500.)
To use the .mat file format in Python, use a script like the following:
import matplotlib.pyplot as plt from scipy.io import loadmat mat_file = loadmat('haloscope_exclusions_unpolarized.mat') masses_in_ueV = mat_file['HAYSTAC_ueV'][0] chi_exclusion = mat_file['HAYSTAC_chi'][0] plt.figure() plt.semilogy(masses_in_ueV, chi_exclusion) plt.xlabel('Mass ($\mu$eV)') plt.ylabel('$\chi$') plt.title('HAYSTAC unpolarized dark photon exclusions') plt.show()
Files
Files
(6.6 MB)
Name | Size | Download all |
---|---|---|
md5:7849dc915a1b6f4336c841e90fc13992
|
24.1 kB | Download |
md5:c1501a8e4ba715c03e78a54973e88b1c
|
3.3 MB | Download |
md5:e5824e13534013ab5491db4c2019d9b9
|
3.3 MB | Download |
Additional details
Related works
- Is supplement to
- Preprint: arXiv:2104.09334 (arXiv)
References
- N. Du, N. Force, R. Khatiwada, E. Lentz, R. Ottens, L. Rosenberg, G. Rybka, G. Carosi, N. Woollett, D. Bowring, et al., "Search for invisible axion dark matter with the axion dark matter experiment," Phys. Rev. Lett., vol. 120, no. 15, p. 151301, 2018.
- T. Braine, R. Cervantes, N. Crisosto, N. Du, S. Kimes, L. J. Rosenberg, G. Rybka, J. Yang, D. Bowring, A. S. Chou, R. Khatiwada, A. Sonnenschein, W. Wester, G. Carosi, N. Woollett, et al., "Extended search for the invisible axion with the axion dark matter experiment," Phys. Rev. Lett., vol. 124, p. 101303, Mar 2020.
- C. Boutan, M. Jones, B. H. LaRoque, N. S. Oblath, R. Cervantes, N. Du, N. Force, S. Kimes, R. Ottens, L. J. Rosenberg, G. Rybka, J. Yang, G. Carosi, N. Woollett, D. Bowring, et al., "Piezoelectrically tuned multimode cavity search for axion dark matter," Phys. Rev. Lett., vol. 121, p. 261302, Dec 2018.
- W. U. Wuensch, S. De Panfilis-Wuensch, Y. K. Semertzidis, J. T. Rogers, A. C. Melissinos, H. J. Halama, B. E. Moskowitz, A. G. Prodell, W. B. Fowler, and F. A. Nezrick, "Results of a laboratory search for cosmic axions and other weakly coupled light particles," Phys. Rev. D, vol. 40, pp. 3153–3167, Nov 1989.
- C. Hagmann, P. Sikivie, N. S. Sullivan, and D. B. Tanner, "Results from a search for cosmic axions," Phys. Rev. D, vol. 42, pp. 1297–1300, Aug 1990.
- S. Lee, S. Ahn, J. Choi, B. R. Ko, and Y. K. Semertzidis, "Axion dark matter search around 6.7 µeV," Phys. Rev. Lett., vol. 124, p. 101802, Mar 2020.
- O. Kwon, D. Lee, W. Chung, D. Ahn, H. Byun, F. Caspers, H. Choi, J. Choi, Y. Chung, H. Jeong, et al., "First results from axion haloscope at capp around 10 µev," arXiv preprint arXiv:2012.10764, 2020.
- J. Jeong, S. Youn, S. Bae, J. Kim, T. Seong, J. E. Kim, and Y. K. Semertzidis, "Search for invisible axion dark matter with a multiple-cell haloscope," Phys. Rev. Lett., vol. 125, p. 221302, Nov 2020.
- K. Backes, D. Palken, S. Al Kenany, B. Brubaker, S. Cahn, A. Droster, G. C. Hilton, S. Ghosh, H. Jackson, S. Lamoreaux, et al., "A quantum enhanced search for dark matter axions," Nature, vol. 590, no. 7845, pp. 238– 242, 2021.
- L. Zhong, S. Al Kenany, K. M. Backes, B. M. Brubaker, S. B. Cahn, G. Carosi, Y. V. Gurevich, W. F. Kindel, S. K. Lamoreaux, K. W. Lehnert, S. M. Lewis, M. Malnou, R. H. Maruyama, D. A. Palken, N. M. Rapidis, et al., "Results from phase 1 of the HAYSTAC microwave cavity axion experiment," Phys. Rev. D, vol. 97, p. 092001, May 2018.
- B. M. Brubaker, L. Zhong, Y. V. Gurevich, S. B. Cahn, S. K. Lamoreaux, M. Simanovskaia, J. R. Root, S. M. Lewis, S. Al Kenany, K. M. Backes, I. Urdinaran, N. M. Rapidis, T. M. Shokair, K. A. van Bibber, D. A. Palken, et al., "First results from a microwave cavity axion search at 24 µeV," Phys. Rev. Lett., vol. 118, p. 061302, Feb 2017.
- Caputo, A., O'Hare, C. A., Millar, A. J., & Vitagliano, E. (2021). Dark photon limits: a cookbook. arXiv preprint arXiv:2105.04565.