Skip to content

compiling qiskit aakash backend as a separate extension

License

Notifications You must be signed in to change notification settings

vr100/qc-dm-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qc-dm-backend

The objective is to compile qiskit-aakash git repo as a separate python package similar to IBMQ backend

Usage instructions

create conda environment

conda create -n aakash-dm python=3
conda activate aakash-dm

build and install

python3 setup.py bdist_wheel
python3 -m pip install dist/qc_dm_backend-0.1-py3-none-any.whl

rebuild and install same version

rm -rf dist build qc_dm_backend.egg-info
python3 setup.py bdist_wheel
python3 -m pip install dist/qc_dm_backend-0.1-py3-none-any.whl --force-reinstall --no-deps

test circuits

cd aakash/circuits/
python3 grover.py

License note

The original repo qiskit-aakash git repo is licensed under Apache License 2.0

And my compilation related changes are licensed under MIT License

About

compiling qiskit aakash backend as a separate extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published