Added hbonds function

This commit is contained in:
sebastiankloth
2022-11-03 15:46:14 +01:00
parent 3992dd4e07
commit 4d257b00ee
3 changed files with 46 additions and 6 deletions

View File

@@ -305,11 +305,6 @@ def Fqt_from_Grt(data, q):
else:
return isf.index, isf.values
'''
@numba.jit
def norm(vec):
return (vec**2).sum()**0.5
'''
def singledispatchmethod(func):
"""A decorator to define a genric instance method, analogue to functools.singledispatch."""