Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Circuit from qibo #1601

Closed
talentkeychen opened this issue Mar 10, 2025 · 4 comments
Closed

Import Circuit from qibo #1601

talentkeychen opened this issue Mar 10, 2025 · 4 comments

Comments

@talentkeychen
Copy link

Hi, I'm very new to this package, and I just started trying out everything. It occurred to me that to import the Circuit, the example in the documentation does not work any more. It should be from qibo.models.circuit import Circuit, right?

@renatomello
Copy link
Contributor

renatomello commented Mar 10, 2025

Could you please point to the specific example in the documentation?

In any case, both from qibo import Circuit and from qibo.models import Circuit should work.

@talentkeychen
Copy link
Author

talentkeychen commented Mar 10, 2025

Could you please point to the specific example in the documentation?

In any case, both from qibo import Circuit and from qibo.models import Circuit should work.

oh I see. Because my python version is 3.13, and could not support the latest version...

@renatomello
Copy link
Contributor

Most likely you're installing an older version because you're using python 3.13. Currently, we do not support it yet, but we will as of the next release (see #1484).

@renatomello renatomello linked a pull request Mar 10, 2025 that will close this issue
@talentkeychen
Copy link
Author

I see. Thanks!

@renatomello renatomello removed a link to a pull request Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants