-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates: read/write restart/LMP data files
1. restart files (RASPA style): * The previous restart file (RASPA style) will be copied as a backup and then the new restart file will be written 2. Read LAMMPS data file: * LAMMPS data file can now be used as an alternative way to read an initial configuration (alternative to RASPA-2 style restart file) * The user will have the option to determine: 1) what component to start with (can skip/read the zeroth component which is the framework). 2) whether to read the box size information from the LAMMPS data file * The user need to have component information for each atom in their lammps data file (LMPDataInitial/System_0/init.data, put it in the same folder as your input files) * Example: 896 1 2 -0.925934 14.2725 14.5959 17.791 # mof.cif O 897 2 6 0 4.51168 9.47626 11.357 # TIP4P Ow 3. Write LAMMPS data file: * To be compatible with the last bullet point from the previous feature (read lammps data file), now gRASPA will output the component and pseudo-atom information when writing LAMMPS data file
- Loading branch information
1 parent
e7f16db
commit 8a65f3e
Showing
6 changed files
with
430 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.