Releases: MrGilli/Quplexity
Releases · MrGilli/Quplexity
Quplexity_ARM_and_x86_library_v1.0.0
The first official version/release of the Quplexity modular Quantum Simulation library!
Functions included in this release are:
For x86:
- In the file ./x86/gates.asm:
- Pauli-X (_PX)
- Pauli-Z (_PZ)
- Hadamard (_H)
- Controlled NOT (_CNOT)
- Controlled Controlled NOT (_CCNOT)
- Controlled-Z (_CZ)
- In the file ./x86/math.asm:
- sqrt_array_asm
- floatingpoint_sqrt
- sqrt_exponential_log_asm
- gills_matrix1x2
- matrix2x2
- gills_inv_matrix2x2
For ARM/ARM64:
- In the file ./ARM/gates.s:
- Pauli-X (_PX)
- Pauli-Z (_PZ)
- Identity Matrix for 2x2 Matrix (_IM2x2)
- Hadamard (_H)
- Controlled NOT (_CNOT)
- Controlled Controlled NOT (_CCNOT)
- Controlled-Z (_CZ)
More functions will be added with future versions so keep checking back!!
Full Changelog: https://github.com/MrGilli/Quplexity/commits/Quplexity_ARM_and_x86_library_v1.0.0