Skip to content

Commit

Permalink
Update samples/python_interop/qiskit.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Mine Starks <[email protected]>
  • Loading branch information
idavis and minestarks authored Sep 6, 2024
1 parent 750b622 commit c923ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/python_interop/qiskit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"#### Unsupported language features, `QasmError`, and `QSharpError`\n",
"The modern QDK's interop with Qiskit is based on Qiskit's OpenQASM 3 support. Qiskit supports a subset of OpenQASM 3 features which may cause issues during conversion.\n",
"\n",
"If the Qiskit OpenQASM `Exporter` or OpenQASM parser don't support the feature yet, a `QasmError` is raised prior to conversion. When an OpanQASM parsing failure occurs, this is likely an issue with the Qiskit libraries parsing and/or export functionality. Additionally, failure to transform the OpenQASM into Q#'s internal representation will throw a `QasmError`. This is most likely due to a semantically invalid OpenQASM program as input or an unsupported language feauture is being used.\n",
"If the Qiskit OpenQASM `Exporter` or OpenQASM parser don't support the feature yet, a `QasmError` is raised prior to conversion. When an OpenQASM parsing failure occurs, this is likely an issue with the Qiskit libraries parsing and/or export functionality. Additionally, failure to transform the OpenQASM into Q#'s internal representation will throw a `QasmError`. This is most likely due to a semantically invalid OpenQASM program as input or an unsupported language feauture is being used.\n",
"\n",
"If the program can't be compiled to QIR, has invalid input bindings, or encounters a runtime error, a `QSharpError` is raised.\n",
"\n",
Expand Down

0 comments on commit c923ce5

Please sign in to comment.