28 #ifndef _chemistry_molecule_linkage_h
29 #define _chemistry_molecule_linkage_h
31 #include <chemistry/molecule/coor.h>
32 #include <chemistry/molecule/taylor.h>
33 #include <chemistry/molecule/molfreq.h>
34 #include <chemistry/molecule/molrender.h>
35 #include <chemistry/molecule/molshape.h>
36 #include <chemistry/molecule/findisp.h>
37 #include <chemistry/molecule/frag.h>
38 #include <chemistry/molecule/molden.h>
40 #include <util/render/linkage.h>
41 #include <math/scmat/linkage.h>
42 #include <math/optimize/linkage.h>
46 ForceLink<RedundMolecularCoor> molecule_force_link_a_;
47 ForceLink<CartMolecularCoor> molecule_force_link_b_;
48 ForceLink<SymmMolecularCoor> molecule_force_link_c_;
49 ForceLink<TaylorMolecularEnergy> molecule_force_link_d_;
50 ForceLink<MolecularFrequencies> molecule_force_link_e_;
51 ForceLink<RenderedStickMolecule> molecule_force_link_f_;
52 ForceLink<RenderedBallMolecule> molecule_force_link_g_;
53 ForceLink<RenderedMolecularSurface> molecule_force_link_h_;
54 ForceLink<VDWShape> molecule_force_link_i_;
55 ForceLink<DiscreteConnollyShape> molecule_force_link_j_;
56 ForceLink<ConnollyShape> molecule_force_link_k_;
57 ForceLink<FinDispMolecularHessian> molecule_force_link_l_;
58 ForceLink<FinDispMolecularGradient> molecule_force_link_m_;
59 ForceLink<MolecularFragment> molecule_force_link_n_;
60 ForceLink<WriteMolden> molecule_force_link_o_;