Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

QuantumBFS/YaoArrayRegister.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YaoArrayRegister

Build Status Codecov Coveralls

Simulated Full Amplitude Quantum Register.

Introduction

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.

Installation

In Julia v1.0+, please type ] in the REPL to use the package mode, then type this command:

pkg> add YaoArrayRegister

Usage

This package implements AbstractRegister interface defined in YaoBase, you can use it like other kind of registers intuitively.

License

Apache License 2.0