CoordinateFunction

 

__init__(self, conversion, expr: McUtils.Zachary.DifferentiableFunctions.DifferentiableFunction): 

 

@classmethod
canonicalize_conversion(cls, conv): 

 

__call__(self, coords, order=0, preconverted=False, reexpress=True): 

 

@classmethod
merge_conversion_functions(cls, conv_1, conv_2): 

 

__add__(self, other): 

 

__radd__(self, other): 

 

__mul__(self, other): 

 

__rmul__(self, other): 

 

__truediv__(self, other): 

 

__rtruediv__(self, other): 

 

__neg__(self): 

 

@classmethod
polynomial(cls, coord_spec, *, coeffs, center, ref): 

 

@classmethod
morse(cls, coord, *, re, a=None, de=None, w=None, wx=None, g=None): 

 

@classmethod
sin(cls, coord, *, n=1, l=1): 

 

@classmethod
cos(cls, coord, *, n=1, l=1): 

 

@classmethod
exp(cls, coord, *, s=1): 

Feedback

Examples

Templates

Documentation