add GraphFiniteDifference class

This commit is contained in:
2025-10-21 10:35:34 +02:00
parent 7a0297838d
commit 2e289d010f
2 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
__all__ = ["GraphFiniteDifference", "GatingGNO"]
from .finite_difference import GraphFiniteDifference
from .local_gno import GatingGNO
from .point_net import PointNet