-
Notifications
You must be signed in to change notification settings - Fork 60
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 tutorials #44
Add tutorials #44
Conversation
* added grover tutorial * adding amplitude amplification * added explanation of optional arguments * changed the folder name * finalized the tutorial * change the file name * finalize Co-authored-by: Paul Nation <nonhermitian@gmail.com>
* Add algorithm and ml tutorials for Aqua * Number qgan and add advanced vqe * Fix notebook link * Change IBMQ to mock simulator * Add folders to index.rst * Fix warnings in grover notebook Co-authored-by: Manoel Marques <manoel.marques@ibm.com> Co-authored-by: Paul Nation <nonhermitian@gmail.com>
### Summary Fix issue Qiskit/qiskit-tutorials#1095 ### Details and comments Delete the wrong and meaningless part of the sentence ". which it has to do the same thing".
Fixed a typo on 04_vqe_advanced.ipynb
Fixed some typos on 04_vqe_advanced.ipynb
algorithms: fix typo on grover jupyter notebook
Fixed Broken Links in "01_algorithms_introduction" tutorial.
Updated Some Old Links in "03_vqe_simulation_with_noise"
Added a extra Link and Corrected a Link in some tutorials
…utorials#1152) * fix math mode of tutorials/circuits_advanced/09_pulse_simulator_duffing_model.ipynb * fix toc of tutorials of operator flow * simplify * remove toc of tutorials of circuits_advanced * fix toc of 06_building_pulse_schedules * fix math mode * fix math mode and code style in a link * fix sum, sin, and cos * fix typos
…nd grover tutorials (Qiskit/qiskit-tutorials#1163) * Fix spelling in simulator tutorials and math mode of opflow tutorial * Fix math mode and list of Grover tutorial Co-authored-by: SooluThomas <soolu.elto@gmail.com>
Aqua imports replaced by QIskit Terra classes. Chemistry, Finance, Machine Learning and Optimization were removed as all those were converted and migrated to the new application repositories * Remove Aqua references from notebooks * Change algorithm/operator tutorials to use Aer * compute gradients with fixed operator * QAOA change weights to 1 and remove get_graph_solution * Remove parallel disable statement & print oracle
Co-authored-by: SooluThomas <soolu.elto@gmail.com>
qbuits -> qubits inizialize -> initialize quntum -> quantum x-measurment -> x-measurement
Fix a few typos "previous", "need" (twice), "measurement" (twice)
For the final tutorial (which I cannot view a diff here to comment inside it as mentioned before), shall we change the title to drop Qiskit out of it - we say Qiskit Primitives in there, which is correct still, and so I think we should update the title its currently |
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
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.
LGTM. Thx @ElePT
Pull Request Test Coverage Report for Build 5927078174
💛 - Coveralls |
|
Summary
Fixes #14. Left as draft until local env issues that raise errors are fixed.
Details and comments
I'm including the IQPE example which does not useqiskit_algorithms
, I could remove it, but I am not sure if we currently know where else to put it.