Replies: 1 comment 1 reply
-
Hi 👋🏼 Thanks for the introduction to Quplexity. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
My name is Jacob Gill, I'm the founder and developer of Quplexity, a free and open source modular tool/library written in x86 and ARM/ARM64 Assembly aimed at providing Quantum Computer/Circuit simulators (QCS) with their essential logic at improved speeds with very little overhead. Because Quplexity is written in Assembly it provides significant and reliable performance benefits over the same functions written in C++ or Python.
I would love the opportunity to integrate the Quplexity library into mqt-core, with the aim of enhancing computational times and the overall "weight" of mqt-core program, I take to gain nothing from doing this, I just want to contribute to the field of quantum computing. To further ensure you of Quplexity's capabilities I have carefully put together a lot of documentation, most notably "A User Guide/Manual" and "Speed/performance comparisons". You should be able to conduct the tests I have done on your own machine with the help of the C++ library "Chrono".
The Quplexity library is split up into two main sections: ./ARM the Quplexity code for ARM CPU's (even raspberry pi's) and ./Intel which holds the Quplexity code for Intel CPU's. Quplexity is also currently being integrated into the Qrack project and I'm in close contact with the founder: Dan Strano.
Thanks, let me know if you guys are ok/interested in me intergrating quplexity into mqt-core.
GitHub: https://github.com/MrGilli/Quplexity
Beta Was this translation helpful? Give feedback.
All reactions