Skip to content

Commit

Permalink
fixed for work on tessy
Browse files Browse the repository at this point in the history
  • Loading branch information
michrw committed Sep 6, 2024
1 parent 3d11633 commit 294fdd0
Show file tree
Hide file tree
Showing 5 changed files with 1,016 additions and 129 deletions.
8 changes: 8 additions & 0 deletions darklim/constants/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@
ve_orbital = 232e3 # mean orbital velocity of Earth [m/s]
vesc_galactic = 544e3 # galactic escape velocity [m/s]
rho0_dm = 0.3 # local DM density [GeV/cm^3]

bandgap_GaAs_eV = 1.42
bandgap_Si_eV = 1.12
bandgap_Al2O3_eV = 8.8
Al2O3_density = 3.98
GaAs_density = 5.32
GaAs_light_fraction = 0.60
GaAs_average_phonon_energy_eV = 0.022
589 changes: 553 additions & 36 deletions examples/DM_spectra.ipynb

Large diffs are not rendered by default.

543 changes: 452 additions & 91 deletions examples/run47_DMsearch.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"wheel",
"setuptools",
"setuptools< 64.0",
"oldest-supported-numpy",
]
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy>=1.14.3
setuptools>=39.1.0
scipy>=1.1.0
setuptools>=39.1.0
setuptools<63
mendeleev>=0.4.5
scikit-learn>=0.20.2
matplotlib>=2.2.2

0 comments on commit 294fdd0

Please sign in to comment.