Files
openfe/openfecli/parameters/__init__.py
Josh Horton fe5de586ef Merge branch 'main' into cli-partial-charges
# Conflicts:
#	openfecli/commands/plan_rbfe_network.py
#	openfecli/commands/plan_rhfe_network.py
#	openfecli/parameters/__init__.py
#	openfecli/parameters/misc.py
#	openfecli/tests/commands/test_plan_rbfe_network.py
#	openfecli/tests/commands/test_plan_rhfe_network.py
2025-01-30 11:07:09 +00:00

12 lines
427 B
Python

# This code is part of OpenFE and is licensed under the MIT license.
# For details, see https://github.com/OpenFreeEnergy/openfe
from .mol import MOL
from .mapper import MAPPER
from .output import OUTPUT_FILE_AND_EXT
from .output_dir import OUTPUT_DIR
from .protein import PROTEIN
from .molecules import MOL_DIR, COFACTORS
from .plan_network_options import YAML_OPTIONS
from .misc import NCORES, OVERWRITE, N_PROTOCOL_REPEATS