Hi,
I a little confused by the AtomNumber.set_atom_density(). The annotation of this function says:
“Sets atom density instead of total number”
, but it uses the density plus the volume.
self[mat, nuc] = val * self.volume[mat]
Is this a wrong function name?