Luthaf / Jumos.jl

Julia toolbox for molecular simulations
http://jumos.readthedocs.org/en/latest/
Other
23 stars 11 forks source link

Does all simulation steps needs to have all the simulation information ? #12

Closed Luthaf closed 9 years ago

Luthaf commented 9 years ago

All the simulation steps have full access to the MolecularDynamic object. Is this needed ?

This make more difficult the extension with new Enforce, Compute, ... because the user needs to know a lot about the internal representation of a MolecularDynamic object.

Luthaf commented 9 years ago

Fixed by the Universe/Simulation separation on the dev branch.