diff --git a/releasenotes/notes/parallel_passmanager_run-1d2173d33854e288.yaml b/releasenotes/notes/parallel_passmanager_run-1d2173d33854e288.yaml new file mode 100644 index 0000000000..96a5aac98b --- /dev/null +++ b/releasenotes/notes/parallel_passmanager_run-1d2173d33854e288.yaml @@ -0,0 +1,12 @@ +--- +features: + - | + When ``passmanager.run(...)`` is invoked with more than one circuit, the transpilation of + these circuits will run in parallel. +upgrade: + - | + `dill ` was added as a requirement. This is needed to enable running + ``passmanager.run()`` in parallel for more than one circuit. +issues: + - | + The feature for transpiling in parallel when ``passmanager.run(...)`` is invoked with more than one circuit is not supported under Windows. See #2988. \ No newline at end of file