pygsti.algorithms.randomcircuit.create_random_germpower_mirror_circuits#
- create_random_germpower_mirror_circuits(pspec, absolute_compilation, depths, qubit_labels=None, localclifford=True, paulirandomize=True, interacting_qs_density=0.125, fixed_versus_depth=False, seed=None)#
TODO: docstring length : consistent with RB length.
- Parameters:
pspec (<TODO typ>) – <TODO description>
absolute_compilation (CompilationRules) – Rules for exactly (absolutely) compiling the “native” gates of pspec into clifford gates.
depths (<TODO typ>) – <TODO description>
qubit_labels (<TODO typ>, optional) – <TODO description>
localclifford (<TODO typ>, optional) – <TODO description>
paulirandomize (<TODO typ>, optional) – <TODO description>
interacting_qs_density (<TODO typ>, optional) – <TODO description>
fixed_versus_depth (<TODO typ>, optional) – <TODO description>
- Return type:
<TODO typ>