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
I probably added it because the neutron scattering tables I am using have an entry for the cross section of a bare neutron. I can't imagine anyone is using it for anything, but no guarantees.
Here's a work-around:
forelinlist(pt.elements)[1:]:
... # process el
With a small tweak to pt.core.PeriodicTable.__getitem__, we could support:
forelinpt.elements[1:]:
... # process el
My inclination is to leave it in place.
A number of files need to be updated should we decide to remove it:
pt.core.element_base
pt.mass.init()
pt.density.element_densities
pt.crystal_structure.crystal_structures
pt.nsf.nsftable
The scattering cross sections and half life should be made available somewhere, such as pt.constants.
Wondering if this is a bug or intentional. Neutrons aren't necessarily elements.
version: 1.6.0
To reproduce:
The text was updated successfully, but these errors were encountered: