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

File Contents

# Content
1 #include "water.md"
2
3 nComponents = 1;
4 component{
5 type = "SSD";
6 nMol = 256;
7 }
8
9 initialConfig = "./ssdEM.in";
10
11 minimizer = CG;
12 minimizerMaxIter = 500;
13 minimizerWriteFrq = 1;
14 minimizerStepSize = 0.01;
15 forceField = "DUFF";
16 useReactionField = "false";
17 dielectric = 80.0;
18 cutoffRadius = 9.0;
19 switchingRadius = 7.0;