Creating a QChem Input File: Difference between revisions

From Thom Group Wiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
* Parameters (These are all of the calculation details such as DFT functional, SCF convergence criteria, etc.)
* 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.)
* FilePath (The filepath to save the input file to.)

==[[RevQCMagic|Return to RevQCMagic]]==

Revision as of 18:08, 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.)

Return to RevQCMagic