.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yaml
bioverse/__init__.py
bioverse/adapter.py
bioverse/backend.py
bioverse/benchmark.py
bioverse/cli.py
bioverse/collater.py
bioverse/data.py
bioverse/dataset.py
bioverse/factory.py
bioverse/framework.py
bioverse/logger.py
bioverse/metric.py
bioverse/processor.py
bioverse/sampler.py
bioverse/task.py
bioverse/trainer.py
bioverse/transform.py
bioverse/virtual.py
bioverse/adapters/__init__.py
bioverse/adapters/alpha_fold.py
bioverse/adapters/ares.py
bioverse/adapters/beta_lactam.py
bioverse/adapters/dtp_aids.py
bioverse/adapters/picasso.py
bioverse/adapters/protein_gym.py
bioverse/adapters/protein_inv_bench.py
bioverse/adapters/quantum_machines.py
bioverse/adapters/revised_molecular_dynamics.py
bioverse/adapters/rna3db.py
bioverse/adapters/rot_mnist.py
bioverse/backends/__init__.py
bioverse/backends/tensorflow.py
bioverse/backends/torch.py
bioverse/benchmarks/B_AFINVF.yaml
bioverse/benchmarks/B_AFMR20.yaml
bioverse/benchmarks/B_BTALAC.yaml
bioverse/benchmarks/B_ECINVF.yaml
bioverse/benchmarks/B_HIV2D0.yaml
bioverse/benchmarks/B_HIV3D0.yaml
bioverse/benchmarks/B_INVATM.yaml
bioverse/benchmarks/B_INVC42.yaml
bioverse/benchmarks/B_INVFTR.yaml
bioverse/benchmarks/B_PCASSO.yaml
bioverse/benchmarks/B_QM9APH.yaml
bioverse/benchmarks/B_QM9CV0.yaml
bioverse/benchmarks/B_QM9GAP.yaml
bioverse/benchmarks/B_QM9HOM.yaml
bioverse/benchmarks/B_QM9LUM.yaml
bioverse/benchmarks/B_QM9MU0.yaml
bioverse/benchmarks/B_RMDASP.yaml
bioverse/benchmarks/B_RMNIST.yaml
bioverse/benchmarks/B_RNA3DB.yaml
bioverse/benchmarks/B_RNKRNA.yaml
bioverse/collaters/__init__.py
bioverse/collaters/long.py
bioverse/collaters/wide.py
bioverse/datasets/D_AFEC00.yaml
bioverse/datasets/D_AFPGYM.yaml
bioverse/datasets/D_AFSP00.yaml
bioverse/datasets/D_ARES00.yaml
bioverse/datasets/D_BTALAC.yaml
bioverse/datasets/D_HIV2D0.yaml
bioverse/datasets/D_HIV3D0.yaml
bioverse/datasets/D_INVC42.yaml
bioverse/datasets/D_PCASSO.yaml
bioverse/datasets/D_PROGYM.yaml
bioverse/datasets/D_QNTMA9.yaml
bioverse/datasets/D_RMDASP.yaml
bioverse/datasets/D_RMNIST.yaml
bioverse/datasets/D_RNA3DB.yaml
bioverse/datasets/D_TINY00.yaml
bioverse/frameworks/__init__.py
bioverse/frameworks/pyg.py
bioverse/leaderboards/B_HIV2D0.yml
bioverse/leaderboards/B_HIV3D0.yml
bioverse/leaderboards/B_INVC42.yml
bioverse/leaderboards/B_QM9APH.yml
bioverse/leaderboards/B_QM9CV0.yml
bioverse/leaderboards/B_QM9GAP.yml
bioverse/leaderboards/B_QM9HOM.yml
bioverse/leaderboards/B_QM9LUM.yml
bioverse/leaderboards/B_QM9MU0.yml
bioverse/leaderboards/B_RMNIST.yml
bioverse/leaderboards/B_RNKRNA.yml
bioverse/loggers/__init__.py
bioverse/loggers/comet.py
bioverse/loggers/disk.py
bioverse/loggers/no.py
bioverse/metrics/__init__.py
bioverse/metrics/accuracy.py
bioverse/metrics/auprc.py
bioverse/metrics/auroc.py
bioverse/metrics/balanced_binary_accuracy.py
bioverse/metrics/balanced_multi_class_accuracy.py
bioverse/metrics/binary_accuracy.py
bioverse/metrics/coefficient_of_determination.py
bioverse/metrics/error_rate.py
bioverse/metrics/f1_score.py
bioverse/metrics/mean_absolute_error.py
bioverse/metrics/mean_squared_error.py
bioverse/metrics/multi_class_accuracy.py
bioverse/metrics/multi_label_accuracy.py
bioverse/metrics/pearsons_r.py
bioverse/metrics/perplexity.py
bioverse/metrics/precision.py
bioverse/metrics/recall.py
bioverse/metrics/recovery.py
bioverse/metrics/spearmans_rho.py
bioverse/metrics/tm_score.py
bioverse/metrics/top_k_accuracy.py
bioverse/processors/__init__.py
bioverse/processors/cif.py
bioverse/processors/pdb.py
bioverse/processors/sdf.py
bioverse/processors/xyz.py
bioverse/samplers/__init__.py
bioverse/samplers/frame.py
bioverse/samplers/molecule.py
bioverse/samplers/mutation.py
bioverse/samplers/residue.py
bioverse/tasks/__init__.py
bioverse/tasks/dummy.py
bioverse/tasks/inverse_folding.py
bioverse/tasks/masked_residue_prediction.py
bioverse/tasks/mutation_effect_prediction.py
bioverse/tasks/property_prediction.py
bioverse/tasks/structure_prediction.py
bioverse/tasks/vertex_property_prediction.py
bioverse/transforms/__init__.py
bioverse/transforms/dihedrals.py
bioverse/transforms/edge_pos_emb.py
bioverse/transforms/edge_vectors.py
bioverse/transforms/embed_rna_fm.py
bioverse/transforms/eps_graph.py
bioverse/transforms/filter_sequence_length.py
bioverse/transforms/frame_split.py
bioverse/transforms/graph_from_smiles.py
bioverse/transforms/identity.py
bioverse/transforms/knn_graph.py
bioverse/transforms/linear_residue_graph.py
bioverse/transforms/local_reference_frames.py
bioverse/transforms/one_hot_atom_features.py
bioverse/transforms/one_hot_residue_features.py
bioverse/transforms/orientations.py
bioverse/transforms/pad_residues.py
bioverse/transforms/pos_from_smiles.py
bioverse/transforms/ramachandran_angles.py
bioverse/transforms/random_2d_rotate.py
bioverse/transforms/rbf.py
bioverse/transforms/relative_frame_positions.py
bioverse/transforms/residue_backbone_atoms.py
bioverse/transforms/residue_frames.py
bioverse/transforms/residue_positions.py
bioverse/transforms/scale.py
bioverse/transforms/scene_split.py
bioverse/transforms/sidechains.py
bioverse/transforms/standardize.py
bioverse/transforms/tokenize_atoms.py
bioverse/transforms/tokenize_residues.py
bioverse/utilities/__init__.py
bioverse/utilities/align.py
bioverse/utilities/array.py
bioverse/utilities/config.py
bioverse/utilities/constants.py
bioverse/utilities/geometry.py
bioverse/utilities/io.py
bioverse/utilities/iter.py
bioverse/utilities/math.py
bioverse/utilities/requirements.py
bioverse/utilities/struct.py
bioverse/utilities/sys.py
bioverse_ml.egg-info/PKG-INFO
bioverse_ml.egg-info/SOURCES.txt
bioverse_ml.egg-info/dependency_links.txt
bioverse_ml.egg-info/entry_points.txt
bioverse_ml.egg-info/requires.txt
bioverse_ml.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/build/doctrees/environment.pickle
docs/build/doctrees/index.doctree
docs/build/doctrees/quickstart.doctree
docs/build/doctrees/api_reference/adapter.doctree
docs/build/doctrees/api_reference/benchmark.doctree
docs/build/doctrees/api_reference/code_structure.doctree
docs/build/doctrees/api_reference/data.doctree
docs/build/doctrees/api_reference/dataset.doctree
docs/build/doctrees/api_reference/framework.doctree
docs/build/doctrees/api_reference/metric.doctree
docs/build/doctrees/api_reference/processor.doctree
docs/build/doctrees/api_reference/sampler.doctree
docs/build/doctrees/api_reference/task.doctree
docs/build/doctrees/api_reference/transform.doctree
docs/build/doctrees/api_reference/utilities.doctree
docs/build/doctrees/guides/contributor.doctree
docs/build/doctrees/guides/developer.doctree
docs/build/doctrees/guides/user.doctree
docs/build/doctrees/implementations/adapters.doctree
docs/build/doctrees/implementations/benchmarks.doctree
docs/build/doctrees/implementations/datasets.doctree
docs/build/doctrees/implementations/frameworks.doctree
docs/build/doctrees/implementations/metrics.doctree
docs/build/doctrees/implementations/processors.doctree
docs/build/doctrees/implementations/samplers.doctree
docs/build/doctrees/implementations/tasks.doctree
docs/build/doctrees/implementations/transforms.doctree
docs/build/doctrees/tutorials/make_your_own_dataset.doctree
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/objects.inv
docs/build/html/py-modindex.html
docs/build/html/quickstart.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/_modules/index.html
docs/build/html/_modules/bioverse/adapter.html
docs/build/html/_modules/bioverse/benchmark.html
docs/build/html/_modules/bioverse/frameworks/pyg.html
docs/build/html/_sources/index.rst.txt
docs/build/html/_sources/quickstart.rst.txt
docs/build/html/_sources/api_reference/adapter.rst.txt
docs/build/html/_sources/api_reference/benchmark.rst.txt
docs/build/html/_sources/api_reference/code_structure.rst.txt
docs/build/html/_sources/api_reference/data.rst.txt
docs/build/html/_sources/api_reference/dataset.rst.txt
docs/build/html/_sources/api_reference/framework.rst.txt
docs/build/html/_sources/api_reference/metric.rst.txt
docs/build/html/_sources/api_reference/processor.rst.txt
docs/build/html/_sources/api_reference/sampler.rst.txt
docs/build/html/_sources/api_reference/task.rst.txt
docs/build/html/_sources/api_reference/transform.rst.txt
docs/build/html/_sources/api_reference/utilities.rst.txt
docs/build/html/_sources/guides/contributor.rst.txt
docs/build/html/_sources/guides/developer.rst.txt
docs/build/html/_sources/guides/user.rst.txt
docs/build/html/_sources/implementations/adapters.rst.txt
docs/build/html/_sources/implementations/benchmarks.rst.txt
docs/build/html/_sources/implementations/datasets.rst.txt
docs/build/html/_sources/implementations/frameworks.rst.txt
docs/build/html/_sources/implementations/metrics.rst.txt
docs/build/html/_sources/implementations/processors.rst.txt
docs/build/html/_sources/implementations/samplers.rst.txt
docs/build/html/_sources/implementations/tasks.rst.txt
docs/build/html/_sources/implementations/transforms.rst.txt
docs/build/html/_sources/tutorials/make_your_own_dataset.rst.txt
docs/build/html/_static/0fc70aa4dfe4d16d7073.woff
docs/build/html/_static/583e3f428bf2362b546d.woff
docs/build/html/_static/5be6ec379613f10aea3f.woff
docs/build/html/_static/76c1862325ea6f70eeff.woff2
docs/build/html/_static/83710c128240451d95af.woff
docs/build/html/_static/a63d39a1c104a2b3e87e.woff2
docs/build/html/_static/awesome-docsearch.css
docs/build/html/_static/awesome-docsearch.js
docs/build/html/_static/awesome-sphinx-design.css
docs/build/html/_static/awesome-sphinx-design.js
docs/build/html/_static/b659956119f91f2342bc.woff2
docs/build/html/_static/basic.css
docs/build/html/_static/bb50084be2b43ba7b98c.woff2
docs/build/html/_static/ce1e40901d7a0d88d483.woff2
docs/build/html/_static/custom.css
docs/build/html/_static/d04352f240062b100fba.woff2
docs/build/html/_static/doctools.js
docs/build/html/_static/documentation_options.js
docs/build/html/_static/f1cdf5c21de970ee0592.woff
docs/build/html/_static/fd994e8d90d9cab651b0.woff
docs/build/html/_static/file.png
docs/build/html/_static/language_data.js
docs/build/html/_static/minus.png
docs/build/html/_static/mode.js
docs/build/html/_static/plus.png
docs/build/html/_static/pygments.css
docs/build/html/_static/searchtools.js
docs/build/html/_static/sphinx_highlight.js
docs/build/html/_static/theme.css
docs/build/html/_static/theme.js
docs/build/html/_static/theme.js.LICENSE.txt
docs/build/html/api_reference/adapter.html
docs/build/html/api_reference/benchmark.html
docs/build/html/api_reference/code_structure.html
docs/build/html/api_reference/data.html
docs/build/html/api_reference/dataset.html
docs/build/html/api_reference/framework.html
docs/build/html/api_reference/metric.html
docs/build/html/api_reference/processor.html
docs/build/html/api_reference/sampler.html
docs/build/html/api_reference/task.html
docs/build/html/api_reference/transform.html
docs/build/html/api_reference/utilities.html
docs/build/html/guides/contributor.html
docs/build/html/guides/developer.html
docs/build/html/guides/user.html
docs/build/html/implementations/adapters.html
docs/build/html/implementations/benchmarks.html
docs/build/html/implementations/datasets.html
docs/build/html/implementations/frameworks.html
docs/build/html/implementations/metrics.html
docs/build/html/implementations/processors.html
docs/build/html/implementations/samplers.html
docs/build/html/implementations/tasks.html
docs/build/html/implementations/transforms.html
docs/build/html/tutorials/make_your_own_dataset.html
docs/source/conf.py
docs/source/index.rst
docs/source/quickstart.rst
docs/source/_autosummary/bioverse.data.rst
docs/source/_autosummary/bioverse.framework.rst
docs/source/_autosummary/bioverse.frameworks.pyg.rst
docs/source/_autosummary/bioverse.frameworks.rst
docs/source/_autosummary/bioverse.rst
docs/source/_autosummary/bioverse.task.rst
docs/source/_static/custom.css
docs/source/_static/mode.js
docs/source/api_reference/adapter.rst
docs/source/api_reference/benchmark.rst
docs/source/api_reference/code_structure.rst
docs/source/api_reference/data.rst
docs/source/api_reference/dataset.rst
docs/source/api_reference/framework.rst
docs/source/api_reference/metric.rst
docs/source/api_reference/processor.rst
docs/source/api_reference/sampler.rst
docs/source/api_reference/task.rst
docs/source/api_reference/transform.rst
docs/source/api_reference/utilities.rst
docs/source/guides/contributor.rst
docs/source/guides/developer.rst
docs/source/guides/user.rst
docs/source/implementations/adapters.rst
docs/source/implementations/benchmarks.rst
docs/source/implementations/datasets.rst
docs/source/implementations/frameworks.rst
docs/source/implementations/metrics.rst
docs/source/implementations/processors.rst
docs/source/implementations/samplers.rst
docs/source/implementations/tasks.rst
docs/source/implementations/transforms.rst
docs/source/tutorials/make_your_own_dataset.rst
tests/__init__.py
tests/test_metric.py
tests/test_metrics.py
tests/test_processors.py
tests/test_transforms.py
tests/test_utilities.py
tests/dummy/dummy.cif
tests/dummy/dummy.pdb
tests/dummy/dummy.py