Sympy Basefield

class qitensor.sympybasefield.SympyHilbertBaseField

Bases: qitensor.basefield.HilbertBaseField

SympyHilbertBaseField()

complex_unit(self)
eye(self, long size) → ndarray
frac(self, p, q)
fractional_phase(self, int a, int b)
infty(self)
input_cast_function(self)
latex_formatter(self, data, dollar_if_tex)
log2(self, x)
mat_adjoint(self, ndarray mat) → ndarray
mat_conj(self, ndarray mat) → ndarray
mat_det(self, ndarray m)
mat_inverse(self, ndarray m) → ndarray
mat_n(self, ndarray m, prec=None, digits=None) → ndarray
mat_norm(self, ndarray arr, p)
mat_pow(self, ndarray m, n) → ndarray
mat_simplify(self, ndarray m, full=False) → ndarray
sqrt(self, x)
xlog2x(self, x)
qitensor.sympybasefield.do_cast_to_sympy(x)
qitensor.sympybasefield.do_conj(x)
qitensor.sympybasefield.do_simplify_full(x)
qitensor.sympybasefield.to_n(x)

Previous topic

Array Formatter

Next topic

TODO

This Page