-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from andrewtarzia/development_august
Development august commit: Adding some features: * Refactor topology graphs for other usage * Write to chemiscope output
- Loading branch information
Showing
67 changed files
with
1,496 additions
and
632 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 |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
optimisation | ||
systems_optimisation | ||
terms | ||
topologies | ||
utilities | ||
|
26 changes: 26 additions & 0 deletions
26
docs/source/_autosummary/cgexplore.topologies.CGM12L24.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,26 @@ | ||
cgexplore.topologies.CGM12L24 | ||
============================= | ||
|
||
.. currentmodule:: cgexplore.topologies | ||
|
||
.. autoclass:: CGM12L24 | ||
:members: | ||
:inherited-members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~CGM12L24.get_vertex_alignments | ||
|
||
|
||
|
||
|
||
|
||
|
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,25 @@ | ||
cgexplore.topologies.CGM4L8 | ||
=========================== | ||
|
||
.. currentmodule:: cgexplore.topologies | ||
|
||
.. autoclass:: CGM4L8 | ||
:members: | ||
:inherited-members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,34 @@ | ||
cgexplore.topologies.M4L82 | ||
========================== | ||
|
||
.. currentmodule:: cgexplore.topologies | ||
|
||
.. autoclass:: M4L82 | ||
:members: | ||
:inherited-members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~M4L82.paired_wall_1_coord | ||
~M4L82.paired_wall_2_coord | ||
~M4L82.wall_1_shift | ||
~M4L82.wall_2_shift | ||
|
||
|
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,35 @@ | ||
cgexplore.topologies | ||
==================== | ||
|
||
.. automodule:: cgexplore.topologies | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:template: class.rst | ||
:nosignatures: | ||
|
||
CGM12L24 | ||
CGM4L8 | ||
M4L82 | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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
6 changes: 6 additions & 0 deletions
6
docs/source/_autosummary/cgexplore.utilities.extract_property.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 @@ | ||
cgexplore.utilities.extract\_property | ||
===================================== | ||
|
||
.. currentmodule:: cgexplore.utilities | ||
|
||
.. autofunction:: extract_property |
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
6 changes: 6 additions & 0 deletions
6
docs/source/_autosummary/cgexplore.utilities.write_chemiscope_json.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 @@ | ||
cgexplore.utilities.write\_chemiscope\_json | ||
=========================================== | ||
|
||
.. currentmodule:: cgexplore.utilities | ||
|
||
.. autofunction:: write_chemiscope_json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Topologies | ||
========== | ||
|
||
A package of the classes for handling topology graphs in `CGExplore`. | ||
|
||
New topology graphs | ||
------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
CGM12L24 <_autosummary/cgexplore.topologies.CGM12L24> | ||
CGM4L8 <_autosummary/cgexplore.topologies.CGM4L8> | ||
M4L82 <_autosummary/cgexplore.topologies.M4L82> |
Oops, something went wrong.