lumol icon indicating copy to clipboard operation
lumol copied to clipboard

Universal extensible molecular simulation engine

Results 43 lumol issues
Sort by recently updated
recently updated
newest added

As defined in NIST reference data for LJ potential: https://www.nist.gov/mml/csd/chemical-informatics-research-group/lennard-jones-fluid-reference-calculations And add corresponding tests in the NIST tests.

E-Easy
A-System
A-Tests

A possible way to efficiently translate or rotate a molecule is to bias the displacement using the actual force/torque acting on a molecule (see [this paper](http://scitation.aip.org/content/aip/journal/jcp/69/10/10.1063/1.436415)). The **magnitude** of displacement...

A-Monte-Carlo

This is easy: just use the functionalities around to build the hybrid move

A-Monte-Carlo

I have been thinking about this for a while, here is a request for comment (RFC) to shape it a bit more and gather feedback. The implementation of this will...

Discussion

The following traits should be added: ``` rust trait Energy { // Used in monte-carlo and energy computation fn energy(&mut self, system: &System) -> f64; } trait Forces { //...

A-System

This involve several small steps: - [ ] Create a representation of impropers dihedrals in the code - [ ] Add impropers to molecules and in the molecule detection algorithm...

A-System

http://dx.doi.org/10.1080/00268979600100761

A-Molecular Dynamics