1#ifndef _chemistry_qc_psi_file11_h
2#define _chemistry_qc_psi_file11_h
6#include<util/ref/ref.h>
7#include<chemistry/molecule/molecule.h>
8#include<chemistry/qc/basis/basis.h>
19 std::string filename_;
25 void skip_lines(
int n);
36 int get_natom(
int entry);
37 double get_energy(
int entry);
38 double get_coord(
int entry,
int atom,
int xyz);
39 double get_grad(
int entry,
int atom,
int xyz);
PsiFile11 is a Psi gradient file.
Definition psifile11.h:17
The base class for all reference counted objects.
Definition ref.h:192
Contains all MPQC code up to version 3.
Definition mpqcin.h:14