You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functions_crystallography.py
- added option for neutron scattering lengths from Sears 1995
- 'neutron_isotope_scattering_lengths_sears.dat'
tests
- Tests now pass as comparison of neutron structure factors with Vesta is now identical
- additional tests for functionality added
f = dif.fc.xray_scattering_factor_resonant('Co', Qmag=0, energy_kev=en)
97
99
```
100
+
101
+
### Neutron Scattering Lengths
102
+
Neutron scattering lengths of elements and isotopes has been extracted from several sources:
103
+
104
+
*[NIST Website](http://www.ncnr.nist.gov/resources/n-lengths/), with data originally from [V. F. Sears, Neutron News, Vol. 3, No. 3, 1992, pp. 29-37.](https://doi.org/10.1080/10448639208218770)
105
+
*[Periodic Table](https://github.com/pkienzle/periodictable), with data originally from [Neutron Data Booklet](https://www.ill.eu/fileadmin/user_upload/ILL/1_About_ILL/Documentation/NeutronDataBooklet.pdf), by A-J Dianoux, G. Lander (2003), with additions and corrections upto v1.7.0 (2023)
106
+
* Table 4.4.4.1 in [International Tables Crystallography, Vol. C](https://it.iucr.org/C/) by V. F. Sears, 1995
107
+
108
+
Thie NIST website values were originally used and stored in the `Dans Element Properties.txt` file with other elemental data.
109
+
More recent values, including complex scattering lengths for isotopes are now included in `neutron_isotope_scattering_lengths.dat`.
110
+
Complex isotope scattering lengths from the table by Sears(1995) is also included, stored in `neutron_isotope_scattering_lengths_sears.dat`.
111
+
112
+
Neutron scattering lengths can be read using the built in functions:
0 commit comments