unitaryfund / pyqrack

Pure Python bindings for the pure C++11/OpenCL Qrack quantum computer simulator library
MIT License
16 stars 8 forks source link

Rearrangement of classes #19

Closed Zshan0 closed 2 years ago

Zshan0 commented 2 years ago

Re-classifying the functions that are present in pyqrack, this classification is inspired by Qiskit’s QuantumCircuit methods implemented here. The hierarchy is very simple and is as follows:

If this hierarchy is fine, I can start writing documentation for the library accordingly.