Skip to content

Commit

Permalink
Remove the implementation of CubeHandler plugin and examples of its use.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Dec 17, 2024
1 parent e3eeeea commit d5b2b3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 88 deletions.
2 changes: 0 additions & 2 deletions aiida_nanotech_empa/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .afm import AfmCalculation
from .cubehandler import CubeHandlerCalculation
from .hrstm import HrstmCalculation
from .overlap import OverlapCalculation
from .stm import StmCalculation
Expand All @@ -9,5 +8,4 @@
"HrstmCalculation",
"OverlapCalculation",
"StmCalculation",
"CubeHandlerCalculation",
)
52 changes: 0 additions & 52 deletions aiida_nanotech_empa/plugins/cubehandler.py

This file was deleted.

34 changes: 0 additions & 34 deletions examples/plugins/example_cubehandler.py

This file was deleted.

0 comments on commit d5b2b3d

Please sign in to comment.