Dev Update (#582)
* Fix adaptive refinement (#571) --------- Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com> * Remove collector * Fixes * Fixes * rm unnecessary comment * fix advection (#581) * Fix tutorial .html link (#580) * fix problem data collection for v0.1 (#584) * Message Passing Module (#516) * add deep tensor network block * add interaction network block * add radial field network block * add schnet block * add equivariant network block * fix + tests + doc files * fix egnn + equivariance/invariance tests Co-authored-by: Dario Coscia <dariocos99@gmail.com> --------- Co-authored-by: giovanni <giovanni.canali98@yahoo.it> Co-authored-by: AleDinve <giuseppealessio.d@student.unisi.it> * add type checker (#527) --------- Co-authored-by: Filippo Olivo <filippo@filippoolivo.com> Co-authored-by: Giovanni Canali <115086358+GiovanniCanali@users.noreply.github.com> Co-authored-by: giovanni <giovanni.canali98@yahoo.it> Co-authored-by: AleDinve <giuseppealessio.d@student.unisi.it>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Deep Tensor Network Block
|
||||
==================================
|
||||
.. currentmodule:: pina.model.block.message_passing.deep_tensor_network_block
|
||||
|
||||
.. autoclass:: DeepTensorNetworkBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
@@ -0,0 +1,8 @@
|
||||
E(n) Equivariant Network Block
|
||||
==================================
|
||||
.. currentmodule:: pina.model.block.message_passing.en_equivariant_network_block
|
||||
|
||||
.. autoclass:: EnEquivariantNetworkBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
@@ -0,0 +1,8 @@
|
||||
Interaction Network Block
|
||||
==================================
|
||||
.. currentmodule:: pina.model.block.message_passing.interaction_network_block
|
||||
|
||||
.. autoclass:: InteractionNetworkBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
@@ -0,0 +1,8 @@
|
||||
Radial Field Network Block
|
||||
==================================
|
||||
.. currentmodule:: pina.model.block.message_passing.radial_field_network_block
|
||||
|
||||
.. autoclass:: RadialFieldNetworkBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
Reference in New Issue
Block a user