7 #ifndef SPARROW_LINEARRESPONSEDATA_H
8 #define SPARROW_LINEARRESPONSEDATA_H
33 const Eigen::MatrixXd& overlapMatrix;
39 : molecularOrbitals(MOs),
40 MOEnergies(orbitalEnergies),
41 AOInfo(std::move(aoIndex)),
43 overlapMatrix(overlapMatrix),
44 occupation(occupation) {
51 #endif // SPARROW_LINEARRESPONSEDATA_H
This class contains the infos needed to perform a linear response calculation. This way excited state...
Definition: LinearResponseData.h:28