
#include <BankLennardJonesParameterTable.h>
Public Member Functions | |
| BankLennardJonesParameterTable () | |
| void | createTables (unsigned int numComp, unsigned int tableSize) |
| const LennardJonesParameters & | operator() (int i, int j, int type1, int type2) const |
| void | set (int i, int j, int type1, int type2, const LennardJonesParameters ¶msij) |
Private Attributes | |
| std::vector< LennardJonesParameterTable > | lennardJonesBank |
| unsigned int | numTables |
| unsigned int | numComps |
|
|
|
|
||||||||||||
|
function which creates the correct # of parameter tables
|
|
||||||||||||||||||||
|
determine the proper index # into to the bank
|
|
||||||||||||||||||||||||
|
function that stores a set of LJ parameters for one pair of atoms
|
|
|
The bank of necessary LJ parameter tables.
|
|
|
|
|
|
|