-
Updated
Mar 11, 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 4,977 public repositories matching this topic...
-
Updated
Mar 4, 2021 - PHP
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Mar 4, 2021 - C#
-
Updated
Mar 10, 2021 - C++
-
Updated
Mar 12, 2021 - Dart
-
Updated
Mar 12, 2021 - JavaScript
-
Updated
Mar 11, 2021 - C++
-
Updated
Mar 12, 2021 - C++
-
Updated
Mar 12, 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 8, 2021 - Python
-
Updated
Mar 12, 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')
. And it requires numbers to be floats because it cannot validate ints. [PR to fix this has been made](https://github.com/dgrijalva
- Wikipedia
- Wikipedia
Bug Report