Closed jamesgardner1421 closed 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.
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.