position of origin

Hi lammps-users.

I’m studying the lammps code in fortran version.

I’m wondering where is the position of origin in simulation box.

Is it in the center of the simulation box or in the corner of the somulation box ?

Thanks.

     Hi lammps-users.

I'm studying the lammps code in fortran version.

the fortran version is obsolete.

you define the simulation box, either in the create_box

or read_data command. So its up to you where (0,0,0)

is relative to your simulation box.

Steve