-
Notifications
You must be signed in to change notification settings - Fork 218
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
New tutorial: Adapt vqe algorithm #2709
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: marwafar <[email protected]>
I, marwafar <[email protected]>, hereby add my Signed-off-by to this commit: 488a0e3 I, marwafar <[email protected]>, hereby add my Signed-off-by to this commit: 0e96502 I, marwafar <[email protected]>, hereby add my Signed-off-by to this commit: 93d987c Signed-off-by: marwafar <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
Command Bot: Processing... |
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
1 similar comment
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: marwafar <[email protected]>
I, marwafar <[email protected]>, hereby add my Signed-off-by to this commit: 93a7659 Signed-off-by: marwafar <[email protected]>
@marwafar Please use the following formatting command to fix the failing job in CI
|
Signed-off-by: marwafar <[email protected]>
@sacpis Done. |
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
Signed-off-by: marwafar <[email protected]>
Signed-off-by: marwafar <[email protected]>
Signed-off-by: marwafar <[email protected]>
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
Command Bot: Processing... |
@sacpis Can I rename the folder adapt_vqe to qchem? I will be adding more chemistry tutorials later and I want to keep one folder for all chemistry codes |
Sure. For separating chemistry notebooks in one folder, I think we can check with @efratshabtai or @mawolf2023. |
Not separating notebook, but subroutines. For example, for adapt-vqe notebook, I added a new folder called adapt_vqe where I have a code to generte the operator pool, a code to convert hamiltonian from fermionic to qubits. I need to rename the folder that has these subroutines. Therefore, I do not need to create a folder with subroutine for each new notebook. But rather has one folder with all subroutines related to chemistry |
Thanks @mawolf2023. @marwafar Cool. Please let me know if you need any help. |
Signed-off-by: marwafar <[email protected]>
Command Bot: Processing... |
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
This is a new tutorial that explains how to implement adapt-vqe with UCCSD operator pool in cudaq.