Fix three issues for n-term proline. I) Add both H2 and H3 to proline. II) Fix crash related to H2 dihedral being defined by side-chain atom CD, which is not initially added in the initialisation of the chain. III) Handle that initialisation from pdb file, without --init-from-pdb, set the n-term phi angle to NAN. Both II) and III) resulted phaistos crashing.
Fixed sirious bug in simulated annealing. This mc was approximately doing greedy optimization due to inheritance from Optimization instead of Simulation, providing the wrong acceptance_criterion method.
Ensure the method hbpotential is const
Fix problem with binary characters in pdb outpu...
minor improvements
fix term rmsd-constraint copy constructor and i...
Add option to calculate rmsd on heavy atoms (sk...
Add atom iterator that skips hydrogen
Fix rmsd calculation when ca-only=false for rms...
Fix rmsd calculation when ca-only=false. Use a...
changed split() to pass params by reference
cleaned up warnings about unused typedefs
cleaned up file_exists function
fixed ATOM entry output format (was broken for ...
Make global ss region variables const and initi...
Fix bug introduced in r527.
uint -> unsigned int in rotamer_library.h and t...
uint -> unsigned int in chaintree.h
prep for VS build
prep for VS build
prep for VS build
prep for VS build
prep for VS build
handle some VS-specific defines in CMakeLists.t...
prep for VS build
prep for VS build changes:
prep for VS build
enable C++11 for Phaistos
cleanup to prepare for C++11 transition
cleanup to prepare for C++11 transition
Fixed inconsistencies between camshift source a...
Fixed inconsistencies between camshift source a...
Fixed camshift sampling bug
Added Camshift energy types
Minor bugfix in plot_hist.py
Added changes connected to Fei's and Yong's GO-...
fixed some unsigned - signed int comparison war...
Added position specific observing of the five h...
Added observe hooks in profasi for external obs...
Added Engh-Huber-only biased semilocal move
Fixed error returning incorrectly weighted subset
fixed missing initialisation of dihidral angle ...
Made *current_atom and *atom_end protected, so ...
fixed bug, thanks to LB for pointing this out
added some features
Fixed error in trajectory_subset.cpp introduced...
2014-10-21 Jes Frellsen <frellsen>
Minor modifications to avoid warnings in newer ...
Minor modifications to avoid warnings in newer ...
Minor modifications to avoid warnings in newer ...
Minor modifications to avoid warnings in newer ...
Removed dependencies on Fortran compiler
Deleting not used Fortran libraries blas and la...
Added documentation for the new Muninn multithr...
Added compilation of the Muninn binary tools in...
Added support for different multithreading mode...
Changed svn:ignore, build -> build*
Bugfixes in evaluate_observable: 1) Problems wi...
Added the CHARMM36/EEF1-SB force field module.
Fix manual entry for camshift module.
Added names for QA and N-term hydrogen ambiguou...
Updated manual entry for camshift
Added option to ignore isoleucine c-beta chemic...
Added additional ambiguous restraint keywords i...
Added Inference module
changes to replica exchagne implementation - lo...
Added additional check for atom type in term_di...
Fixes printing of thread id and weights in sing...
Added distance-restraints module
Fixes template error with gcc44 in TermCamshift...
Fixes compile error with older versions of gcc.
Added CamShift module
Changed the default Muninn to trunk (changed by...
Changed the default Muninn to trunk (changed by...
2014-06-16 frellsen <frellsen@cam>
The plot_hist.py script now supports an optiona...
Corrections to ChangeLog
2014-06-04 frellsen <frellsen@cam>
Added DBN-only variant of semi local move (no E...
2014-05-30 frellsen <frellsen@cam>
Added observable specialization for backbone-db...
Bugfix in plot_columns.py
Bugfix in log-mode calculation of DBN models. M...
Optimized hbpotential() in the profasi hydrogen...
Added rt to link to fix build problems.
Added rt for linking to fix build error.
Added proper support for settings for observables.
added settings
easy observables with the Observe class.