-
I found a solution for the rotation problem:
```
KDL::Rotation rotation(m[0], m[1], m[2],
m[3], m[4], m[5],
m[6], m[7], m[8]);
double rX, rY, r…
-
> Hi I am facing a similar issue
>
>
>
> I package my python application into a wheel file .pyc and .pyi files
>
>
>
> Pylance reports the following error since it expects .py files
>
> `Import…
-
**Is your feature request related to a problem? Please describe.**
Current mot file converter is not flexible for command line interface and for adding target device. Maybe we need to re-design it …
-
```
What steps will reproduce the problem?
1. Use http://www.rz.rwth-aachen.de/pac in a Proxy Profile "A"
2. Use "A" in a Switch Rule (other than the default rule)
3. Save and switch to Auto-Switch Mo…
-
Hi. I just stumbled over this project due to https://www.youtube.com/watch?v=2xAk-wegS9o&t=259
And once I looked at your project, I figured the code below might be useful to you. It was featured in t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Improvements for the surface finish symbol in TechDraw to support older drawings acc…
-
```c++
BOOST_AUTO_TEST_CASE(must_have_a_valid_addition_assignment)
{
int x = 3, y = 5, z = 6;
(x += y) += z;
CRational rx(3);
CRational ry(5);
CRational rz(6);
(rx += ry) += rz…
-
https://lottiefiles.github.io/lottie-docs/playground/json_editor/ doesn't recognize rotaiton related properties ("rx", "ry", "rz") and Orientation ("or")
example file: https://github.com/LottieFil…
-
Currently `rz-bin -H /bin/ls` output is rather short and not decoded properly
```
[i] ℤ rz-bin -H /bin/ls …
-
Issue Description
-----------------
Converting a QASM2.0 circuit to `native_quil` does the not preserve the circuit. There are two obvious errors-
1. It adds extraneous single qubit and multi-qub…