Uses of Class
com.quantum4j.transpile.PassManager
Packages that use PassManager
Package
Description
===============================================================
Quantum4J Transpiler Architecture – IMPORTANT RULES
===============================================================
ALL TranspilerPass implementations MUST follow these rules:
1.
-
Uses of PassManager in com.quantum4j.transpile
Methods in com.quantum4j.transpile that return PassManagerModifier and TypeMethodDescriptionPassManager.addPass(TranspilerPass pass) Append a transpiler pass to the pipeline.