Commit 5ca3e67
Major Version Update: 7.00.0 (#1166)
* Add the solvent, no clipping. Might be overestimating the actual solvent needed
* Better estimate of boxes needed
* Start adapting the solvate script
* Start adding code to remove water molecules within a tolerance
* Do the final strip to only retain the target number of waters
* Do final cell construction
* Start trying to do truncated octahedron
* Cannot finish box from Solvate with specified numbers the same way as the original since the method for determining waters out of the box is different. Just use the cell we have been using. Probably will require some imaging.
* Try to use autoimage. Still looks like there are visual artefacts
* Make density calc separate
* Add some debug
* Actually increment ntries. Do the autoimage at the end
* Put sugar options in SugarBuilder
* Add help text for adding ions
* Add another safety valve
* Add function to sort typenames by making the first typename < last typename
* Test sorting typenames and using them in std::map
* Have ParmHolder use std::map. Make the old class with std::vector into ParmArray; assigning nonbonds needs to be able to do addition with iterators, so std::map cannot be used in that case.
* Update dependencies
* Remove unused code
* Everything but dihedrals/impropers is stored alphabetical now
* All parameters are alphabetical now execpt dihedral/improper
* Start the version 7 changelog
* Add remove residue, graft on new one test
* checkchirality byatom is not ready yet - disable for now
* Add tests for grafting with connect atoms
* Automatically use connect atom information if grafting with internal coordinates
* checkchirality byatom is not ready.
* Add note about connect atom information
* Start LJ calculation for 1-4
* Add LJ 12-6-4 energy routine
* Add flag to turn on LJ 12-6-4 calc for 1-4
* Start adding LJ 12-6-4 keyword
* Improve feedback when LJC is active
* Add LJC version of nonbond calc
* Pass in LJ 12-6-4
* LJ 12-6-4 calc for standalone VDW
* Add PME calc with LJC
* Add LJCPME calc type
* Enable LJC calc
* Update dependencies
* Add files for decomposing PME with LJCPME
* Update dependecies
* Update depends
* Fix class name
* Add decomposed LJC pme
* Add test with/without LJC
* Add test save files
* Add 'lj1264' keyword for 'enedecomp'
* Add lj1264 decomp test
* Start a class for calculating CMAP energies
* Start the cmap torsion routine
* Get coords
* Add more of the torsion code
* Finish torsion routine for cmap
* Add to build framework, add missing depends
* Enable cmap for testing
* Calc psi
* Add debug code to print gradients
* Add reduced version of the spline routine
* Start CMAP setup. Add function to get CMAP grid terms
* Start adding CMAP setup code
* Add generate_cubic_spline
* Add variables to hold partial deriv for each grid
* Calculate dE/dPsi
* Calculate d^2E/dPhiPsi
* Start doing the interpolation to actually get the energy
* Start filling in stencils
* Add the weight matrix
* Generate the bicubic coefficients
* Do bicubic interpolation
* Refactor to make it easier to create a routine that also caluclates forces
* DO the force calc
* Debug force write
* Need to sum energy
* Create separate routines for force and force+energy
* Make a common function to return number of possible selected atoms in mask, Natom(). Create function to check if all atoms are selected.
* Respect mask selection
* Print selected cmaps
* Improve code docs. Hide some debug info. Pass in force array for force calc
* Hide more debug info and remove old code
* Add a debug level
* Add CMAP test
* Do not try to calculate CMAP energy if no CMAP terms/parameters are present
* Have topology report whether non-contiguous mols are present
* Pass in just the Topology
* Create separate routine for fixing atom ordering
* If residues in molecules are not contiguous, fix the ordering by default unless nofixorder is specified.
* Add CMAP to new stuff. Note that fixatomorder now baked into the build command
* Fix up help
* I can't believe I got these backwards...
* Add TODO for renumbering after adding ions
* Give build the ability to just work directly on an input file
* Update help
* Allow the second ion to also be 0 for neutralization. This allows one to specify both positive and negative counter ions and use whatever ion is suitable for neutralization. It also allows one to add a specified number of positive or negative counter ions and automatically have the opposite charge counter ion neutralize.
* Read IPOL section
* Start fixing CMAP for the pol FF
* Start handling formerly unhandled CMAP flags
* Better error message when a CMAP is invalid. CMAP PARAMETER line is not always 8 floats. Sometimes apparently there are commas...
* Handle 9.5 and comma CMAP parameters
* Hide debug info
* Save residue offsets for CMAP
* Ensure cmap residue offsets match before assignment
* Do not report mass/pol if they arent actually different
* Report when LJ parameters are changed within a FF load
* Add copy constructor
* Be more verbose when updating parameters by saying what we are changing the parameters from
* If AtomType has LJ params do not overwrite the hasLJ flag
* Only report if the LJ type is changing if there were already params
* Save file name as well as title
* Was referencing the wrong var. Can lead to segfaults
* When combining parm sets, combine names and file names as well
* Add files used in parameterization as comments
* Use FF description flag instead
* Report the parameter set being combined so we know what is actually overwriting what
* Add large indices for angles and bonds
* No longer CHAMBER-specific.
* Convert index limits to # atom limits
* When appending top, only print warning for no atom types when assignin nonbonds if verbose
* Only put a warning about no atom types found if all the types are blank. Maybe should be if any are blank?
* Add doassembly keyword for automatically creating assemblies from PDB MODELs
* Handle large pointers
* Change the tolerance for number of times smallest diff seen to > 2 instead of > 4
* Note the 'doassembly' keyword
* Note nsolvent keyword
* Wildcard is not in TypeNameHolder anymore, remove from DataSize
* Start the DihedralParmSet class
* Add PreviousParm
* Put the dihedrals from Dihedral parm set into the main parameter set
* Convert back to a vector to preserve parameter ordering for now
* Add back the warnings; are there too many now?
* Put the function to transfer dihedral params from the set to the holder in the set
* Put the type name string function that was in AmberParamFile in TypeNameHolder
* Update CMakeLists
* Add function for putting parameters in dihedral set into improper holder
* Remove single multiplicity dihedral parameter add from the Dihedral/Improper parm holders. Use DihedralParmSet routines in AmberParamFile, and make use of DihedralParmSet for impropers
* Use DihedralParmSet
* Remove references to temporary file
* Use DihedralParmSet
* Go back to PreviousParm instead of PreviousArray to be consistent with other parameter holders; important for UpdateParameters.h
* Allow multiplicity > 1 for impropers
* Remove code that is now in DihedralParmSet
* Consolidate the multiplicity check
* By default do not report dihedrals with "missing" multiplicities since it seems like it happens a lot and there is nothing in the force field description that says you have to have a term for every multiplicity
* Add missing break
* Add missing ;
* Keep track of the number of missing parameters, and make it an error on build
* Have make depend trigger subdirectory make depend as well
* Add small note about system build capability. Upgrade to lyx 2.4.
* Add some notes about namespaces. Update to lyx 2.4.
* Update the doxyfile
* Add subdirectories
* Add some namespace documentation
* Script to extract current version number no matter where you are
* Script for automatically updating the version string in the Doxyfile
* Automatically update doxygen version number when doing make docs
* Have make docs call GeneratePDFs.sh
* Cpptraj needs to be modified if unhandled radii set
* Add help for the source command
* Update PDFs. Start adding section to manual for building systems, containing the build, sequence, and source commands.
* Add note about improved sequence command
* The sequence command is now located in the system build part of the manual.
* Make desc a hidden command since its primary use is debugging against leap
* Add more readdata formats to manual
* Fix up help text
* Add documentation for some datafile options
* Add link to leaprc source
* Add a build Example
* Add entry about reading files as top/coords with readdata
* Add information about CONNECT atoms with graft ic
* Do not print warning for readdata coords if set not already present
* File names are now printed
* Fix up check help
* Start build test
* Add build from COORDS test
* Enable the build test
* Add test for change atomname with namemap
* Update energy help. Fix change help text, and add entry for change gb/lj1264.
* Add zmatrix complete test
* Fix up entry for zmatrix complete
* Add entry for mol2 write atombondorder
* Make nodlparams the default
* Fix up prepareforleap help
* Add warning about missing residues to build
* Start code for allowing redirection of all problem details to a file.
* Add reportfile keyword
* Add manual entry for reportfile keyword
* Add sections for build help
* Simplify the build example
* Hide check setup timing behind TIMER ifdef
* Hide detailed template/parm load behind ifdef
* Hide the leap prompt as debug info when loading leaprc files
* Update Cluster build files
* Fix ParameterSet location
* Fix reporting overwritten addatomtypes entries, and report duplicate entries by default - it's useful info
* Do not recommend addmissingres command yet because it is so not ready for prime time
* Move hint about fixatomorder from Topology to ParmFile since we really should only need it after a topology is loaded
* Add StructureCheck report mode without leading frame arg
* Hide some build timers behind ifdef TIMER
* Add file output timer
* Add missing leaprc
* Previously, specifying '-shared' would silently disable libsander support in cpptraj. Create a new category of linked libraries that is cpptraj-only that will not be linked to libcpptraj so that libsander can be supported with -shared
* Add warning about leaps value of PI
* Just report split off groups
* Warn about ignoring set default cmap on/off
* Make sure the box isnt too small when doing nsolvent to prevent clashes across unit cell boundaries. Disable truncoct for now
* Add note about clipX being 0 if truncoct is ever enabled for nsolvent
* Add note about nsolvent not working for truncoct yet
* Add note about nsolvent functionality being experimental
* Start modxna info class
* Add to build
* Get modxna info from mol2 file
* Cant be in the Cpptraj namespace because if included in Topology will clash with the Cpptraj class.
* Move out of the Structure namespace
* Remove references to ModXNA_Info
* Save ModXNA info in Topology
* V7.00.0 - MAJOR VERSION BUMP! Addition of system build/parameterization code, among other improvements. Lots of changes under the hood as far as topology/parameter handling goes.
* Hide debug info
* Update year
* Start adding a short libsander test
* Finish short libsander test
* Combine into the existing test dir
* Add missing inits
* Add missing init of sander var
* Update manual pdf
* Expand the build section of the manual
* Fix checkstructure in parallel
* Add a bunch of missing variables in printf statements
* 12-6-4 tests need PME
* Support more default options
* Make unhandled set or set default options in leaprc files an error. Read more set default options
* Read set default flexiblewater and deleteextrapointangles
* Replace option vars in AssignParams with DataSet_LeapOpts
* Revert; not all leap options pertain to parameter assignment
* Put the defaults in variables
* Allow default scee and scnb to be overwritten by set default sceescalefactor etc. Trap IPOL, not yet supported
* Check for bad leap options when building directly from leaprc
* Allow existing aliases to be overwritten
* Allow flexible water option to be turned on
* Handle flexible water option. Try to choose a better default top name
* Add help/manual for flexiblewater
* Note IPOL > 0 not yet supported in changelog
* FFTW is recommended
---------
Co-authored-by: Daniel R. Roe <daniel.roe@nih.gov>1 parent ad353fe commit 5ca3e67
349 files changed
Lines changed: 134469 additions & 12550 deletions
File tree
- devtools
- converters
- doc
- src
- Cluster
- Energy
- Parm
- Structure
- test
- Test_Build
- Test_Change
- Test_CharmmParams
- Test_Charmm
- Test_CheckStructure
- Test_Closest
- Test_CombineCrd
- Test_CompareTop
- Test_EneDecomp
- Test_Energy
- Test_Esander_Short
- Test_FixAtomOrder
- Test_Graft
- Test_HmassRepartition
- Test_LJC
- Test_Mutate
- Test_NAstruct
- Test_ParmBox
- Test_PrepareForLeap
- Test_ReadAmberFF
- Test_ReplicateCell
- Test_Sequence
- Test_Strip
- Test_TopInfo
- Test_Zmatrix
- unitTests
- Frame
- GistEntropyUtils
- ImproperParmHolder
- TypeNameHolder
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
260 | | - | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| |||
347 | 349 | | |
348 | 350 | | |
349 | 351 | | |
350 | | - | |
| 352 | + | |
351 | 353 | | |
352 | 354 | | |
353 | 355 | | |
| |||
1334 | 1336 | | |
1335 | 1337 | | |
1336 | 1338 | | |
| 1339 | + | |
1337 | 1340 | | |
1338 | 1341 | | |
1339 | 1342 | | |
| |||
1384 | 1387 | | |
1385 | 1388 | | |
1386 | 1389 | | |
| 1390 | + | |
1387 | 1391 | | |
1388 | 1392 | | |
1389 | 1393 | | |
| |||
1420 | 1424 | | |
1421 | 1425 | | |
1422 | 1426 | | |
| 1427 | + | |
| 1428 | + | |
1423 | 1429 | | |
1424 | 1430 | | |
1425 | 1431 | | |
| |||
2842 | 2848 | | |
2843 | 2849 | | |
2844 | 2850 | | |
| 2851 | + | |
2845 | 2852 | | |
2846 | 2853 | | |
2847 | 2854 | | |
| |||
2851 | 2858 | | |
2852 | 2859 | | |
2853 | 2860 | | |
2854 | | - | |
| 2861 | + | |
2855 | 2862 | | |
2856 | 2863 | | |
2857 | 2864 | | |
| |||
3064 | 3071 | | |
3065 | 3072 | | |
3066 | 3073 | | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
3067 | 3077 | | |
3068 | 3078 | | |
3069 | 3079 | | |
3070 | 3080 | | |
3071 | 3081 | | |
3072 | 3082 | | |
| 3083 | + | |
3073 | 3084 | | |
3074 | 3085 | | |
3075 | 3086 | | |
| |||
3179 | 3190 | | |
3180 | 3191 | | |
3181 | 3192 | | |
| 3193 | + | |
3182 | 3194 | | |
3183 | 3195 | | |
3184 | 3196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
0 commit comments