Skip to content

Commit

Permalink
corrections for REACTANT to reactant
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranu committed Jul 4, 2024
1 parent 98ececc commit db7b910
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
config = toml.load('inputs_using_newtonnet.toml')

# Constants from TOML file
REACTANT_XYZ_FILE = config['paths']['REACTANT']
PRODUCT_XYZ_FILE = config['paths']['PRODUCT']
REACTANT_XYZ_FILE = config['paths']['reactant']
PRODUCT_XYZ_FILE = config['paths']['product']
MODEL_PATH = config['paths']['model_path']
SETTINGS_PATH = config['paths']['settings_path']
LAUNCHPAD_FILE = config['paths']['launchpad_file']
Expand Down

0 comments on commit db7b910

Please sign in to comment.