Typechecking edge weights of input graphs to Lattice#471
Closed
Cryoris wants to merge 14 commits into
Closed
Conversation
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
mrossinek
reviewed
Dec 21, 2021
Pull Request Test Coverage Report for Build 1755903744
💛 - Coveralls |
dlasecki
suggested changes
Jan 7, 2022
…ture into lattice-edge-typecheck
dlasecki
approved these changes
Jan 20, 2022
pbark
approved these changes
Jan 27, 2022
mrossinek
added a commit
to mrossinek/qiskit-nature
that referenced
this pull request
Jan 27, 2022
…unity#471) * edge typecheck in lattice input Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * spell & rm unwanted change * alphabetical order in pylintdict Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: dlasecki <dal@zurich.ibm.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com>
Member
|
Something appears to have gone wrong with mergify here. The PR is merged properly into |
manoelmarques
added a commit
to manoelmarques/qiskit-nature
that referenced
this pull request
Jan 27, 2022
…unity#471) * edge typecheck in lattice input Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * spell & rm unwanted change * alphabetical order in pylintdict Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: dlasecki <dal@zurich.ibm.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com>
manoelmarques
added a commit
that referenced
this pull request
Jan 27, 2022
…opyright after cross-year merge (#523) * Typechecking edge weights of input graphs to ``Lattice`` (#471) * edge typecheck in lattice input Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * spell & rm unwanted change * alphabetical order in pylintdict Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: dlasecki <dal@zurich.ibm.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com> * Fix copyright after cross-year merge (#522) * Fix copyright after cross-year merge * pylint: disable useless-suppression again Partially reverts a8a5d9b. The reasson for disabling again is that this will cause different warnings across different python-versions. While this does not fail the CI (which is why it first went unnoticed) it litters its output with warnings unnecessarily. Co-authored-by: Julien Gacon <gaconju@gmail.com> Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: dlasecki <dal@zurich.ibm.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com>
Anthony-Gandon
pushed a commit
to Anthony-Gandon/qiskit-nature
that referenced
this pull request
May 25, 2023
…unity#471) * edge typecheck in lattice input Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * spell & rm unwanted change * alphabetical order in pylintdict Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: dlasecki <dal@zurich.ibm.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Closes #466.
Details and comments
Split 1/2 of PR #467.