Releases: ejmeitz/SimpleCrystals.jl
Releases · ejmeitz/SimpleCrystals.jl
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
- Updated to AtomsBase 0.4, interface is same except
atom_mass
was renamed tomass
in the user facing API. - Removed float promotion in definition of all crystals.
- Made docs a symlink to ReadMe to avoid issues like #2
Edit: Missed some places atomic_mass
was used. This might throw some warnings so use 0.3.1 to fix that.
v0.2.0
v0.1.7
v0.1.6
v0.1.5
Added Atom
constructors that accept an atomic_mass
in place of an atomic symbol. This enables better control of the units and using masses not found in PeriodicTable.jl.
All pre-defined crystal structures (e.g. FCC
) have new constructors that match this pattern.