-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix documentation * Refactor QubitConvertor to new location to avoid cyclic imports Generally clean up imports and make them consistent * Update navigation and text Co-authored-by: Max Rossmannek <[email protected]> * Update qiskit_nature/converters/second_quantization/__init__.py Co-authored-by: Max Rossmannek <[email protected]> * Update qiskit_nature/transformers/__init__.py Co-authored-by: Max Rossmannek <[email protected]> * Fix suggestion breakages Co-authored-by: Max Rossmannek <[email protected]> Co-authored-by: Max Rossmannek <[email protected]> (cherry picked from commit 445669e) Co-authored-by: Steve Wood <[email protected]>
- Loading branch information
1 parent
f5a59c7
commit b99cf55
Showing
107 changed files
with
850 additions
and
592 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
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-converters: | ||
|
||
.. automodule:: qiskit_nature.converters | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: |
6 changes: 6 additions & 0 deletions
6
docs/apidocs/qiskit_nature.converters.second_quantization.rst
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-converters-second_quantization: | ||
|
||
.. automodule:: qiskit_nature.converters.second_quantization | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: |
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-mappers-second_quantization: | ||
|
||
.. automodule:: qiskit_nature.mappers.second_quantization | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: |
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,7 @@ | ||
.. _qiskit_nature-operators-second_quantization: | ||
|
||
.. automodule:: qiskit_nature.operators.second_quantization | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: | ||
|
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,7 @@ | ||
.. _qiskit_nature-problems-second_quantization: | ||
|
||
.. automodule:: qiskit_nature.problems.second_quantization | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: | ||
|
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.