IMP  2.0.1
The Integrative Modeling Platform
Simulator.h File Reference

Simple molecular dynamics optimizer. More...

#include <IMP/atom/atom_config.h>
#include <IMP/Particle.h>
#include <IMP/Optimizer.h>
#include <IMP/internal/units.h>
#include <IMP/algebra/Vector3D.h>
+ Include dependency graph for Simulator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::atom::Simulator
 The base class for simulators. More...
 

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::atom
 See IMP.atom Overview for more information.
 

Typedefs

typedef IMP::base::Vector
< IMP::base::Pointer
< Simulator > > 
IMP::atom::Simulators
 

Energy conversions

The native energy units in IMP are difficult to do any sort of math with. One can convert the quantities into more useful ones.

double IMP::atom::get_energy_in_femto_joules (double energy_in_kcal_per_mol)
 
double IMP::atom::get_force_in_femto_newtons (double force_in_kcal_per_mol_per_angstrom)
 
double IMP::atom::get_spring_constant_in_femto_newtons_per_angstrom (double k_in_kcal_per_mol_per_angstrom_square)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file Simulator.h.