16 #ifndef HCCHEQUATION_H 17 #define HCCHEQUATION_H 19 #include "jequation.h" 23 #ifdef HCCHEQUATIONDLL 24 #define HCCHEQUATION_API __declspec(dllexport) 26 #define HCCHEQUATION_API __declspec(dllimport) 29 #define HCCHEQUATION_API 62 virtual int NBonds()
const;
63 virtual std::pair < std::string , std::string > CoupledNuclei()
const;
65 float HugginsElectronegativity(
const magnes::Atom& atom);
the global magnes namespace
Definition: ccchequation.h:38
The base class for the computation of scalar coupling constants.
Definition: jequation.h:53
An specialized class for implementation of 3JHCCH karplus-like equations HCCHEquation implements conv...
Definition: hcchequation.h:53
representation of an atom
Definition: atom.h:39
Definition: molecule.h:44