lammps_scatter_atoms

Submitted by dventuri on Mon, 05/14/2018 - 16:33

Hi,

I'm starting to play around liggghts library functions (/src/library.cpp) inside my fortran code.

My doubt is whether can I pass a different number of arguments (natoms) in lammps_scatter_atoms than I've got in lammps_scatter_atoms.

To clarify, I'll be handling the collisions in LIGGGHTS and the rest in my code. Is it possible to make the particles inlet inside my code or this has to made in the LIGGGHTS directly?

Thanks in advance.