Summary
Right now, the number of atom types must match atom->ntypes exactly before the first run. Refactor such that it is a max value and types can be added on the fly during a running simulation, as long the the total number of atom types do not exceed the max value
Summary
Right now, the number of atom types must match atom->ntypes exactly before the first run. Refactor such that it is a max value and types can be added on the fly during a running simulation, as long the the total number of atom types do not exceed the max value