.coveragerc
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
DEVELOPMENT.md
LICENSE
README.md
SECURITY.md
SUPPORT.md
environment.yml
environment_full.yml
mkdocs.yml
pyproject.toml
.github/azure_pipelines/code-security-analysis.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/index.md
docs/installation.md
docs/single_step.md
docs/cli/eval_single_step.md
docs/cli/search.md
docs/images/logo.png
docs/images/logo.svg
docs/tutorials/.gitignore
docs/tutorials/custom_model.ipynb
docs/tutorials/paroutes_benchmark.ipynb
docs/tutorials/quick_start.ipynb
syntheseus/__init__.py
syntheseus/py.typed
syntheseus.egg-info/PKG-INFO
syntheseus.egg-info/SOURCES.txt
syntheseus.egg-info/dependency_links.txt
syntheseus.egg-info/entry_points.txt
syntheseus.egg-info/requires.txt
syntheseus.egg-info/top_level.txt
syntheseus/cli/__init__.py
syntheseus/cli/eval_single_step.py
syntheseus/cli/main.py
syntheseus/cli/search.py
syntheseus/cli/search_config.yml
syntheseus/interface/__init__.py
syntheseus/interface/bag.py
syntheseus/interface/models.py
syntheseus/interface/molecule.py
syntheseus/interface/reaction.py
syntheseus/reaction_prediction/__init__.py
syntheseus/reaction_prediction/chem/__init__.py
syntheseus/reaction_prediction/chem/utils.py
syntheseus/reaction_prediction/data/__init__.py
syntheseus/reaction_prediction/data/dataset.py
syntheseus/reaction_prediction/data/reaction_sample.py
syntheseus/reaction_prediction/environment_gln/Dockerfile
syntheseus/reaction_prediction/environment_gln/environment.yml
syntheseus/reaction_prediction/inference/__init__.py
syntheseus/reaction_prediction/inference/base.py
syntheseus/reaction_prediction/inference/chemformer.py
syntheseus/reaction_prediction/inference/config.py
syntheseus/reaction_prediction/inference/default_checkpoint_links.yml
syntheseus/reaction_prediction/inference/gln.py
syntheseus/reaction_prediction/inference/graph2edits.py
syntheseus/reaction_prediction/inference/local_retro.py
syntheseus/reaction_prediction/inference/megan.py
syntheseus/reaction_prediction/inference/mhnreact.py
syntheseus/reaction_prediction/inference/retro_knn.py
syntheseus/reaction_prediction/inference/root_aligned.py
syntheseus/reaction_prediction/inference/toy_models.py
syntheseus/reaction_prediction/models/__init__.py
syntheseus/reaction_prediction/models/retro_knn.py
syntheseus/reaction_prediction/utils/__init__.py
syntheseus/reaction_prediction/utils/config.py
syntheseus/reaction_prediction/utils/downloading.py
syntheseus/reaction_prediction/utils/inference.py
syntheseus/reaction_prediction/utils/metrics.py
syntheseus/reaction_prediction/utils/misc.py
syntheseus/reaction_prediction/utils/model_loading.py
syntheseus/reaction_prediction/utils/parallel.py
syntheseus/reaction_prediction/utils/testing.py
syntheseus/search/__init__.py
syntheseus/search/mol_inventory.py
syntheseus/search/visualization.py
syntheseus/search/algorithms/__init__.py
syntheseus/search/algorithms/base.py
syntheseus/search/algorithms/breadth_first.py
syntheseus/search/algorithms/mixins.py
syntheseus/search/algorithms/pdvn.py
syntheseus/search/algorithms/random.py
syntheseus/search/algorithms/best_first/__init__.py
syntheseus/search/algorithms/best_first/base.py
syntheseus/search/algorithms/best_first/retro_star.py
syntheseus/search/algorithms/mcts/__init__.py
syntheseus/search/algorithms/mcts/base.py
syntheseus/search/algorithms/mcts/molset.py
syntheseus/search/analysis/__init__.py
syntheseus/search/analysis/diversity.py
syntheseus/search/analysis/route_extraction.py
syntheseus/search/analysis/solution_time.py
syntheseus/search/graph/__init__.py
syntheseus/search/graph/and_or.py
syntheseus/search/graph/base_graph.py
syntheseus/search/graph/molset.py
syntheseus/search/graph/node.py
syntheseus/search/graph/route.py
syntheseus/search/graph/standardization.py
syntheseus/search/graph/message_passing/__init__.py
syntheseus/search/graph/message_passing/run.py
syntheseus/search/graph/message_passing/update_functions.py
syntheseus/search/node_evaluation/__init__.py
syntheseus/search/node_evaluation/base.py
syntheseus/search/node_evaluation/common.py
syntheseus/search/utils/__init__.py
syntheseus/search/utils/misc.py
syntheseus/tests/__init__.py
syntheseus/tests/conftest.py
syntheseus/tests/cli/__init__.py
syntheseus/tests/cli/test_cli.py
syntheseus/tests/cli/test_eval_single_step.py
syntheseus/tests/cli/test_search.py
syntheseus/tests/interface/__init__.py
syntheseus/tests/interface/test_bag.py
syntheseus/tests/interface/test_models.py
syntheseus/tests/interface/test_molecule.py
syntheseus/tests/interface/test_reaction.py
syntheseus/tests/interface/test_toy_models.py
syntheseus/tests/reaction_prediction/__init__.py
syntheseus/tests/reaction_prediction/chem/__init__.py
syntheseus/tests/reaction_prediction/chem/test_utils.py
syntheseus/tests/reaction_prediction/data/__init__.py
syntheseus/tests/reaction_prediction/data/test_dataset.py
syntheseus/tests/reaction_prediction/inference/__init__.py
syntheseus/tests/reaction_prediction/inference/test_models.py
syntheseus/tests/reaction_prediction/utils/__init__.py
syntheseus/tests/reaction_prediction/utils/test_misc.py
syntheseus/tests/reaction_prediction/utils/test_parallel.py
syntheseus/tests/search/__init__.py
syntheseus/tests/search/conftest.py
syntheseus/tests/search/test_mol_inventory.py
syntheseus/tests/search/test_visualization.py
syntheseus/tests/search/algorithms/__init__.py
syntheseus/tests/search/algorithms/test_base.py
syntheseus/tests/search/algorithms/test_best_first.py
syntheseus/tests/search/algorithms/test_breadth_first.py
syntheseus/tests/search/algorithms/test_mcts.py
syntheseus/tests/search/algorithms/test_pdvn.py
syntheseus/tests/search/algorithms/test_random.py
syntheseus/tests/search/analysis/__init__.py
syntheseus/tests/search/analysis/conftest.py
syntheseus/tests/search/analysis/test_diversity.py
syntheseus/tests/search/analysis/test_route_extraction.py
syntheseus/tests/search/analysis/test_solution_time.py
syntheseus/tests/search/graph/__init__.py
syntheseus/tests/search/graph/test_andor.py
syntheseus/tests/search/graph/test_base.py
syntheseus/tests/search/graph/test_message_passing.py
syntheseus/tests/search/graph/test_molset.py
syntheseus/tests/search/graph/test_route.py
syntheseus/tests/search/graph/test_standardization.py
syntheseus/tests/search/node_evaluation/__init__.py
syntheseus/tests/search/node_evaluation/test_common.py