Skip to content

Commit c024cf5

Browse files
committed
Create modeleditor.json
The atom showed no force interacttion with the hidden atom when far from it.The problem was only when they came close.This happened due to LennardJonesForce so setting it to false will change the problem.Also once we are showing the forces due to electric charges we need not show lennardJonesForce.
1 parent a8cbf59 commit c024cf5

File tree

1 file changed

+143
-0
lines changed

1 file changed

+143
-0
lines changed

modeleditor.json

+143
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
{
2+
"type": "md2d",
3+
"imagePath": "",
4+
"width": 3.5,
5+
"height": 2,
6+
"unitsScheme": "md2d",
7+
"lennardJonesForces": false, "_comment" : "Set it to false to solve the problem.Remove the comment"
8+
"coulombForces": true,
9+
"temperatureControl": false,
10+
"gravitationalField": false,
11+
"timeStep": 1,
12+
"dielectricConstant": 1,
13+
"realisticDielectricEffect": true,
14+
"solventForceFactor": 1.25,
15+
"solventForceType": 0,
16+
"additionalSolventForceMult": 4,
17+
"additionalSolventForceThreshold": 10,
18+
"polarAAEpsilon": -2,
19+
"viscosity": 1,
20+
"timeStepsPerTick": 50,
21+
"DNAState": "dna",
22+
"DNA": "",
23+
"DNAMutations": true,
24+
"useQuantumDynamics": false,
25+
"useChemicalReactions": false,
26+
"viewOptions": {
27+
"viewPortWidth": 3.5,
28+
"viewPortHeight": 2,
29+
"viewPortZoom": 1,
30+
"viewPortX": 0,
31+
"viewPortY": 0,
32+
"viewPortDrag": false,
33+
"backgroundColor": "rgba(0,0,0,255)",
34+
"showClock": false,
35+
"markColor": "#f8b500",
36+
"keShading": false,
37+
"chargeShading": true,
38+
"useThreeLetterCode": true,
39+
"aminoAcidColorScheme": "hydrophobicity",
40+
"showChargeSymbols": true,
41+
"showVDWLines": false,
42+
"VDWLinesCutoff": "medium",
43+
"showVelocityVectors": false,
44+
"showForceVectors": true,
45+
"showElectricField": true,
46+
"electricFieldDensity": 24,
47+
"electricFieldColor": "rgb(0,255,0)",
48+
"showAtomTrace": false,
49+
"images": [],
50+
"imageMapping": {},
51+
"textBoxes": [],
52+
"xlabel": false,
53+
"ylabel": false,
54+
"xunits": false,
55+
"yunits": false,
56+
"controlButtons": "",
57+
"gridLines": false,
58+
"atomNumbers": false,
59+
"enableAtomTooltips": false,
60+
"enableKeyboardHandlers": true,
61+
"atomTraceColor": "#6913c5",
62+
"velocityVectors": {
63+
"color": "#000",
64+
"width": 0.01,
65+
"length": 2
66+
},
67+
"forceVectors": {
68+
"color": "rgb(255,255,0)",
69+
"width": 0.03,
70+
"length": 9
71+
},
72+
"forceVectorsDirectionOnly": false
73+
},
74+
"atoms": {
75+
"x": [
76+
2.0378927911275415,
77+
2.846580406654344
78+
],
79+
"y": [
80+
1.113678373382625,
81+
0.2661737523105361
82+
],
83+
"element": [
84+
2,
85+
0
86+
],
87+
"vx": [
88+
0,
89+
0
90+
],
91+
"vy": [
92+
0,
93+
0
94+
],
95+
"charge": [
96+
2,
97+
0
98+
],
99+
"friction": [
100+
0,
101+
0
102+
],
103+
"visible": [
104+
1,
105+
0
106+
],
107+
"pinned": [
108+
1,
109+
0
110+
]
111+
},
112+
"elements": {
113+
"mass": [
114+
20,
115+
40,
116+
60,
117+
80,
118+
600
119+
],
120+
"sigma": [
121+
0.22569435119628906,
122+
0.14,
123+
0.21381570816040038,
124+
0.2,
125+
0.3
126+
],
127+
"epsilon": [
128+
-0.15000000596046448,
129+
-0.1,
130+
-0.10357142984867096,
131+
-0.1,
132+
-0.1
133+
],
134+
"color": [
135+
-16711936,
136+
-9066941,
137+
-3406594,
138+
-3750202,
139+
-855310
140+
]
141+
},
142+
"pairwiseLJProperties": []
143+
}

0 commit comments

Comments
 (0)