Skip to content

Commit

Permalink
Merge pull request #30 from bc118/change_to_VDWGeometricSigma
Browse files Browse the repository at this point in the history
Changed the example variables from override_VDWGeometricSigma to VDWGeometricSigma
  • Loading branch information
bc118 authored Oct 8, 2023
2 parents 0ed8603 + c04de51 commit af1afef
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Select the desired variables, file, and set the temperature.
# The temperature of the Molecular Mechanics (MM) simulation.
temperature_in_unyt_units = 298.15 * u.Kelvin
# Choose mixing rule (override_VDWGeometricSigma_bool) to override the value (True or False)
# Choose mixing rule (VDWGeometricSigma_bool) to override the value (True or False)
# that was chosen in the force field (FF) XML file. This variable is not required and will be
# selected automatically; however, you should override it if you are unsure of the setting.
override_VDWGeometricSigma_bool = True
VDWGeometricSigma_bool = True
# Atom type naming convention ( str, optional, default=’all_unique’, (‘general’ or ‘all_unique’) )
# General is safe and recommended since we are using a single FF XML file.
Expand Down Expand Up @@ -78,7 +78,7 @@ Run the dihedral fit to fit to the MM simulations:
log_files_and_removed_points,
zeroed_dihedral_atom_types=zeroed_dihedrals,
qm_engine="gaussian",
override_VDWGeometricSigma=override_VDWGeometricSigma_bool,
VDWGeometricSigma=VDWGeometricSigma_bool,
atom_type_naming_style='general',
gomc_cpu_cores=1,
fit_min_validated_r_squared=0.99,
Expand Down Expand Up @@ -120,10 +120,10 @@ Select the desired variables, file, and set the temperature.
# The temperature of the Molecular Mechanics (MM) simulation.
temperature_in_unyt_units = 298.15 * u.Kelvin
# Choose mixing rule (override_VDWGeometricSigma_bool) to override the value (True or False)
# Choose mixing rule (VDWGeometricSigma_bool) to override the value (True or False)
# that was chosen in the force field (FF) XML file. This variable is not required and will be
# selected automatically; however, you should override it if you are unsure of the setting.
override_VDWGeometricSigma_bool = True
VDWGeometricSigma_bool = True
# Atom type naming convention ( str, optional, default=’all_unique’, (‘general’ or ‘all_unique’) )
# General is safe and recommended since we are using a single FF XML file.
Expand Down Expand Up @@ -163,7 +163,7 @@ Run the dihedral fit to fit to the MM simulations:
manual_dihedral_atom_numbers_list=[3, 2, 1, 4],
zeroed_dihedral_atom_types=zeroed_dihedrals,
qm_engine="gaussian_style_final_files",
override_VDWGeometricSigma=override_VDWGeometricSigma_bool,
VDWGeometricSigma=VDWGeometricSigma_bool,
atom_type_naming_style='general',
gomc_cpu_cores=1,
fit_min_validated_r_squared=0.99,
Expand Down

0 comments on commit af1afef

Please sign in to comment.