Previously, to change the density of the supercell, the user had to specify a compression_factor. Now, they can instead specify a mass density or Wigner-Seitz radius, which is more intuitive. There is a check that at least one of compression_factor, density, and radius is specified.
This PR addresses issue #19.
Previously, to change the density of the supercell, the user had to specify a compression_factor. Now, they can instead specify a mass density or Wigner-Seitz radius, which is more intuitive. There is a check that at least one of
compression_factor
,density
, andradius
is specified.