-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProteinFoldingResult, XYZ files and plotting of folded Proteins for P…
…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]>
- Loading branch information
1 parent
673be9f
commit d1ff719
Showing
20 changed files
with
1,709 additions
and
414 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _qiskit_nature-results-utils: | ||
|
||
.. automodule:: qiskit_nature.results.utils | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.