polychrom
                                
                                
                                
                                    polychrom copied to clipboard
                            
                            
                            
                        Make masses changeable
Description
move the initialization of Simulation.masses to the constructor, such that it can be edited before the actual openmm.System and openmm.Context are created. Necessary for particles with different masses.
PR Checklist
- [] apply "black" to the whole codebase (
black .) - [] apply isort to the codebase (
isort .) - [] fun 
flake8and try to resolve all the issues (work in progress!)