PSI4¶
psi4 is an open source Quantum Chemistry package written in C++ driven by Python
Using a Singularity container¶
Take note
Singularity is only accessible from the compute nodes. Please request an interactive session
1 2 |
|
For an introductory setup on how to get started with Singularity on CREATE HPC, refer to our guides here.
Build the Singularity image¶
1 |
|
Alternatively you can build an image for a specific version of PSI4 using docker tags
1 |
|
Check the installation¶
1 |
|
Create and run the psi4 file¶
1 2 3 4 5 6 7 |
|
1 |
|
Using PSI4 via Modules¶
You can use the psi4 module within CREATE to use PSI4 version 1.3.2
1 2 |
|
Using a virtual environment¶
For a complete guide on how to setup a conda environment on CREATE HPC, then please refer to our guides here.
To install PSI4 in a conda environment:
1 2 3 4 |
|
Once installed, you can run your PSI4 input files using:
1 |
|