#include <math.h>
#include <iostream>
#include <cstdlib>
#include "def.h"
#include "run.h"
#include "list.h"
#include "collection.h"
#include "model.h"
#include "species.h"
#include "domain.h"
Go to the source code of this file.
Namespaces | |
namespace | Potential |
Interaction-potential functions, such as LJ. | |
Functions | |
REAL | Potential::invdist (REAL x) |
Variables | |
REAL | Potential::sigma = 1.0 |
REAL | Potential::eta = 1.0 |
REAL | Potential::cutoff = 2.0 |