Spencer Wyant

Results 3 comments of Spencer Wyant

Also Julia 1.8.5 on MacOS 11.6.2 if you need it

After using LAMMPS a lot, `particle_id` is a bit confusing for me because I would actually expect to return an integer, since that's how atom_id's are used in LAMMPS. So...

For the position proposal, why not a slight variant to what you propose where: - deprecate `position(sys)` so that `position` always requires two arguments, i.e. `position(sys,i)` or `positions(sys,:)` - A...