# AutoDepGraph **Repository Path**: WhiteSymmetry/AutoDepGraph ## Basic Information - **Project Name**: AutoDepGraph - **Description**: AutoDepGraph is a framework for using dependency graphs to calibrate a system. It is inspired by "Physical qubit calibration on a directed acyclic graph". - **Primary Language**: Python - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-05 - **Last Updated**: 2023-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================ AutoDepGraph ================ .. image:: https://gitlab.com/AdriaanRol/AutoDepGraph/badges/develop/pipeline.svg :target: https://gitlab.com/AdriaanRol/AutoDepGraph/pipelines/ .. image:: https://img.shields.io/pypi/v/autodepgraph.svg :target: https://pypi.python.org/pypi/autodepgraph :alt: PyPI .. image:: https://gitlab.com/AdriaanRol/AutoDepGraph/badges/develop/coverage.svg :target: https://gitlab.com/AdriaanRol/AutoDepGraph/pipelines/ .. image:: https://readthedocs.org/projects/autodepgraph/badge/?version=latest :target: https://autodepgraph.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://img.shields.io/badge/License-MIT-blue.svg :target: https://gitlab.com/AdriaanRol/AutoDepGraph/-/blob/master/LICENSE .. image:: https://zenodo.org/badge/85987885.svg :target: https://zenodo.org/badge/latestdoi/85987885 :alt: DOI AutoDepGraph is a framework for using dependency graphs to calibrate a system. It is inspired by `"Physical qubit calibration on a directed acyclic graph" `_. Take a look at the documentation and the example notebook. .. image:: /docs/example_graph.png :alt: Example calibration graph Examples ================ For an introductory example see the example notebook. If you want to see how to use a specific function, see the tests located in the autodepgraph/tests folder.