A benchmark for 2D to 3D conformer generation models.
This project uses uv for Python, dependency, and
environment management.
git clone https://github.com/LeMaterial/step-up.git
cd step-up
uv sync --devRun the test suite:
uv run pytestRun formatting and lint checks:
uv run ruff format --check
uv run ruff checkThe benchmark is in early development. As functionality is added, reusable code
will live under the step_up Python package and can be run through uv:
uv run pythonSee CONTRIBUTING.md for development setup, pre-commit hooks, and contribution checks.