0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added files needed by make that were left out of the previous commit.
kd0kfo
as David Coss
More... over 14 years ago
Added BOINC tags to configure.ac and Makefile.am
kd0kfo
as David Coss
More... over 14 years ago
Restructored the library, placing everything not centered around the main() function in mmpbsa.cpp, in the "mmpbsa" namespace. Also SanderParm was placed in its own c++ file. Both of these choices are based on using mmpbsa as a library with other programs which will be developed later.
kd0kfo
as David Coss
More... over 14 years ago
Renamed Energy.* to EmpEnerFun.* There may be more pure energy classes later with MD calculations. Therefore, I may not want to call this Energy.
kd0kfo
as David Coss
More... over 14 years ago
Information file updates. Nothing major.
kd0kfo
as David Coss
More... over 14 years ago
Included setup and updated INSTALL accordingly
kd0kfo
as David Coss
More... over 14 years ago
Revert "Added install-sh"
kd0kfo
as David Coss
More... over 14 years ago
Revert "Added configure and setup. setup can be used to reproduce configure using configure.ac and autotools"
kd0kfo
as David Coss
More... over 14 years ago
Added install-sh
kd0kfo
as David Coss
More... over 14 years ago
Added configure and setup. setup can be used to reproduce configure using configure.ac and autotools
kd0kfo
as David Coss
More... over 14 years ago
Setup MMPBSA to use autotools. As the project has grown, making a Makefile has likewise become complex. Therefore using autotools is a natural choice. As a result, the directory try has been restructured as well.
kd0kfo
as David Coss
More... over 14 years ago
Updated Makefile for XMLParser
kd0kfo
as David Coss
More... over 14 years ago
Added checkpointing, saving the state in an XML file. BOINC checkpointing functions are included, but are only used if the "__USE_BOINC__" preprocessor flag is set at compile time.
kd0kfo
as David Coss
More... over 14 years ago
Did some serious documenting.
kd0kfo
as David Coss
More... over 14 years ago
Separated Complex, Receptor and Ligand outputting. Doing so may help monitor and pause the application better (thinking ahead to the grid).
kd0kfo
as David Coss
More... over 14 years ago
Fixed typo.
kd0kfo
as David Coss
More... over 14 years ago
Added command line parameter "snap_list" that will allow the use to calculate specific snapshot energies. This is a good idea for parallel computing, since it will allow one to calculate different snapshots on different nodes.
kd0kfo
as David Coss
More... over 14 years ago
Restructured EmpEnerFun.
kd0kfo
as David Coss
More... over 14 years ago
Moved main.cpp to mmpbsa.cpp. Might make other "main" classes. In which case, main.cpp will no longer make sense.
kd0kfo
as David Coss
More... over 14 years ago
Made command line use more natural. All that is left in that respect is creating a list of which molecules belong to the receptor and which belong to the ligand. The implementation of this will depend in part on how it will be used later, .e. should it be a csv list.
kd0kfo
as David Coss
More... over 14 years ago
Updated gnu make file. Added a better handler for EOF of trajectory file in main.cpp, adding an UNEXPECTED_EOF error type.
kd0kfo
as David Coss
More... over 14 years ago
Finished mmpbsa. Tested the program and the results match those of the python version of mmpbsa.
kd0kfo
as David Coss
More... over 14 years ago
Updated Makefile.mmpbsa for the new template instantation class.
kd0kfo
as David Coss
More... over 14 years ago
Successfully added (and tested) adding MEAD's PB solver. All that remains for mmpbsa calculations is SA calculation.
kd0kfo
as David Coss
More... over 14 years ago
Added MeadInterface class. Added PB functionality to the project. Test + SA-functionality remain.
kd0kfo
as David Coss
More... over 14 years ago
Complete testing of Energy data reading, stripping and reporting. Results match previous outputs from python code.
kd0kfo
as David Coss
More... over 14 years ago
Added stripEnerFun. Debugging should follow.
kd0kfo
as David Coss
More... over 14 years ago
Finished the EmpEnerFun Loading process. Test loaded an energy function with a solvent. Still need to test without a solvent to see if BondWalker works correctly.
kd0kfo
as David Coss
More... over 14 years ago
Energy.cpp compiles. Whole set builds. Needs testing.
kd0kfo
as David Coss
More... over 14 years ago
Added mmpbsa_utils, which is a namespace that holds various utility functions that are needed in the other classes. Created an mmpbsa_t type using typedef. This was done so that precision, i.e. float versus double, may be adjusted.
kd0kfo
as David Coss
More... over 14 years ago