Skip to content

Commit

Permalink
deploy: 10331fc
Browse files Browse the repository at this point in the history
  • Loading branch information
drgona committed May 16, 2024
0 parents commit c504b78
Show file tree
Hide file tree
Showing 164 changed files with 12,013 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: a91d803cba5f5476abfcb269ab75e6e6
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/activations.doctree
Binary file not shown.
Binary file added .doctrees/arg.doctree
Binary file not shown.
Binary file added .doctrees/blocks.doctree
Binary file not shown.
Binary file added .doctrees/bounds.doctree
Binary file not shown.
Binary file added .doctrees/callbacks.doctree
Binary file not shown.
Binary file added .doctrees/component.doctree
Binary file not shown.
Binary file added .doctrees/constraint.doctree
Binary file not shown.
Binary file added .doctrees/dataset.doctree
Binary file not shown.
Binary file added .doctrees/dynamics.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/estimators.doctree
Binary file not shown.
Binary file added .doctrees/gnn.doctree
Binary file not shown.
Binary file added .doctrees/gradients.doctree
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/integrators.doctree
Binary file not shown.
Binary file added .doctrees/interpolation.doctree
Binary file not shown.
Binary file added .doctrees/loggers.doctree
Binary file not shown.
Binary file added .doctrees/loss.doctree
Binary file not shown.
Binary file added .doctrees/maps.doctree
Binary file not shown.
Binary file added .doctrees/ode.doctree
Binary file not shown.
Binary file added .doctrees/operators.doctree
Binary file not shown.
Binary file added .doctrees/physics.doctree
Binary file not shown.
Binary file added .doctrees/plot.doctree
Binary file not shown.
Binary file added .doctrees/problem.doctree
Binary file not shown.
Binary file added .doctrees/psl/autonomous.doctree
Binary file not shown.
Binary file added .doctrees/psl/emulator.doctree
Binary file not shown.
Binary file added .doctrees/psl/index.doctree
Binary file not shown.
Binary file added .doctrees/psl/nonautonomous.doctree
Binary file not shown.
Binary file added .doctrees/psl/perturb.doctree
Binary file not shown.
Binary file added .doctrees/pwa_maps.doctree
Binary file not shown.
Binary file added .doctrees/rnn.doctree
Binary file not shown.
Binary file added .doctrees/simulator.doctree
Binary file not shown.
Binary file added .doctrees/simulators.doctree
Binary file not shown.
Binary file added .doctrees/slim/benchmarks.doctree
Binary file not shown.
Binary file added .doctrees/slim/index.doctree
Binary file not shown.
Binary file added .doctrees/slim/linear.doctree
Binary file not shown.
Binary file added .doctrees/slim/rnn.doctree
Binary file not shown.
Binary file added .doctrees/solvers.doctree
Binary file not shown.
Binary file added .doctrees/trainer.doctree
Binary file not shown.
Binary file added .doctrees/visuals.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
Binary file added _images/class_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions _sources/activations.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Activations
===========

.. automodule:: neuromancer.activations
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/arg.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Arg
======

.. automodule:: neuromancer.arg
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/blocks.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Blocks
======

.. automodule:: neuromancer.blocks
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/bounds.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bounds
======

.. automodule:: neuromancer.bounds
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/callbacks.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Callbacks
=========

.. automodule:: neuromancer.callbacks
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/component.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Component
=========

.. automodule:: neuromancer.component
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/constraint.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Constraint
==========

.. automodule:: neuromancer.constraint
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/dataset.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Dataset
=========

.. automodule:: neuromancer.dataset
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/dynamics.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Dynamics
========

.. automodule:: neuromancer.dynamics
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/estimators.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Estimators
==========

.. automodule:: neuromancer.estimators
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/gnn.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GNN
======

.. automodule:: neuromancer.gnn
:members:
:undoc-members:
:special-members: __call__
7 changes: 7 additions & 0 deletions _sources/gradients.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Gradients
=========

.. automodule:: neuromancer.gradients
:members:
:undoc-members:
:special-members: __call__
Loading

0 comments on commit c504b78

Please sign in to comment.