This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 1.24.0 instead.
Reason given by maintainers: Invalid Python requirements
The Classiq Quantum Algorithm Design platform helps teams build sophisticated quantum circuits that could not be designed otherwise
We do this by synthesizing high-level functional models into optimized quantum circuits, taking into account the constraints that are important to the designer. Furthermore, we are able to generate circuits for practically any universal gate-based quantum computer and are compatible with most quantum cloud providers.
Requirements
Python 3.8+
Installation
pip install --upgrade pip
$ pip install 'classiq[all]'
Example
from classiq import generator
from classiq_interface.generator.state_preparation import (
StatePreparation,
PMF,
StatePreparationOutputs,
Metrics,
NonNegativeFloatRange,
)
from classiq_interface.generator.qft import QftInputs, QFT
probabilities = (0.5, 0.1, 0.2, 0.005, 0.015, 0.12, 0.035, 0.025)
pmf = PMF(pmf=probabilities)
sp_params = StatePreparation(
probabilities=pmf,
num_qubits=4,
error_metric={Metrics.KL: NonNegativeFloatRange(upper_bound=0.3)},
)
circuit_generator = generator.Generator(qubit_count=20, max_depth=100)
output_dict = circuit_generator.StatePreparation(params=sp_params)
state_preparation_output = output_dict[StatePreparationOutputs.OUT]
qft_params = QFT(num_qubits=3)
circuit_generator.QFT(
params=qft_params, in_wires={QftInputs.IN: state_preparation_output}
)
circuit = circuit_generator.generate()
circuit.show()
License
See license.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file classiq-0.1.11.tar.gz.
File metadata
- Download URL: classiq-0.1.11.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.8.12 Linux/5.8.0-1042-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6d28b75bd5207e01fa66e373861180b975086943ee27a51977fada1edaf2541
|
|
| MD5 |
7b5e407fe2ad49c5f9e3060e5c4a2e51
|
|
| BLAKE2b-256 |
e7c0dfce62a0e33575e0430a8166dea61a1c5cf0f1a4708a13e8cda276573bee
|
File details
Details for the file classiq-0.1.11-py3-none-any.whl.
File metadata
- Download URL: classiq-0.1.11-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.8.12 Linux/5.8.0-1042-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
657b661e139ec635be6c2ed70cccbe4aef7ee4d6e17c30d054deabe6270b227f
|
|
| MD5 |
527c2733963760ca1646fc16a86f3113
|
|
| BLAKE2b-256 |
a80eef40761f289b71054679f4c424c64d2f8c088c5fc3c437df52a5c547cbdd
|