28#ifndef _chemistry_molecule_taylor_h
29#define _chemistry_molecule_taylor_h
31#include <chemistry/molecule/energy.h>
32#include <chemistry/molecule/coor.h>
48 std::vector<std::vector<int> > force_constant_index_;
49 std::vector<double> force_constant_value_;
static std::ostream & out0()
Return an ostream that writes from node 0.
The MolecularEnergy abstract class inherits from the Function class.
Definition energy.h:54
The RefSCDimension class is a smart pointer to an SCDimension specialization.
Definition dim.h:152
The RefSCVector class is a smart pointer to an SCVector specialization.
Definition matrix.h:55
A template class that maintains references counts.
Definition ref.h:361
Restores fundamental and user-defined types from images created with StateOut.
Definition statein.h:79
Serializes fundamental and user-defined types.
Definition stateout.h:71
void compute()
Recompute at least the results that have compute true and are not already computed.
bool analytic_hessian_implemented() const
must overload this in a derived class if analytic hessian can be computed
bool analytic_gradient_implemented() const
must overload this in a derived class if analytic gradient can be computed
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
int value_implemented() const
void print(std::ostream &=ExEnv::out0()) const
Print information about the object.
Contains all MPQC code up to version 3.
Definition mpqcin.h:14