-
Notifications
You must be signed in to change notification settings - Fork 184
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
Restructure of examples and applications #2218
Conversation
docs/sphinx/examples/python/tutorials/digitized_counterdiabatic_qaoa.ipynb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few changes are needed.
Command Bot: Processing... |
Command Bot: Processing... |
@efratshabtai Adding Efrat for visibility as the Python examples have been moved. |
…densed) as part of PR NVIDIA#2218
Command Bot: Processing... |
Command Bot: Processing... |
@zohimchandani Seems like as we have purged *.py files from examples/python, we will need to update .rst files under docs/sphinx/using/examples/.rst. Would you please update those *.rst files? |
Examples now contain a mixture of notebooks + rst files. The Thanks. |
Command Bot: Processing... |
Hey @zohimchandani, We will need to update .rst files under docs/sphinx/examples/using/examples/.rst. These *.rst files points to examples with *.py files which we have moved in this PR. |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
* Removing unnecessary binary files
Command Bot: Processing... |
Command Bot: Processing... |
What would the resulting structure be in our delivered Docker image? I think it would be good to document that in the comment at the top of the thread. Some of the affected scripts (nightly integration script, etc.) cannot be tested with regular CI, so it would be helpful during the review to know what the resulting Docker image file layout will be for these examples/applications/targets. |
Command Bot: Processing... |
Command Bot: Processing... |
@bmhowe23 Comment updated at the top of the thread. |
Command Bot: Processing... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me a from a script and Dockerfile perspective. Hopefully @efratshabtai or others can comment on or approve the content changes.
Command Bot: Processing... |
Command Bot: Processing... |
* new tutorial * updates * Add ipywidgets to devdeps image for docs generation * Formatting and spelling * cleanup of docs * restructure of examples and applications pages * adding a blank line * ran digitized_counterdiabatic_qaoa.ipynb to save the output * removing tests as the Python (*.py) files have been moved out (or condensed) as part of PR #2218 * commenting out nvidia target and fixing duplicate htest definition * saving output from advanced vqe * updates * renaming tutorials -> applications * purging unused rst files * * Adding missing image in the images folder * Correcting the image path in ipynb * Setting nbsphinx_widgets_path to empty string (to resolve this warning generated during sphinx docs generation WARNING: nbsphinx_widgets_path not given and ipywidgets module unavailable) * adding double quotes around the target * changing number of qpus to pass CI * adding intro.py and making changes to rst file to include ipynb file * moving applications, examples, targets into dedicated folders * changing path * adding applications and targets directories * changing path for hardware providers and few python files * fixing path * adding paths * adding applications path * adding python notebook directly in rst file * removign maxdepth * fixing paths * adding targets path * adding paths * removing providers and tutorials path * clearing output * adding a building_kernels python file in order to render it under tabs * correcting spelling check and formatting * excluding /building_kernels.py * adding missing examples and removing warnings from the output * commenting nvidia target * removing nbsphinx_widgets_path * changing VQE title * DCO Remediation Commit for Sachin Pisal <[email protected]> I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 7a4adc5 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: d8f4410 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 6ce6695 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 636bcc0 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 9321724 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 72ead24 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 5517077 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 0eb6b44 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 91c317b I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: ee09e73 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 9f17e73 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: e47acd2 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 4e24921 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 1f412a6 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 3b580a1 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 8fd380e I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: f1df271 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 9eb9ab8 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 2eb4882 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: ffd54a5 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 8b702e6 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: f2cb3c6 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 00490c8 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 0e5ec8e I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 7553eed I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 8782cef I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 2afb6bd I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 17ac800 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 79879ea I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: 5ebd717 I, Sachin Pisal <[email protected]>, hereby add my Signed-off-by to this commit: b8076e8 Signed-off-by: Sachin Pisal <[email protected]> * DCO Remediation Commit for Ben Howe <[email protected]> I, Ben Howe <[email protected]>, hereby add my Signed-off-by to this commit: 6153db0 I, Ben Howe <[email protected]>, hereby add my Signed-off-by to this commit: 078c3ed Signed-off-by: Ben Howe <[email protected]> * sign * * Adding applications and targets folder * Removing unnecessary binary files * adding pycudaq test for intro.py * removing warnings from the cell output --------- Signed-off-by: Sachin Pisal <[email protected]> Signed-off-by: Ben Howe <[email protected]> Co-authored-by: Ben Howe <[email protected]> Co-authored-by: Ben Howe <[email protected]> Co-authored-by: Sachin Pisal <[email protected]> Co-authored-by: root <[email protected]> Signed-off-by: Anna Gringauze <[email protected]>
Examples section: aim is to show how to use CUDA-Q syntax.
Applications section: aim to show various useful things you can build with CUDA-Q.
Restructure of both sections, added new ones, deleted repeated ones and condensed ones that could be condensed.
This work is in collaboration with @mawolf2023 who did most of the heavy lifting here.
At the higher level, the structure would look like
The structure in the released docker image would look like below