-
Notifications
You must be signed in to change notification settings - Fork 361
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
remove deploy documentation to /documentation/aer #1891
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
16 tasks
mtreinish
approved these changes
Aug 22, 2023
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
mtreinish
added
automerge
This PR will automatically merge once its CI has passed
Changelog: None
PRs that don't have an associated changelog entry.
labels
Aug 22, 2023
hhorii
pushed a commit
to hhorii/qiskit-aer
that referenced
this pull request
Aug 24, 2023
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
doichanj
added a commit
that referenced
this pull request
Oct 13, 2023
* initial commit for classical expressions * add classical expression in C++ and its binding * Implemented ecr for stabilizer simulator. (#1892) * Implemented ecr for stabilizer simulator. * Implemented ecr for stabilizer simulator. * Adapted to coding style. * fixed testcode for ecr in stabilizer. * remove deploy documentation to /documentation/aer (#1891) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * support classical expression evaluation for branches * fix lint errors * change Expr to CExpr * resolve lint errors * suppprt expr for batched shot GPU * use ExprVisitor in AerCompiler to traverse nodes in Expr * fix lint issues * use accept method instead of custom visit method for ExprVisitor in aer_compiler * fix lint errors * refactor aer_compiler * Update releasenotes/notes/support_classical_expr-dd621e5c0fd23a15.yaml Co-authored-by: Jake Lishman <jake@binhbar.com> * replace expr rather than modiyfing expr.var * fix lint error --------- Co-authored-by: MarcMaussner <114133362+MarcMaussner@users.noreply.github.com> Co-authored-by: Luciano Bello <bel@zurich.ibm.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Jun Doi <doichan@jp.ibm.com> Co-authored-by: Jake Lishman <jake@binhbar.com>
doichanj
added a commit
to doichanj/qiskit-aer
that referenced
this pull request
Oct 26, 2023
* initial commit for classical expressions * add classical expression in C++ and its binding * Implemented ecr for stabilizer simulator. (Qiskit#1892) * Implemented ecr for stabilizer simulator. * Implemented ecr for stabilizer simulator. * Adapted to coding style. * fixed testcode for ecr in stabilizer. * remove deploy documentation to /documentation/aer (Qiskit#1891) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * support classical expression evaluation for branches * fix lint errors * change Expr to CExpr * resolve lint errors * suppprt expr for batched shot GPU * use ExprVisitor in AerCompiler to traverse nodes in Expr * fix lint issues * use accept method instead of custom visit method for ExprVisitor in aer_compiler * fix lint errors * refactor aer_compiler * Update releasenotes/notes/support_classical_expr-dd621e5c0fd23a15.yaml Co-authored-by: Jake Lishman <jake@binhbar.com> * replace expr rather than modiyfing expr.var * fix lint error --------- Co-authored-by: MarcMaussner <114133362+MarcMaussner@users.noreply.github.com> Co-authored-by: Luciano Bello <bel@zurich.ibm.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Jun Doi <doichan@jp.ibm.com> Co-authored-by: Jake Lishman <jake@binhbar.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge
This PR will automatically merge once its CI has passed
Changelog: None
PRs that don't have an associated changelog entry.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow up on #1748
The documentation is correctly deployed to https://qiskit.org/ecosystem/aer/ and the redirect is working. So, no need to upload to
/documentation
anymore.