Skip to content

Commit a8adfd9

Browse files
pre-commit auto-fixes
1 parent 6746ab6 commit a8adfd9

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/matgl/kernels/compose_tensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
"""Warp kernels for composing 3x3 tensors from I, A, S components."""
2929

30-
3130
import warp as wp
3231

3332
from .utils import add_module, get_wp_fp_dtype

src/matgl/kernels/decompose_tensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
"""Warp kernels for decomposing 3x3 tensors into I, A, S components."""
2929

30-
3130
import warp as wp
3231

3332
from .utils import add_module, get_wp_fp_dtype

src/matgl/kernels/equivariant_o3_matmul.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
"""Warp kernels for O(3)-equivariant 3x3 tensor matrix multiplication."""
2929

30-
3130
import warp as wp
3231

3332
from .utils import add_module, get_wp_fp_dtype

src/matgl/kernels/equivariant_so3_matmul.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
"""Warp kernels for SO(3)-equivariant 3x3 tensor matrix multiplication."""
2929

30-
3130
import warp as wp
3231

3332
from .utils import add_module, get_wp_fp_dtype

src/matgl/kernels/graph_transform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
"""Warp kernels for graph edge index transformation to sparse CSR format."""
2929

30-
3130
import warp as wp
3231

3332

src/matgl/kernels/tensor_norm3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
"""Warp kernels for computing 3x3 tensor norms (I, A, S components)."""
2929

30-
3130
import warp as wp
3231

3332
from .utils import add_module, get_wp_fp_dtype

0 commit comments

Comments
 (0)