CHANGELOG.md
LICENSE
MANIFEST.in
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
docs/README.md
docs/datasets.md
docs/objectives-and-protocols.md
docs/tfbind8.md
docs/api/README.md
docs/api/dataset.md
docs/api/objective.md
docs/api/protocol.md
docs/architecture/core-concepts.md
docs/development/releasing.md
docs/suites/design-bench/tfbind8.md
src/sci_modeling_bench/__init__.py
src/sci_modeling_bench/exceptions.py
src/sci_modeling_bench/py.typed
src/sci_modeling_bench.egg-info/PKG-INFO
src/sci_modeling_bench.egg-info/SOURCES.txt
src/sci_modeling_bench.egg-info/dependency_links.txt
src/sci_modeling_bench.egg-info/entry_points.txt
src/sci_modeling_bench.egg-info/requires.txt
src/sci_modeling_bench.egg-info/top_level.txt
src/sci_modeling_bench/dataset/__init__.py
src/sci_modeling_bench/dataset/_hub.py
src/sci_modeling_bench/dataset/dataset.py
src/sci_modeling_bench/dataset/knowledge.py
src/sci_modeling_bench/dataset/manifest.py
src/sci_modeling_bench/dataset/metadata.py
src/sci_modeling_bench/dataset/schema.py
src/sci_modeling_bench/dataset/source.py
src/sci_modeling_bench/dataset/validation.py
src/sci_modeling_bench/objective/__init__.py
src/sci_modeling_bench/objective/objective.py
src/sci_modeling_bench/protocol/__init__.py
src/sci_modeling_bench/protocol/protocol.py
src/sci_modeling_bench/suites/__init__.py
src/sci_modeling_bench/suites/design_bench/__init__.py
src/sci_modeling_bench/suites/design_bench/tfbind8/__init__.py
src/sci_modeling_bench/suites/design_bench/tfbind8/build.py
src/sci_modeling_bench/suites/design_bench/tfbind8/dataset.py
src/sci_modeling_bench/suites/design_bench/tfbind8/objective.py
src/sci_modeling_bench/suites/design_bench/tfbind8/protocol.py
tests/__init__.py
tests/conftest.py
tests/test_dataset.py
tests/test_hub.py
tests/test_knowledge.py
tests/test_manifest.py
tests/test_objective.py
tests/test_source.py
tests/test_validation.py
tests/suites/__init__.py
tests/suites/design_bench/__init__.py
tests/suites/design_bench/tfbind8/__init__.py
tests/suites/design_bench/tfbind8/conftest.py
tests/suites/design_bench/tfbind8/test_build.py
tests/suites/design_bench/tfbind8/test_dataset.py
tests/suites/design_bench/tfbind8/test_objective.py
tests/suites/design_bench/tfbind8/test_protocol.py