You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows the user to generate a Gaussian input file (.gjf) for a given CSD refcode or .mol2. If you wish to run different keywords the script will need to be changed manually.
8
+
9
+
10
+
## Requirements
11
+
12
+
Tested with CSD Python API 3.0.9
13
+
14
+
15
+
## Licensing Requirements
16
+
17
+
CSD-Core
18
+
19
+
If you wish to run Gaussian, you will need to acquire a licence for Gaussian, this is not supplied by the CCDC.
20
+
21
+
## Instructions on running
22
+
23
+
To create an input file for the
24
+
```cmd
25
+
>python create_gaussian_input.py HXACAN
26
+
```
27
+
28
+
```cmd
29
+
>python create_gaussian_input.py HXACAN.mol2
30
+
```
31
+
32
+
## Author
33
+
34
+
_Andrew Malone_
35
+
36
+
> For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](support@ccdc.cam.ac.uk)
0 commit comments