Skip to content

Add a tutorial on rotating equivariants #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/software/rascaline.sec
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ version from the `github repository <https://github.com/Luthaf/rascaline>`_
- examples/roy-gch/roy-gch
- examples/sample-selection/sample-selection
- examples/periodic-hamiltonian/periodic-hamiltonian
- examples/rotate-equivariants/rotate-equivariants
2 changes: 2 additions & 0 deletions examples/heat-capacity/heat-capacity.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
model <http://doi.org/10.1063/1.3167790>`_.
"""

# %%

import os
import subprocess
import time
Expand Down
8 changes: 8 additions & 0 deletions examples/rotate-equivariants/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Rotating equivariant properties
===============================

This example goes through the rotation of spherical tensor properties.
This basic, but not obvious, technique is useful in the context of
training non-equivariant neural networks with rotational augmentation
or writing tests for equivariant operations within rotationally equivariant
models.
9 changes: 9 additions & 0 deletions examples/rotate-equivariants/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- pip:
- ase==3.22.1
- spherical
- featomic
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading