NQCD / NQCBase.jl

Base definitions of atoms, cell and unit conversions used in NQCModels.jl and NQCDynamics.jl.
MIT License
0 stars 0 forks source link

Remove static arrays #5

Closed jamesgardner1421 closed 2 years ago

jamesgardner1421 commented 2 years ago

Using static arrays to store the atomic parameters was a big mistake. When using lots of atoms you end up with huge compilation times. This removes these static arrays which should result in much better compilation times when using lots of atoms.