ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/minimizer/tip4p_two.md
Revision: 1490
Committed: Fri Sep 24 04:16:43 2004 UTC (19 years, 9 months ago) by gezelter
File size: 323 byte(s)
Log Message:
Import of OOPSE v. 2.0

File Contents

# User Rev Content
1 gezelter 1490 #include "water.md"
2    
3     nComponents = 1;
4     component{
5     type = "TIP4P";
6     nMol = 2;
7     }
8    
9     initialConfig = "./tip4p_two.in";
10    
11     minimizer = CG;
12     minimizerMaxIter = 5000;
13     minimizerWriteFrq = 1;
14     minimizerStepSize = 0.0001;
15    
16     forceField = "WATER";
17     useReactionField = "false";
18     dielectric = 80.0;
19     cutoffRadius = 12.0;
20     switchingRadius = 9.0;