Creating a QChem Input File: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Creating a QChem Input File==") |
|||
| Line 1: | Line 1: | ||
RevQCMagic has an in-built QChem input file writer. |
|||
==Creating a QChem Input File== |
|||
The writer uses four things to generate an input file: |
|||
* Configuration (The Configuration object contains all information which gives a state context, i.e. it contains the nuclei involved, the geometry of the nuclei, the basis set for each atom, etc) |
|||
* MetaData (For a QChem input file this is the total charge and the spin.) |
|||
* Parameters (These are all of the calculation details such as DFT functional, SCF convergence criteria, etc.) |
|||
* FilePath (The filepath to save the input file to.) |
|||
Revision as of 17:10, 30 March 2026
RevQCMagic has an in-built QChem input file writer.
The writer uses four things to generate an input file:
- Configuration (The Configuration object contains all information which gives a state context, i.e. it contains the nuclei involved, the geometry of the nuclei, the basis set for each atom, etc)
- MetaData (For a QChem input file this is the total charge and the spin.)
- Parameters (These are all of the calculation details such as DFT functional, SCF convergence criteria, etc.)
- FilePath (The filepath to save the input file to.)