Simulated Full Amplitude Quantum Register.
YaoArrayRegister.jl is a component package in the Yao.jl ecosystem. It provides the most basic functionality for quantum
computation simulation in Julia and a quantum register type ArrayReg
. You will be
able to simulate a quantum circuit alone with this package in principle.
In Julia v1.0+, please type ]
in the REPL to use the package mode, then type this command:
pkg> add YaoArrayRegister
This package implements AbstractRegister
interface defined in YaoBase, you can use it like other kind of registers intuitively.
Apache License 2.0