We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add8a86 commit 855da1eCopy full SHA for 855da1e
mpqp/core/languages.py
@@ -18,6 +18,8 @@
18
19
20
class Language(Enum):
21
+ """Enumerate containing all the supported languages."""
22
+
23
QISKIT = 0
24
MY_QLM = 1
25
BRAKET = 2
0 commit comments