-
Notifications
You must be signed in to change notification settings - Fork 30
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 automatic documentation deployment workflow #396
Add automatic documentation deployment workflow #396
Conversation
@king-p3nguin Sorry for my ignorance: I forget whether the repo maintainers should create a Sorry, Github's documentation on the matter is sending me on a journey through a number of pages without answering my question |
@ValentinS4t1qbit When I tried running this workflow on my fork, |
@king-p3nguin I cannot select it like in your screenshot, the drop-down menu only offer existing branches. Maybe a better question is: why wouldn't we select |
@ValentinS4t1qbit I think the reason |
@king-p3nguin Alright, I'll give it a shot. The finish line for the hack is closing the issue, it is ok it we somehow need two separate PRs for adjustments. |
#397) * Improving draw method: now works with strings for gate parameters (#391) * Added support for multi-controlled gates on qiskit (MCRX, MCRY, MCRZ, MCPHASE) (#390) * Add automated documentation workflow & gitignore (#396) * Unitaryhack issue 386: Augment the Rotosolve optimizer to support Rotoselect (#392) * ⚡Added rotoselect algorithm and improved rotosolve to use 2 evaluations per parameter. * Unitaryhack issue 384: Circuit as reference state in the ansatz definition (#398) * added method `Circuit.fix_variational_parametrs`, which turns all variational gates non-variational. * Added support for circuits referrence states for the ansatze * Fixing Pyscf Incompatibility problem (#394) * update CI to check for version 2.5 * Update mp2_solver.py --------- Co-authored-by: AlexandreF-1qbit <76115575+AlexandreF-1qbit@users.noreply.github.com> Co-authored-by: ValentinS4t1qbit <valentin@goodchemistry.gmail> Co-authored-by: Alexandre Fleury <76115575+alexfleury-sb@users.noreply.github.com> Co-authored-by: Valentin Senicourt <valentin.senicourt@1qbit.com> Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Anush Venkatakrishnan <54374648+anushkrishnav@users.noreply.github.com> Co-authored-by: Or Golan <golanor@users.noreply.github.com> Co-authored-by: Kazuki Tsuoka <kazukitsuoka@g.ecc.u-tokyo.ac.jp> Co-authored-by: Colin Burdine <33066825+cburdine@users.noreply.github.com>
Resolve #385
The automatically deployed documentation is available at: https://king-p3nguin.github.io/Tangelo/
Settings for GitHub Pages is as follows:
(I am contributing to this project as a unitaryHACK participant)