-
Updated
Dec 14, 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,929 public repositories matching this topic...
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 15, 2021 - Dart
-
Updated
Dec 15, 2021 - C++
-
Updated
Dec 15, 2021 - C#
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Dec 13, 2021 - C++
-
Updated
Dec 15, 2021 - C++
What i
-
Updated
Dec 15, 2021 - JavaScript
-
Updated
Nov 29, 2021 - Python
-
Updated
Dec 14, 2021 - JavaScript
What is the expected enhancement?
Allow using RX and RXX as basis gates by adding appropriate entries to the equivalence library:
RZ = H RX H(andRZZ = HH RXX HH)RY = Sdg RX S(and equivalently for 2 qubits)
Currently this translation is not supported:
>>> from qiskit import QuantumCircuit, transpile
>>> qc = QuantumCircuit(1)
>>> qc.ry(0.1, 0);
>>> tr-
Updated
Dec 11, 2021 - Python
-
Updated
Dec 11, 2021 - PHP
-
Updated
Dec 14, 2021 - Objective-C
-
Updated
Dec 14, 2021 - TypeScript
Seeing PGO: UNKNOWN is not implemented yet! printed out when parsing the following assembly
global main
extern GetStdHandle
extern WriteFile
section .text
main:
mov rcx, 0fffffff5h
call GetStdHandle
mov rcx, rax
mov rdx, NtlpBuffer
mov r8, [NtnNBytesToWrite]
mov r9, NtlpNBytesWritten
sub rsp, 40
mov dword [rs-
Updated
Dec 12, 2021 - Python
Problem:
Right now the user needs to manually configure their IDE path for VSCode in order to have all IDE tooling running properly. This causes some support issues to be opened, need to view the documentation, and also a less ideal Dev experience.
Solution:
When the developer does fvm use <version> fvm should automatically detect the IDE and configure the version if it has not be
-
Updated
Nov 19, 2021 - PHP
-
Updated
Dec 15, 2021 - Go
-
Updated
Mar 17, 2017 - Java
- Wikipedia
- Wikipedia


Bug Report Checklist