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

API documentation ParameterExpression lacks the __*__ methods #13510

Open
yaelbh opened this issue Dec 2, 2024 · 1 comment
Open

API documentation ParameterExpression lacks the __*__ methods #13510

yaelbh opened this issue Dec 2, 2024 · 1 comment
Labels
documentation Something is not clear or an error documentation

Comments

@yaelbh
Copy link
Contributor

yaelbh commented Dec 2, 2024

I want to see which operations are supported for parameter expressions. Therefore I looked in this page: https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.ParameterExpression. But I didn't find there operations which I expected to find, like addition. I ended up turning to the code itself, looking inside the parameter expression file, in order to retrieve the information.

@ShellyGarion ShellyGarion added the documentation Something is not clear or an error documentation label Jan 1, 2025
@ShellyGarion
Copy link
Member

The code of ParameterExpression is being ported to rust in #13278.
Perhaps the documentation could be improved as part of this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Something is not clear or an error documentation
Projects
None yet
Development

No branches or pull requests

2 participants