Marked old code as deprecated
This commit is contained in:
parent
0968ff214c
commit
b1cb9d99cf
@ -13,8 +13,6 @@ import multiprocessing as mp
|
|||||||
|
|
||||||
from ..coordinates import Coordinates
|
from ..coordinates import Coordinates
|
||||||
|
|
||||||
VALID_GEOMETRY = {"cylindrical", "slab"}
|
|
||||||
|
|
||||||
|
|
||||||
def occupation_matrix(
|
def occupation_matrix(
|
||||||
trajectory: Coordinates,
|
trajectory: Coordinates,
|
||||||
@ -211,6 +209,11 @@ def find_energy_maxima(
|
|||||||
return pd.DataFrame({"d": distances, "energy": energies})
|
return pd.DataFrame({"d": distances, "energy": energies})
|
||||||
|
|
||||||
|
|
||||||
|
# DEPRECATED CODE STARTING FROM HERE
|
||||||
|
# LEFT FOR TESTING ONLY
|
||||||
|
VALID_GEOMETRY = {"cylindrical", "slab"}
|
||||||
|
|
||||||
|
|
||||||
def get_fel(
|
def get_fel(
|
||||||
traj,
|
traj,
|
||||||
path,
|
path,
|
||||||
|
Loading…
Reference in New Issue
Block a user