-
Notifications
You must be signed in to change notification settings - Fork 208
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 .editorconfig #685
Merged
Merged
Add .editorconfig #685
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
manoelmarques
requested review from
stefan-woerner,
pbark,
woodsp-ibm and
mrossinek
as code owners
June 8, 2022 13:05
Pull Request Test Coverage Report for Build 2461692522
💛 - Coveralls |
mrossinek
approved these changes
Jun 8, 2022
MarcDrudis
pushed a commit
to MarcDrudis/qiskit-nature
that referenced
this pull request
Jun 10, 2022
mergify bot
pushed a commit
that referenced
this pull request
Jun 16, 2022
…roteinFoldingProblem. (#655) * Adding files modified. Dependencies not Checked * Fixed one Dependency * Passing ProteinFoldingProblem as attribute to ProteinFoldingResult. Also simplified some classes * Some details * Created more test cases in test_protein_folding_result * Added comments in the unittest * Quick changes * Separated unittests, and small modifications * Fixed bug side turns * Added letters to the plotter * Fixed format and documentation * Added release note * Corrected indentation and typos * Changed legend location * Updated header's date * Updated header's date * Update qiskit_nature/results/protein_folding_tools/__init__.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_plotter.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Updated header's date * Updated header's date * Update protein_decoder.py * Changed peptide getter docstring. * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Fixed multiple things * Update qiskit_nature/results/protein_folding_tools/protein_xyz.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_xyz.py Co-authored-by: dlasecki <[email protected]> * Update releasenotes/notes/protein-folding-result-b344ac3c7f48e3ca.yaml Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_xyz.py Co-authored-by: dlasecki <[email protected]> * Modularized ProteinPlotter * Changed documentation * pylint * Exposed main_turns * Fixed make * Fixed codeb * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Changed class description * Reformated Unittests * Refactored unittests * Adding matplotlib * Added Matplotlib requirement * Accidentaly removed pylintdict * Fixed circular import * Update qiskit_nature/results/utils/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/utils/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/utils/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Fixed lint * Refactored unittest * best_sequence -> turns_sequence * Update qiskit_nature/problems/sampling/protein_folding/protein_folding_problem.py Co-authored-by: Max Rossmannek <[email protected]> * Update test/results/test_protein_folding_result.py Co-authored-by: Max Rossmannek <[email protected]> * Update setup.py Co-authored-by: Max Rossmannek <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: Max Rossmannek <[email protected]> * Fixes * black * minor changes * Fixed intentations * Removed TODO comment * minor changes * Changed header XYZ file * fixed style * Return figure instead of plotting * Removed files * Returns in doc ploter * Fixed codeblocks and reno * RENO * changed matplotlib requirements * Added unittest for creating files * Changed header xyz files * changed direcotry name * typo * Make matplotlib optional * Fixed comments * Changed type hint * typehint * This version gives a circular import error. The reason is explained in a comment * Attempts * Fix errors * Changed Documentation and get_figure * Made more changes to RENO * RENO * reno * Reno * Fixed make html * Fix sphinx * Update releasenotes/notes/protein-folding-result-b344ac3c7f48e3ca.yaml * Fixed bug with letters on plot * Not plotting side chains when there are no side chains * Fixed default values for plotting * Make black * Changed import order * Fixes * Apply suggestions from code review Co-authored-by: Max Rossmannek <[email protected]> * Fixed spelling and writing bug * Changes in notebook * Add .editorconfig (#685) * Overwriting files * Notebook * Format * Max's comments * Fixed Notebook and changed name get_xyz_data() * turn_sequence and tempfile * Trailing Whitespace * make black * Changed notebook * Documentation git_result... * black * Removed file * Fixes * Changed reno * Changed capital letters on testfiles * Update releasenotes/notes/protein-folding-result-b344ac3c7f48e3ca.yaml Co-authored-by: dlasecki <[email protected]> Co-authored-by: Max Rossmannek <[email protected]> Co-authored-by: Steve Wood <[email protected]> Co-authored-by: Manoel Marques <[email protected]> Co-authored-by: Max Rossmannek <[email protected]> Co-authored-by: woodsp-ibm <[email protected]>
Anthony-Gandon
pushed a commit
to Anthony-Gandon/qiskit-nature
that referenced
this pull request
May 25, 2023
Anthony-Gandon
pushed a commit
to Anthony-Gandon/qiskit-nature
that referenced
this pull request
May 25, 2023
…roteinFoldingProblem. (qiskit-community#655) * Adding files modified. Dependencies not Checked * Fixed one Dependency * Passing ProteinFoldingProblem as attribute to ProteinFoldingResult. Also simplified some classes * Some details * Created more test cases in test_protein_folding_result * Added comments in the unittest * Quick changes * Separated unittests, and small modifications * Fixed bug side turns * Added letters to the plotter * Fixed format and documentation * Added release note * Corrected indentation and typos * Changed legend location * Updated header's date * Updated header's date * Update qiskit_nature/results/protein_folding_tools/__init__.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_plotter.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Updated header's date * Updated header's date * Update protein_decoder.py * Changed peptide getter docstring. * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Fixed multiple things * Update qiskit_nature/results/protein_folding_tools/protein_xyz.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_xyz.py Co-authored-by: dlasecki <[email protected]> * Update releasenotes/notes/protein-folding-result-b344ac3c7f48e3ca.yaml Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_tools/protein_xyz.py Co-authored-by: dlasecki <[email protected]> * Modularized ProteinPlotter * Changed documentation * pylint * Exposed main_turns * Fixed make * Fixed codeb * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Changed class description * Reformated Unittests * Refactored unittests * Adding matplotlib * Added Matplotlib requirement * Accidentaly removed pylintdict * Fixed circular import * Update qiskit_nature/results/utils/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/utils/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/utils/protein_decoder.py Co-authored-by: dlasecki <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: dlasecki <[email protected]> * Fixed lint * Refactored unittest * best_sequence -> turns_sequence * Update qiskit_nature/problems/sampling/protein_folding/protein_folding_problem.py Co-authored-by: Max Rossmannek <[email protected]> * Update test/results/test_protein_folding_result.py Co-authored-by: Max Rossmannek <[email protected]> * Update setup.py Co-authored-by: Max Rossmannek <[email protected]> * Update qiskit_nature/results/protein_folding_result.py Co-authored-by: Max Rossmannek <[email protected]> * Fixes * black * minor changes * Fixed intentations * Removed TODO comment * minor changes * Changed header XYZ file * fixed style * Return figure instead of plotting * Removed files * Returns in doc ploter * Fixed codeblocks and reno * RENO * changed matplotlib requirements * Added unittest for creating files * Changed header xyz files * changed direcotry name * typo * Make matplotlib optional * Fixed comments * Changed type hint * typehint * This version gives a circular import error. The reason is explained in a comment * Attempts * Fix errors * Changed Documentation and get_figure * Made more changes to RENO * RENO * reno * Reno * Fixed make html * Fix sphinx * Update releasenotes/notes/protein-folding-result-b344ac3c7f48e3ca.yaml * Fixed bug with letters on plot * Not plotting side chains when there are no side chains * Fixed default values for plotting * Make black * Changed import order * Fixes * Apply suggestions from code review Co-authored-by: Max Rossmannek <[email protected]> * Fixed spelling and writing bug * Changes in notebook * Add .editorconfig (qiskit-community#685) * Overwriting files * Notebook * Format * Max's comments * Fixed Notebook and changed name get_xyz_data() * turn_sequence and tempfile * Trailing Whitespace * make black * Changed notebook * Documentation git_result... * black * Removed file * Fixes * Changed reno * Changed capital letters on testfiles * Update releasenotes/notes/protein-folding-result-b344ac3c7f48e3ca.yaml Co-authored-by: dlasecki <[email protected]> Co-authored-by: Max Rossmannek <[email protected]> Co-authored-by: Steve Wood <[email protected]> Co-authored-by: Manoel Marques <[email protected]> Co-authored-by: Max Rossmannek <[email protected]> Co-authored-by: woodsp-ibm <[email protected]>
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
Related to Qiskit/qiskit#6033
Details and comments