jaxvacua.conifold.conifold_utils.get_bulk_projection

jaxvacua.conifold.conifold_utils.get_bulk_projection#

get_bulk_projection(q)#

Bulk projection matrix for the conifold charge \(q\): the bulk columns \((\Lambda^{-1})_{:,1:}\) of the inverse basis change, shape \((h^{1,2}, h^{1,2}-1)\).

Parameters:

q (Array) – Integer conifold charge vector of length \(h^{1,2}\).

Returns:

Array – Bulk projection matrix of shape \((h^{1,2}, h^{1,2}-1)\).

See also: get_bulk_embedding(), get_embedding(), get_basis_change()