Sign outOpen workspaceSign in

State

Block-encoding of f(A)

The same shape of object as the one you started with, holding a function of the original matrix instead of the matrix. That it is still a block-encoding is what makes these transformations compose.

A state is an object you can be holding, named once so that two routes reaching the same thing are drawn as reaching the same thing. It says nothing about how you got here or where you can go next — that is entirely in the processes below.

This is a kind of

Anything that asks for one of these will accept this, because it is narrower. The reverse does not hold.

  • Block-encoding

    A unitary whose top-left block is the matrix you care about, divided by a subnormalisation α. Because the unitary has norm one, α is not a free parameter — it bounds the matrix, and it multiplies straight into every cost downstream.

  • Matrix you can query

    Some way of asking about a matrix without writing it down — sparse row and column oracles, a Pauli or LCU decomposition, a purification, or an explicit arithmetic rule. Which one you have decides which routes are open.

Narrower kinds of this

No state in the vocabulary is recorded as a narrower kind of this one.

Records that are this object

Nothing in the catalogue has been joined to this state. That is a gap in the join rather than a claim that no such object exists; the shelf on /repository lists what is joined and what is not, with the reason.

Work that arrives here

  • Matrix function

    Given a block-encoding of AA and a target function ff bounded on [1,1][-1,1], produce a circuit whose designated block is an ε\varepsilon-approximation of ff applied to the singular values (or eigenvalues) of AA.

Work that starts here

No process asks for this by name. The ones below ask for something broader, and this is a kind of it — so they take it as it stands.

Also accepted where something broader is wanted

These ask for an object this one is a kind of. Narrowing composes in that direction and only that direction: handing on something broader than a process asks for would be a skipped conversion.

  • Matrix function

    Given a block-encoding of AA and a target function ff bounded on [1,1][-1,1], produce a circuit whose designated block is an ε\varepsilon-approximation of ff applied to the singular values (or eigenvalues) of AA.

  • Block-encode a matrix

    Wrap an operator AA inside a larger unitary UU so that A/αA/α sits in UU's top-left block, giving every routine above it one uniform way to touch the matrix. The subnormalization αα and the ancilla count are outputs of this layer, not free parameters.