OliverAh
OliverAh
The data-structures introduced and used by the dwave-ocean-sdk mostly consist of several substructures that might or might not be native to python, e.g. the `class` `dwave.system.EmbeddingComposite` [1] consists of `properties`,...
I noticed, solving a system of ordinary differential equations (ODEs), the solution violates all equations. This system of equations, in combination with the chosen initial conditions, has a simple solution...
# 🐛 Bug Might also explain #2306. Potential bug, but since the [contributing guideline](../blob/v1.11/CONTRIBUTING.md) asks for specification of the issue I declared it as a bug right away. Please feel...
For inspecting a state obtained via `state = cudaq.get_state(...)`, there are basically 3 options. 1. `print(state)` 2. `print(state[i])` 3. `print(state.amplitude(bit_string))` Given the ususal cudaq-convention of using big-endian bitstrings, the previous...
Currently numpy is softly pinned as `numpy~=1.19.2`. Would it be possible to allow also versions of 2.x?
#### References to other Issues or PRs Fixes #28580 #### Brief description of what is fixed or changed `sympy.printing.dot.dotprint(...)` creates a string representation of expressions, to be rendered into graph...
### What I would like to do Visualize sympy expressions as graphs using `sympy.printing.dot.dotprint` in combination with the `graphviz` package. ### Problem When the expression is too long, an error...