torontonian_#

Functions for Torontonian

Functions

get_submat_tor(a, z)

Get the sub-matrix for torontonian calculation.

torontonian(o_mat[, gamma])

Calculate the torontonian function for the given matrix.

torontonian_batch(o_mat[, gamma])

Calculate the batch torontonian.

get_submat_tor(a: Tensor, z: Tensor) Tensor[source]#

Get the sub-matrix for torontonian calculation.

torontonian(o_mat: Tensor, gamma: Tensor | None = None) Tensor[source]#

Calculate the torontonian function for the given matrix.

See https://research-information.bris.ac.uk/ws/portalfiles/portal/329011096/thesis.pdf Eq.(3.54)

torontonian_batch(o_mat: Tensor, gamma: Tensor | None = None) Tensor[source]#

Calculate the batch torontonian.