1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 4 years ago.
Aug 25, 2020 — Sep 24, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Starting work on the measurement and movement chapter of the tutorial. More... over 2 years ago
Fixed the bug meaning the improper energies weren't calculated correctly More... over 2 years ago
Added in the angle, dihedral and impropers properties tutorials. This should finish the introduction to properties part of the tutorial More... over 2 years ago
Working on the impropers tutorial. Learned from this more about how impropers should be printed to the screen and how the atoms should be ordered. More... over 2 years ago
Allow getSystem to get the system from output gro file (#23) More... over 2 years ago
Finished the dihedral tutorial More... over 2 years ago
Added in the angles tutorial and working on the dihedrals tutorial More... over 2 years ago
Working on the tutorial More... over 2 years ago
Fixed some small indexing bugs in angle, dihedral etc. More... over 2 years ago
I've added PropertyMap to the SelectorM classes so that I can control the properties used to find internals. More... over 2 years ago
Finished porting the algorithm. Need to add tests, plus adapt Cursor to work with angles, dihedrals and impropers. More... over 2 years ago
Copying the successful angle searching algorithm to bonds and dihedrals (impropers next) More... over 2 years ago
Cleaning up the Angle / Dihedral / Improper API, plus fixing the search algorithm used in SelectorAngle, SelectorDihedral, SelectorImproper etc. More... over 2 years ago
addingffparapipeline More... over 2 years ago
addingstscripts More... over 2 years ago
addingforcefieldfiles More... over 2 years ago
settinguprepo More... over 2 years ago
Working on making the API easier to use for collective operations More... over 2 years ago
Fixed error where dihedrals or angles in rings caused issues. More... over 2 years ago
Finished writing the classes and have integrated them with Python. More... over 2 years ago
Finished the SelectorM classes and SelectorDihedral. Still working on SelectorImproper More... over 2 years ago
Added SelectorMAngle... More... over 2 years ago
Making progress extending the "Bond", "SelectorBond", "SelectorMBond" framework to create equivalents for Angle, Dihedral and Improper. More... over 2 years ago
Working on the bond/angle/dihedral properties chapter. More... over 2 years ago
Finished the "molecule properties" chapter More... over 2 years ago
Continuing to fix bugs related to test failures in the original sire test suite More... over 2 years ago
Fixing test failures from sire_test caused by the change in the way we handle units between C++ and Python. Lots of little niggles More... over 2 years ago
Worked it out - need to import _Units first so that the wrapper for GeneralUnit is loaded before the wrapper for GeneralUnitProperty More... over 2 years ago
Quite a bit change to move GeneralUnit into SireUnits, and to add GeneralUnitProperty in SireBase as a replacement for all of the UnitProperty classes. This cleans up the units handling and makes things easier. Currently chasing a weird error where SireBase can't be loaded if GeneralUnitProperty declares Unit or GeneralUnit as bases... More... over 2 years ago
Finished the residue / chain / segment property chapter. More... over 2 years ago