28#ifndef _mpqc_src_lib_chemistry_molecule_frag_h
29#define _mpqc_src_lib_chemistry_molecule_frag_h
31#include <chemistry/molecule/molecule.h>
106 std::set<int> includes_atoms_;
107 std::set<int> excludes_atoms_;
112 std::set<int>& includes_atoms,
113 std::set<int>& excludes_atoms,
114 std::set<int>& atoms_in_frag);
This class is used to contain information about classes.
Definition class.h:147
MolecularFragment is a Molecule that is a fragment of another Molecule object.
Definition frag.h:39
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
MolecularFragment(const Ref< KeyVal > &kv)
A KeyVal constructor is used to generate a MolecularFragment object from the input.
The Molecule class contains information about molecules.
Definition molecule.h:153
int fragment(int atom) const
returns the fragment to which atom belongs to
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
Contains all MPQC code up to version 3.
Definition mpqcin.h:14