File size: 7,107 Bytes
0f5f6d3
 
 
bd11228
0f5f6d3
af9d37a
0f5f6d3
 
 
 
 
 
842b0e1
 
0f5f6d3
 
 
 
 
 
 
 
 
 
 
 
 
bd11228
0f5f6d3
 
 
 
 
 
 
 
842b0e1
 
0f5f6d3
 
 
 
 
 
 
 
 
 
 
 
7f2024d
 
 
 
 
 
 
 
 
 
 
 
bff43af
7f2024d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bff43af
7f2024d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bff43af
7f2024d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bff43af
7f2024d
 
 
 
 
 
 
 
 
 
 
 
0f5f6d3
50f8f8c
0f5f6d3
 
 
 
 
 
 
 
842b0e1
 
0f5f6d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f2024d
0f5f6d3
 
 
 
 
 
 
 
842b0e1
 
0f5f6d3
 
 
 
 
 
 
 
 
 
 
 
 
7f2024d
0f5f6d3
 
 
 
 
 
 
 
842b0e1
 
0f5f6d3
 
 
 
 
 
 
 
 
 
 
 
 
bd11228
0f5f6d3
 
 
 
 
 
 
 
842b0e1
 
0f5f6d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
{
    "H2": {
        "name": "Hydrogen molecule",
        "enabled": 1,
        "formula": "H₂",
        "smiles": "[HH]",
        "basis": "sto-3g",
        "multiplicity": 1,
        "charge": 0,
        "spatial_orbitals": 2,
        "electron_count": 2,
        "default_scale": 1.0,
        "GPU_time": 60,
        "iterations": 25,
        "scale_range": {
            "min": 0.1,
            "max": 3.0,
            "step": 0.05
        },
        "geometry_template": [
            ["H", [0.0, 0.0, 0.0]],
            ["H", [0.74, 0.0, 0.0]]
        ],
        "description": "Diatomic hydrogen molecule, the simplest neutral molecule. Scale factor affects the overall size of the molecule."
    },
    "H2O": {
        "name": "Water",
        "enabled": 1,
        "formula": "H₂O",
        "smiles": "O",
        "basis": "sto-3g",
        "multiplicity": 1,
        "charge": 0,
        "spatial_orbitals": 7,
        "electron_count": 10,
        "default_scale": 1.0,
        "GPU_time": 60,
        "iterations": 25,
        "scale_range": {
            "min": 0.1,
            "max": 3.0,
            "step": 0.05
        },
        "geometry_template": [
            ["O", [0.1173, 0.0, 0.0]],
            ["H", [-0.4691, 0.7570, 0.0]],
            ["H", [-0.4691, -0.7570, 0.0]]
        ],
        "description": "Triatomic water molecule with bent geometry. Scale factor affects the overall size of the molecule."
    },
    "BeH2": {
      "name": "Beryllium Hydride",
      "enabled": 1,
      "formula": "BeH₂",
      "smiles": "[BeH2]",
      "basis": "sto-3g",
      "multiplicity": 1,
      "charge": 0,
      "spatial_orbitals": 7,
      "electron_count": 4,
      "default_scale": 1.0,
      "GPU_time": 90,
      "iterations": 25,
      "scale_range": {
        "min": 0.5,
        "max": 2.0,
        "step": 0.05
      },
      "geometry_template": [
        ["Be", [0.0, 0.0, 0.0]],
        ["H", [1.33, 0.0, 0.0]],
        ["H", [-1.33, 0.0, 0.0]]
      ],
      "description": "Linear beryllium hydride molecule with two hydrogen atoms symmetrically bonded. Scale factor affects the bond length."
    },
    "NH": {
      "name": "Nitrogen Monohydride",
      "enabled": 1,
      "formula": "NH",
      "smiles": "[NH]",
      "basis": "sto-3g",
      "multiplicity": 2,
      "charge": 0,
      "spatial_orbitals": 6,
      "electron_count": 8,
      "default_scale": 1.0,
      "GPU_time": 90,
      "iterations": 25,
      "scale_range": {
        "min": 0.5,
        "max": 2.5,
        "step": 0.05
      },
      "geometry_template": [
        ["N", [0.0, 0.0, 0.0]],
        ["H", [1.03, 0.0, 0.0]]
      ],
      "description": "Diatomic nitrogen monohydride molecule, important in radical chemistry. Scale factor affects bond length."
    },
    "HF": {
      "name": "Hydrogen Fluoride",
      "enabled": 1,
      "formula": "HF",
      "smiles": "[FH]",
      "basis": "sto-3g",
      "multiplicity": 1,
      "charge": 0,
      "spatial_orbitals": 5,
      "electron_count": 10,
      "default_scale": 1.0,
      "GPU_time": 90,
      "iterations": 25,
      "scale_range": {
        "min": 0.5,
        "max": 2.0,
        "step": 0.05
      },
      "geometry_template": [
        ["H", [0.0, 0.0, 0.0]],
        ["F", [0.92, 0.0, 0.0]]
      ],
      "description": "Diatomic hydrogen fluoride molecule, a simple polar molecule with strong dipole interactions. Scale factor affects bond length."
    },
    "LiH": {
      "name": "Lithium Hydride",
      "enabled": 1,
      "formula": "LiH",
      "smiles": "[LiH]",
      "basis": "sto-3g",
      "multiplicity": 1,
      "charge": 0,
      "spatial_orbitals": 4,
      "electron_count": 4,
      "default_scale": 1.0,
      "GPU_time": 90,
      "iterations": 25,
      "scale_range": {
        "min": 0.5,
        "max": 2.5,
        "step": 0.05
      },
      "geometry_template": [
        ["Li", [0.0, 0.0, 0.0]],
        ["H", [1.6, 0.0, 0.0]]
      ],
      "description": "Diatomic lithium hydride molecule with ionic bonding properties. Scale factor affects bond length."
    }
    ,"CH4": {
        "name": "Methane",
        "enabled": 0,
        "formula": "CH₄",
        "smiles": "C",
        "basis": "sto-3g",
        "multiplicity": 1,
        "charge": 0,
        "spatial_orbitals": 9,
        "electron_count": 10,
        "default_scale": 1.0,
        "GPU_time": 120,
        "iterations": 15,
        "scale_range": {
            "min": 0.1,
            "max": 3.0,
            "step": 0.05
        },
        "geometry_template": [
            ["C", [0.0, 0.0, 0.0]],
            ["H", [1.09, 0.0, 0.0]],
            ["H", [-0.363, 1.03, 0.0]],
            ["H", [-0.363, -0.515, 0.891]],
            ["H", [-0.363, -0.515, -0.891]]
        ],
        "description": "Tetrahedral methane molecule with single bonds. Scale factor affects the overall size of the molecule."
    },
    "CO": {
        "name": "Carbon monoxide",
        "enabled": 0,
        "formula": "CO",
        "smiles": "[C-]#[O+]",
        "basis": "sto-3g",
        "multiplicity": 1,
        "charge": 0,
        "spatial_orbitals": 10,
        "electron_count": 14,
        "default_scale": 1.0,
        "GPU_time": 180,
        "iterations": 15,
        "scale_range": {
            "min": 0.1,
            "max": 3.0,
            "step": 0.05
        },
        "geometry_template": [
            ["C", [0.0, 0.0, 0.0]],
            ["O", [1.13, 0.0, 0.0]]
        ],
        "description": "Diatomic carbon monoxide molecule with a triple bond. Scale factor affects the overall size of the molecule."
    },
    "N2": {
        "name": "Nitrogen molecule",
        "enabled": 0,
        "formula": "N₂",
        "smiles": "N#N",
        "basis": "sto-3g",
        "multiplicity": 1,
        "charge": 0,
        "spatial_orbitals": 10,
        "electron_count": 14,
        "default_scale": 1.0,
        "GPU_time": 120,
        "iterations": 20,
        "scale_range": {
            "min": 0.1,
            "max": 3.0,
            "step": 0.05
        },
        "geometry_template": [
            ["N", [0.0, 0.0, 0.0]],
            ["N", [1.1, 0.0, 0.0]]
        ],
        "description": "Diatomic nitrogen molecule with a triple bond. Scale factor affects the overall size of the molecule."
    },
    "NH3": {
        "name": "Ammonia",
        "enabled": 0,
        "formula": "NH₃",
        "smiles": "N",
        "basis": "sto-3g",
        "multiplicity": 1,
        "charge": 0,
        "spatial_orbitals": 9,
        "electron_count": 10,
        "default_scale": 1.0,
        "GPU_time": 120,
        "iterations": 25,
        "scale_range": {
            "min": 0.1,
            "max": 3.0,
            "step": 0.05
        },
        "geometry_template": [
            ["N", [0.0, 0.0, 0.0]],
            ["H", [1.01, 0.0, 0.0]],
            ["H", [-0.505, 0.875, 0.0]],
            ["H", [-0.505, -0.875, 0.0]]
        ],
        "description": "Trigonal pyramidal ammonia molecule with lone pair on nitrogen. Scale factor affects the overall size of the molecule."
    }
}