Skip to content
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 1 commit into from
Jun 8, 2022
Merged

Conversation

manoelmarques
Copy link
Contributor

Summary

Related to Qiskit/qiskit#6033

Details and comments

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2461692522

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.689%

Totals Coverage Status
Change from base Build 2432772463: 0.0%
Covered Lines: 9580
Relevant Lines: 11312

💛 - Coveralls

@manoelmarques manoelmarques merged commit e9c31af into qiskit-community:main Jun 8, 2022
@manoelmarques manoelmarques deleted the editor branch June 8, 2022 15:06
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants