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

Add missing optimizer attributes to Python interface #2403

Open
bmhowe23 opened this issue Nov 22, 2024 · 1 comment
Open

Add missing optimizer attributes to Python interface #2403

bmhowe23 opened this issue Nov 22, 2024 · 1 comment
Assignees
Labels
needs more information Questions that need more information python-lang Anything related to the Python CUDA Quantum language implementation

Comments

@bmhowe23
Copy link
Collaborator

Hi @anandaroy7 - are you using C++ or Python? If you're using C++, I think you can use the f_tol and step_size attributes. I am not sure if these are exposed to Python at the moment, but if they are missing, we could certainly add them.

Originally posted by @bmhowe23 in #2329 (comment)

@bmhowe23 bmhowe23 self-assigned this Nov 22, 2024
@schweitzpgi schweitzpgi added needs more information Questions that need more information python-lang Anything related to the Python CUDA Quantum language implementation labels Nov 27, 2024
@Squirtle007
Copy link

Same Here.

Additional notes:
It would be helpful if intermediate results could be printed out. Inspired by the callback in minimize from SciPy, an optional setting helps keep track of convergence for developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more information Questions that need more information python-lang Anything related to the Python CUDA Quantum language implementation
Projects
None yet
Development

No branches or pull requests

3 participants