-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer_ff.xml
More file actions
32 lines (24 loc) · 775 Bytes
/
polymer_ff.xml
File metadata and controls
32 lines (24 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<ForceField>
<AtomTypes>
<Type name="0" class="BEAD" element="B" mass="1"/>
</AtomTypes>
<Residues>
<Residue name="BEC">
<Atom name="B" type="0"/>
</Residue>
<Residue name="BEE">
<Atom name="B" type="0"/>
<ExternalBond from="0"/>
</Residue>
<Residue name="BEA">
<Atom name="B" type="0"/>
<ExternalBond from="0"/>
<ExternalBond from="0"/>
</Residue>
</Residues>
<CustomNonbondedForce energy="scale*((sigma1+sigma2)/r)^12" bondCutoff="0">
<GlobalParameter name="scale" defaultValue="1"/>
<PerParticleParameter name="sigma"/>
<Atom type="0" sigma="0.05"/>
</CustomNonbondedForce>
</ForceField>