Different clients for access to the C12 simulator
Project description
c12-callisto-clients
c12-callisto-clients
is a Python package with a tools that enables a user to communicate with the
C12's Callisto simulator whose purpose
is to simulate the operations on the real C12 quantum computer.
C12’s quantum computer is based on optimized spin qubits. The spin qubit is realized from electrons trapped in a double quantum dot suspended on carbon nano tubes (CNTs) embedded in a silicon nano circuit and microwave cavity. C12’s spin qubits have high fidelity, scalability and connectivity because of the properties of the materials used to build the basics elements of the C12 system.
Installing
From the PyPI repository
Run the following command inside your local python environment:
pip install c12-callisto-clients
From the GitHub package
In order to run the package the best policy is to create the conda environment where all the necessary packages will be installed. To do that, we need to have conda installed (if that is not the case see conda installation).
- Clone the GitHub repository into local folder:
git clone https://github.com/c12qe/c12simulator-clients.git
- Create the conda environment with the command:
conda env create -f environment.yml
- Then activate the conda environment with:
conda activate c12-callisto-clients
- And finally install the dependencies with
poetry install
Usage
- From the command line:
- From the installed package:
The application will run a circuit given in Open QASM format. In order to do that a user has to have its token (given by the administrator or ??? ). All this parameters can be given as a command line arguments:
python3 main.py --qasmfile {{PATH_TO_FILE_WITH_QASM_STR}} --token {{USER_AUTH_TOKEN}}
Additional argument --verbose
can be added in order to see the more detailed output.
Detailed information of the command structure can be obtained using command python3 main.py --help
Jupyter notebooks are given on the link: notebooks
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file c12_callisto_clients-2.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: c12_callisto_clients-2.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 40.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eacef940570c99bffa9ab03a9af2590806a316ff3b27a6016cd7418cddb5b2b |
|
MD5 | 87032be4670fbd6210a11265277fe52e |
|
BLAKE2b-256 | da3836c947a3af8ddc76aefd5bfe7fd183d51a635317dab3ec1c519bab53ed72 |