Added files needed by make that were left out of the previous commit. |
|
More...
|
over 14 years ago
|
Added BOINC tags to configure.ac and Makefile.am |
|
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. |
|
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. |
|
More...
|
over 14 years ago
|
Information file updates. Nothing major. |
|
More...
|
over 14 years ago
|
Included setup and updated INSTALL accordingly |
|
More...
|
over 14 years ago
|
Revert "Added install-sh" |
|
More...
|
over 14 years ago
|
Revert "Added configure and setup. setup can be used to reproduce configure using configure.ac and autotools" |
|
More...
|
over 14 years ago
|
Added install-sh |
|
More...
|
over 14 years ago
|
Added configure and setup. setup can be used to reproduce configure using configure.ac and autotools |
|
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. |
|
More...
|
over 14 years ago
|
Updated Makefile for XMLParser |
|
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. |
|
More...
|
over 14 years ago
|
Did some serious documenting. |
|
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). |
|
More...
|
over 14 years ago
|
Fixed typo. |
|
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. |
|
More...
|
over 14 years ago
|
Restructured EmpEnerFun. |
|
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. |
|
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. |
|
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. |
|
More...
|
over 14 years ago
|
Finished mmpbsa. Tested the program and the results match those of the python version of mmpbsa. |
|
More...
|
over 14 years ago
|
Updated Makefile.mmpbsa for the new template instantation class. |
|
More...
|
over 14 years ago
|
Successfully added (and tested) adding MEAD's PB solver. All that remains for mmpbsa calculations is SA calculation. |
|
More...
|
over 14 years ago
|
Added MeadInterface class. Added PB functionality to the project. Test + SA-functionality remain. |
|
More...
|
over 14 years ago
|
Complete testing of Energy data reading, stripping and reporting. Results match previous outputs from python code. |
|
More...
|
over 14 years ago
|
Added stripEnerFun. Debugging should follow. |
|
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. |
|
More...
|
over 14 years ago
|
Energy.cpp compiles. Whole set builds. Needs testing. |
|
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. |
|
More...
|
over 14 years ago
|