Skip to content

Commit

Permalink
deploy: 808f7f8
Browse files Browse the repository at this point in the history
  • Loading branch information
RichRick1 committed Apr 12, 2024
0 parents commit 031843e
Show file tree
Hide file tree
Showing 173 changed files with 16,254 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9cc4a7907eadc6a687d5c4f1f7c53afe
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
moha.qcdevs.org
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions _sources/api/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Hamiltonian API
===============

.. autoclass:: moha.api.HamiltonianAPI
:members:

17 changes: 17 additions & 0 deletions _sources/api/occupation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Occupation-based Hamiltonians
=============================

.. autoclass:: moha.HamPPP
:members:

.. automethod:: __init__

.. autoclass:: moha.HamHub
:members:

.. automethod:: __init__

.. autoclass:: moha.HamHuck
:members:

.. automethod:: __init__
7 changes: 7 additions & 0 deletions _sources/api/spin.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Spin-based Hamiltonians
=============================

.. autoclass:: moha.HamHeisenberg
:members:

.. automethod:: __init__
408 changes: 408 additions & 0 deletions _sources/examples/Demonstration.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 031843e

Please sign in to comment.