Custom logic gates on user space emulation

2019-12-03 Thread burak sarac
Hello All, Currently I am studying qemu and I want to figure out how I can use custom logic gates on user space emulation. I am searching very basic 'hello world' kind of tutorial or some resources to i.e. adding left or LOR : 1 | 0 = 1 but 0 | 1 = 0 to existing x86 arch ((https://en.wikibooks.or

Re: Custom logic gates on user space emulation

2019-12-04 Thread burak sarac
many quantum computer emulators i.e. here https://www.quantiki.org/wiki/list-qc-simulators , yet I couldnt find any one of them uses qemu. For beginning I wanted to try to port libquantum hadamard impl. There is https://github.com/Qiskit/openqasm but source is not present. Burak burak sarac