Class Scine::Utils::ExternalQC::OrcaMainOutputParser

class OrcaMainOutputParser

This class parses information out of the main ORCA output file.

Public Functions

OrcaMainOutputParser(const std::string &outputFileName)

Constructor.

Parameters
  • outputFileName: Name of the output file.

double getEnergy() const

Parse the energy from the ORCA output.

Return

The energy as a double.

int getNumberAtoms() const

Parse the number of atoms from the ORCA output.

Return

The number of atoms.

GradientCollection getGradients() const

Parse the gradients from the ORCA output.

Return

GradientCollection