Skip to content

Latest commit

 

History

History
106 lines (87 loc) · 2.08 KB

index.md

File metadata and controls

106 lines (87 loc) · 2.08 KB

Qulacs Documentation

Qulacs is a fast quantum circuit simulator for simulating large, noisy, or parametric quantum circuits. Implemented in C/C++ and with Python interface, Qulacs achieved both high speed circuit simulation and high usability.

Qulacs was developed in Prof. Fujii'sgroup. Maintained and developing new features by QunaSys.

<style type="text/css"> .center { display: block; margin-left: auto; margin-right: auto; width: 40%; } .column-h { width: 100%; } </style>

Get Started

pip install qulacs

Detailed instructions about installation in {doc}intro/1_install. Having trouble starting? see {doc}intro/2_faq. For basic usage of Qulacs in Python and C++, see {doc}intro/3_usage.

:maxdepth: 1
:hidden:
:caption: Get Started

intro/0_about
intro/1_install
intro/2_faq
intro/3_usage
:maxdepth: 1
:caption: Tutorials

intro/4.1_python_tutorial
intro/4.2_cpp_tutorial
:maxdepth: 2
:caption: User Manual

guide/2.0_python_advanced
:maxdepth: 2
:caption: Applications

apply/0_overview
:maxdepth: 2
:caption: API reference
:hidden:

pyRef/index
api/cpp_library_root
:maxdepth: 1
:caption: Contributing

write/0_readme