format_classical_truth_table#
View source on GitHub
|
Get a formatted tabular representation of the classical truth table.
qualtran.simulation.classical_sim.format_classical_truth_table(
in_names: Sequence[str],
out_names: Sequence[str],
truth_table: Sequence[Tuple[Sequence[Any], Sequence[Any]]]
) -> str
View source on GitHub