You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the path to the FF, psf, and pdb file to be selected by the user. Moved restart variables to the required variables, and added the ability to use new restart input files. (#937)
* Added functionallity and tests to select any desired path to be written for the gomc_controlfile_writer. This include a default check to see if the FF, psf, and pdb files exist in the specified path, but this can also be overridden. This will allow may simulation to be run from 1 existing system build and FF file.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fixed some spacing issues int the gomc_conf_writer.py docstrings.
* Fixed some spacing issues int the gomc_conf_writer.py docstrings rev 1
* Fixed some spacing issues int the gomc_conf_writer.py docstrings rev 2
* Fixed some spacing issues int the gomc_conf_writer.py docstrings rev 3
* Fixed some spacing issues int the gomc_conf_writer.py docstrings rev 4
* Fixed some spacing issues int the gomc_conf_writer.py docstrings rev 4
* Fixed some spacing issues int the gomc_conf_writer.py docstrings rev 5
* added gomc file input directory changes, full path changes, and checking if files exist. Before, the gomc input file had to be in the same directory.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* reformated restart and restartcheckpoint to required variables. Added binCoordinates, extendedSystem, and binVelocities as options to restart the simulations. Added overrides for Coordinates_box and Structure_box in the required variables. Renamed alot of the new required variables. This is in the gomc_conf_writer.py
* reformated restart and restartcheckpoint to required variables. Added binCoordinates, extendedSystem, and binVelocities as options to restart the simulations. Added overrides for Coordinates_box and Structure_box in the required variables. Renamed alot of the new required variables. This is in the gomc_conf_writer.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* removed extra coordinate and structure descriptions in the attributes of the gomc_conf_writer.py
* added more tests for the gomc_conf_writer.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* added more test cases to the gomc_conf_writer.py, specificly the new input file path and file overrides and new restart variable moved to the required variables.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* improved variable text descriptions
* Fixed an few errors. One which didnt allow the structure paths to be changed without the coordinate paths, so now either or can be overridden. Second, allows only the pdb and psf files to be used to restart the simulation, but these will need to be the GOMC output files.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fixed areas of the code to accept .par files for the FF files along with the current .inp files.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* added test for the parameters for .inp and .par files fo rthe gomc_conf_writer.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* added check_input_files_exist check int eh test_gomc_conf_writer.py file.
* added the default file name and directory to the docstrings for the parameter, coordinate, and structure files in the gomc_conf_writer.py file.
* fixed a mislabed variable in place for the charmm_writer.py file (residue_id_list to structure_box_0_and_1_ff), which likely got autochanged by accident
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* added line to fix potenial bug in unique atom name writers (unique_atom_naming function)
* The OutMolNumber variable is wrong and changed to the correct OutMolNum variable.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixed typo and removed a few undeeded if statements per the review comments.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixed typo
* added a sorting function for the input_variables_dict gomc_writer input, which removes checking variables that are set as none. Therefore, these variables are just set to the defaults, like they were never entered. Otherwise, they are checked and dont match the required input varible formats and will not provide informative errors for the users.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: bc118 <crawfordb118@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments