Added hbonds function
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user