-
Updated
Dec 27, 2021 - Python
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 506 public repositories matching this topic...
-
Updated
Dec 11, 2021 - Python
-
Updated
Dec 12, 2021 - Python
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 8, 2021 - Python
-
Updated
Sep 8, 2021 - Python
-
Updated
Nov 17, 2021 - Python
-
Updated
Apr 29, 2021 - Python
-
Updated
Dec 30, 2021 - Python
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
the dependencies described in requirements has strict version number, which will cause some packages conflicts, especially the commonly used packages like pandas, grpcio,
Describe the solution you'd like
use >= , <= to restrict the requireme
I'm trying to transfer spl token from acc1 to acc2 using a payer as a totally different account acc3.
So, I have a token client: client = Token(...., payer=acc3).
When I call client.transfer() it fails with:
{'code': -32002, 'message': 'Transaction simulation failed: Attempt to debit an account but found no record of a prior credit.', 'data': {'accounts': None, 'err': 'AccountNotFound', 'logs
-
Updated
Dec 21, 2021 - Python
-
Updated
Nov 26, 2021 - Python
-
Updated
Dec 17, 2021 - Python
-
Updated
Dec 2, 2021 - Python
-
Updated
Nov 8, 2021 - Python
-
Updated
Dec 28, 2021 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Oct 27, 2020 - Python
- Wikipedia
- Wikipedia
Environment
What is happening?
The example for the plot_bloch_multivector doc looks broken - https://qiskit.org/documentation/stubs/qiskit.visualization.plot_bloch_multivector.html#qiskit.visualization.plot_bloch_multivector
The example is trying to visualize a bell state and the entanglement isn't clearly visualizable with bloch sphere