QuantumBFS / Yao.jl

Extensible, Efficient Quantum Algorithm Design for Humans.
https://yaoquantum.org
Other
928 stars 123 forks source link

Python Interface #465

Closed yangguohao closed 1 year ago

yangguohao commented 1 year ago

Hi there, I have come across the Yao library and noticed that it has a Python interface available https://github.com/QuantumBFS/yao-python. I was wondering if this Python package is currently functional and being actively maintained? Additionally, could you provide an example for how this package can be used? Thank you.

Roger-luo commented 1 year ago

I was wondering if this Python package is currently functional and being actively maintained?

no, it was only an experimental project. And should be rewritten using PythonCall now. You can call any Julia packages through https://cjdoris.github.io/PythonCall.jl/stable/juliacall/

yangguohao commented 1 year ago

Cool, I will take a look at it. Thanks for replying.