-
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.
- Loading branch information
1 parent
2cc9d3e
commit 56c488f
Showing
4 changed files
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ERROR in force_h2o.F90: Numerical forces not yet implemented! |
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,19 @@ | ||
! Test the analytical CVRQD water potential | ||
|
||
&general | ||
nstep=1, | ||
irest=0, | ||
idebug=1 | ||
|
||
pot='_h2o_' | ||
h2opot='cvrqd' | ||
mdtype='MD', ! classical MD | ||
dt=20., ! number of steps and timestep | ||
nstep=2 | ||
/ | ||
|
||
&nhcopt | ||
inose=0, ! Thermostating: Nose-Hoover 1, microcanonical 0,GLE 2, LE 3 | ||
temp=100 | ||
rem_comrot=.true. ! this is a default value, remove rotations at the beginning | ||
/ |
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,5 @@ | ||
3 | ||
|
||
o 0.000 0.118 0.000 | ||
H 0.757 -0.472 0.000 | ||
h -0.757 -0.472 0.000 |