Autoscheduler

Latest version: v1.1.1

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.1

Changed
- _code_to_circuit_ibm can now handle correctly circuits using numpy library

1.1.0

Added
- Added compatibility with more gates, including S, T, rotation gates... and multicontrolled gates for both Qiskit and Amazon Braket
- Added new tests for `translator`

Changed
- Improved internal handling of circuit objects for better compatibility
- Changed Qiskit Runtime primitive backend.run() to the modern V2 primitives

1.0.0

Added
- Increased the Sphinx documentation with `changelog.rst` and `introduction.rst` reStructuredText files
- Added new `MANIFEST.in` file to include `tox.ini`, `CHANGELOG.md`, `examples` folder and `docs` folder to the python distribution
- Added information about the shot optimization on `README.md`
- Now `max_qubits` can be inferred from the machine
- New examples has been added to show the usage of `schedule_and_execute` method
- Added new tests for the inferring qubits functionality

Changed
- `max_qubits` is now an optional parameter in `schedule` and `schedule_and_execute`. Code from previous versions must be migrated by using `max_qubits=...`
- `machine` is now an optional parameter in `schedule` as it can be used to infer `max_qubits` from the number of qubits of the machine. It is mandatory to use at least one of this two parameters for `schedule` and `schedule_and_execute`
- Enhanced the internal documentation of the `Autoscheduler` class for better clarity on its functionality and to be compatible with Sphinx Napoleon.

0.2.0

Added
- Added Sphinx-based documentation
- Added new tests for `scheduler`

Changed
- Migrated from `setup.py` to `pyproject.toml` for a more modern and standardized build configuration

0.1.5

Added
- Added new tests for `_divideResults` and `_translator`

Fixed
- `_code_to_circuit_ibm` can now handle Registers without name, like QuantumRegister(2) or ClassicalRegister(2)

0.1.4

Added
- Added support for Python 3.10, 3.11 and 3.12

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.