Skip to content

eremognosis/QC-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QC-lib

This is not even well library built but to use

    git clone https://github.com/eremognosis/qc-lib
    cd qc-lib

Ensure the necessary

    sudo apt update && sudo apt -y build-essential

Now to do somehing Lets say build a main.py

Before that make a venv

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
echo "
from statev import Statevector
import numpy as np
## and do whatever
#like

arr = np.array([0,1,0,0])
q = Statevector(arr)
print(q)

" > main.py

python3 main.py

Similar for others

Credits:

The October 2025 Version of eremognosis (Raj) For better quantum and more sane impleentatuon by myself see the qisC project in qisC with much more features

About

QC-Lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages