I'm using Qiskit transpile
with optimization_level=3
. I was wondering if CSP layout selector is always the first algorithm tried by Qiskit, also if I set as layout_method='noise_adaptive'
or other methods.
If not, how to force the transpiler to use CSP layout selector? I tried with layout_method='csp_layout'
, but I get the following exception:
qiskit.transpiler.exceptions.TranspilerError: 'Invalid layout method csp_layout.