Crates.io | qn |
lib.rs | qn |
version | 0.2.0 |
source | src |
created_at | 2023-07-13 21:50:00.371389 |
updated_at | 2023-07-15 19:59:52.588412 |
description | Non-local qubits |
homepage | https://github.com/marek-miller/qn |
repository | https://github.com/marek-miller/qn.git |
max_upload_size | |
id | 915673 |
size | 48,125 |
A non-local system of qubits and a collection of thread-safe qubit transformations.
Emulate entangled physical systems in concurrent code: measurements in one thread have immediate effect on measurements of entangled qubits in other parts of the system.
Synchronization primitives and borrow checker assure thread-safety and uniqueness of qubits.
Tensor structure of the Hilbert space allows for straightforward parallelization: we use rayon's parallel iterators to squeeze maximum performance out of CPU (what about GPU?):
quest_bind
. What about
raw QuEST?README.md