pele
Python energy landscape explorer
 All Classes Namespaces Functions Variables Typedefs
Public Member Functions
pele::LJCutAtomList Class Reference

#include <lj_cut.h>

Inheritance diagram for pele::LJCutAtomList:
pele::AtomListPotential< lj_interaction_cut_smooth, cartesian_distance< 3 > > pele::BasePotential

List of all members.

Public Member Functions

 LJCutAtomList (double C6, double C12, double rcut, Array< size_t > atoms1, Array< size_t > atoms2)
 LJCutAtomList (double C6, double C12, double rcut, Array< size_t > atoms1)

Detailed Description

Pairwise Lennard-Jones potential with smooth cutoff with loops done using atom lists

Definition at line 112 of file lj_cut.h.


Constructor & Destructor Documentation

pele::LJCutAtomList::LJCutAtomList ( double  C6,
double  C12,
double  rcut,
Array< size_t >  atoms1,
Array< size_t >  atoms2 
) [inline]

Definition at line 114 of file lj_cut.h.

pele::LJCutAtomList::LJCutAtomList ( double  C6,
double  C12,
double  rcut,
Array< size_t >  atoms1 
) [inline]

Definition at line 120 of file lj_cut.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs