forked from lammps/lammps
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into next_patch_release
- Loading branch information
Showing
23 changed files
with
644 additions
and
171 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
examples/PACKAGES/pimd/langevin_metal_units/in.langevin.metal
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
variable ibead uloop 99 pad | ||
|
||
units metal | ||
atom_style atomic | ||
atom_modify map yes | ||
boundary p p p | ||
pair_style lj/cut 9.5251 | ||
read_data data.metalnpt${ibead} | ||
|
||
pair_coeff * * 0.00965188 3.4 | ||
pair_modify shift yes | ||
|
||
mass 1 39.948 | ||
|
||
timestep 0.001 | ||
|
||
velocity all create 0.0 ${ibead} | ||
|
||
fix 1 all pimd/langevin method nmpimd ensemble npt integrator obabo thermostat PILE_L 1234 tau 1.0 temp 113.15 iso 1.0 barostat BZP taup 1.0 fixcom no | ||
|
||
thermo_style custom step temp f_1[*] vol press | ||
thermo 100 | ||
thermo_modify norm no | ||
|
||
# dump dcd all custom 100 ${ibead}.dcd id type xu yu zu vx vy vz ix iy iz fx fy fz | ||
# dump_modify dcd sort id format line "%d %d %.16f %.16f %.16f %.16f %.16f %.16f %d %d %d %.16f %.16f %.16f" | ||
|
||
run 1000 |
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
2 changes: 1 addition & 1 deletion
2
...etal_units/log.14Jun23.langevin.metal.g++ → ...etal_units/log.16Nov23.langevin.metal.g++
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LAMMPS (28 Mar 2023) | ||
LAMMPS (3 Aug 2023) | ||
Running on 4 partitions of processors |
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.