indigoX
forcefield.hpp File Reference
#include "../utils/fwd_declares.hpp"
#include "periodictable.hpp"
#include <EASTL/bitset.h>
#include <map>
#include <memory>
#include <vector>
+ Include dependency graph for forcefield.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FFAngle
 
class  FFAtom
 
class  FFBond
 
class  FFDihedral
 
class  Forcefield
 

Namespaces

 indigox
 Namespace for all graph related functionality.
 

Typedefs

using AngleType = FFAngle::Type
 
using BondType = FFBond::Type
 
using DihedralType = FFDihedral::Type
 
using FFFamily = Forcefield::Family
 
using FFParam = std::initializer_list< double >
 type for collection of parameter inputs More...
 

Functions

Forcefield GenerateGROMOS54A7 ()
 
std::ostream & operator<< (std::ostream &os, BondType type)
 
std::ostream & operator<< (std::ostream &os, AngleType type)
 
std::ostream & operator<< (std::ostream &os, DihedralType type)