-
Updated
Mar 24, 2021 - Java
SDK
The term SDK stands for software development kit. It is a collection of tools that allow developers to build software for specific platforms. An SDK can consist of (but is not limited to) a compiler, debugger, libraries, documentation, and code samples.
Here are 5,021 public repositories matching this topic...
-
Updated
Mar 18, 2021 - PHP
-
Updated
Mar 24, 2021 - TypeScript
-
Updated
Mar 23, 2021 - C#
-
Updated
Mar 25, 2021 - C++
-
Updated
Mar 25, 2021 - Dart
-
Updated
Mar 24, 2021 - JavaScript
-
Updated
Mar 13, 2021 - C++
-
Updated
Mar 25, 2021 - C++
-
Updated
Mar 25, 2021 - JavaScript
Feature Request
Describe the problem you need a feature to resolve.
I want to know when new operator-sdk binary and plugin versions are available when running certain operator-sdk commands
Describe the solution you'd like.
When I run an operator-sdk command, I want t
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 25, 2021 - C#
Take the following example:
from qiskit import QuantumCircuit
from qiskit.circuit.library import ZGate
qc = QuantumCircuit(3)
qc.append(ZGate().control(2, ctrl_state='01'), range(3))The text and latex drawer outputs are the following:
qc.draw('text')
q_0: ─■─
│
q_1: ─o─
│
q_2: ─■─qc.draw('latex')

Bug Report Checklist