jaxvacua.conifold.conifold_utils.get_bulk_embedding

jaxvacua.conifold.conifold_utils.get_bulk_embedding#

get_bulk_embedding(q)#

Bulk embedding matrix for the conifold charge \(q\): the bulk rows \(\Lambda_{1:}\) of the basis change \(\Lambda\) (from get_basis_change()), transposed to shape \((h^{1,2}, h^{1,2}-1)\).

Parameters:

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

Returns:

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

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