[ANN] Kyulacs.jl (Julia interface for qulacs)

Hi, everyone. I’m happy announce the release of Kyulacs.jl.

  • Kyulacs.jl is Julia interface for qulacs.
  • Qulacs is a Python/C++ library for fast simulation of large, noisy, or parametric quantum circuits.

This package does not wrap C++ directly but use Python API via PyCall.jl. (qulacs is written in C++ and provides Python interface via pybind11).

Therefore it is a good chance for those who are using Python for now and considering switch to JuliaLang.

If I have room in my heart, I will create Julia interface for Pennylane .

Enjoy!!!

3 Likes