Guillaume Fraux

Results 159 issues of Guillaume Fraux

This is a three-part bullet point issue: - [ ] Add cache function to get the cost of adding a molecule; - [ ] Add cache function to get the...

A-Monte-Carlo

This is an user interface improvement proposed by @g-bauer. The idea is to specify molecules in a section of the input, and then use the molecules by names while specifying...

A-Input

We need two kind of benchmarks: - regression benchmarks check the speed of a given algorithm; - comparison benchmark check the speed of a given simulation for comparison with other...

A-Performance
A-Tests

Here is an idea that I had about the input files. Currently, the input system is quite complex and the user need to choose a lot of parameters. This is...

Discussion
A-Input

Like in ``` yaml pairs: - atoms: [*, *] type: Null ```

A-User interface
A-Input

Users should be able to get some property for a subgroup of particles: a molecule, all waters, all oxygens, ... EDIT: removed code example, it made no sense.

A-System

The regression benchmarks (defined in #62) should run for each new commit in master, and a report of the run time should be available (maybe as a graph). I think...

A-Performance

For now, the code is plain old serial, and does not exploit the possibilities offered by Rust. We should discuss about how to make this code parallel. I believe the...

A-Performance
Discussion

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

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

A-Monte-Carlo