qudit_sim.HamiltonianBuilder.add_crosstalk

HamiltonianBuilder.add_crosstalk(source, target, factor)

Add a crosstalk term from the source channel to the target qudit.

Parameters
  • source (Hashable) – Qudit ID of the source channel.

  • target (Hashable) – Qudit ID of the target qudit.

  • factor (complex) – Crosstalk coefficient (\(\alpha_{jk} e^{i\rho_{jk}}\)).

Return type

None