Chapter 8 – Optimizing and Visualizing Quantum Circuits
Question 1
Can you name two components of the transpiler?
Answer
Pass and PassManager.
Question 2
Which component allows you to specify the passes to use?
Answer
PassManager is used to specify which passes are used and which passes can communicate with other passes.
Question 3
What is the default optimization_level
value when running the transpile() function?
Answer
Optimization level 1.
Question 4
Name the three Layout Selection Passes.
Answer
Trivial, Dense, and Sabre.