Releases: pace-neutrons/euphonic_sqw_models
Releases · pace-neutrons/euphonic_sqw_models
v1.1.0
v1.0.0
-
Changes:
n_threads
is now explicitly named in theCoherentCrystal
constructor arguments
rather than being part of**kwargs
psutil
has been added as a dependency
-
Improvements:
- If
chunk
hasn't been provided toCoherentCrystal
, a recommended chunk
size will now be calculated and set based on available memory.
- If
v0.5.2
-
Improvements:
- Improve reliability by testing on oldest and newest supported Euphonic versions
v0.5.1
-
Bug fixes:
- Use of temperature=0 will now calculate the 0K Debye-Waller and Bose
population factors - previously these temperature dependent effects
were not calculated at 0K
- Use of temperature=0 will now calculate the 0K Debye-Waller and Bose
v0.5.0
-
Improvements:
- There is a new
frequency_scale=1.0
argument tohorace_disp
which
allows the output frequencies to be scaled
- There is a new
-
Breaking changes:
- The
pars=[]
argument tohorace_disp
has been changed to
intensity_scale=1.0
- The
v0.4.0
-
Dependency changes:
- Euphonic version dependency increased from >= 0.5.0 to >= 0.6.0
-
Breaking changes:
- The default units of
StructureFactor.structure_factors
in Euphonic have been
changed fromangstrom**2
per unit cell tombarn
per sample atom, and are
now in absolute units including a previously omitted 1/2 factor. So the structure
factors produced by CoherentCrystal.horace_disp have increased by a factor of
1e11/(2*N_atoms)
- The default units of
-
Other changes:
- The
eta_scale
keyword argument toCoherentCrystal
has been deprecated,
dipole_parameter
should be used instead - A ValueError will now be raised if an unrecognised keyword argument is passed
toCoherentCrystal
- The
v0.3.0
-
Dependency changes:
- Euphonic version dependency increased from >=0.4.0 to >=0.5.0
-
Breaking changes:
fall_back_on_python
argument tohorace_disp
has been removed as this has
been removed in Euphonic
Python only update
Update to do most necessary processing in Python.
The Matlab code remains in the original repository.