-
A motivation is to support $R_{x}, R_{y}, R_{z}$. It would be nice if the following syntax is possible.
```tex
\definebox[required_attrs={value}]{ry}{$R_t \left( \yquant@lang@attr@value \right)$}
\…
-
I've configured the plugin as attached.
![piwik1](https://user-images.githubusercontent.com/37375199/37410247-7b4fe002-27a0-11e8-873c-b28d9b026307.png)
![piwik2](https://user-images.githubuserconten…
ghost updated
4 years ago
-
When using movel, I always get a not iterable-error. Has anyone had a similar problem?
```
from urx import Robot
from time import sleep
rob = Robot("169.254.1.2")
#tool center point (tcp) i…
-
(math) kd636624@login-g:~/demo/math/VoxelNet-tensorflow[1053]$ python3 train.py --max-epoch 20
2021-03-25 14:21:03.448203: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not lo…
-
I have 2 motion plus inside controllers, one a friend gift me and one that I bought, I can get access to all stats in the WPADData but everything related to the expansions doesnt work properly, I have…
-
The problem is that analog axes on game controllers are a complete mess:
* Flight simulation controls report roll = X, pitch = Y, throttle = Z, yaw = rZ.
* The de facto standard for HID game pads is…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
The TOFFOLI gate is universal and at times a user may wish to keep the Hadamard gate (SNOT) along with CNOT to implement certain algorithms. For example the [ICM algorithm](https://raw.githubuserconte…
-
```python
def _decompose_cnot_rotation(cmd):
""" Decompose CNOT gates. """
qureg = Qureg(cmd.control_qubits + cmd.qubits[0])
H = QubitOperator("Z0 X1")
T = TimeEvolution(-cmath.pi…
-
The following error occurred for me while running the quilc test suite several weeks ago, but I have not been able to reproduce since. It recently came up in a slack discussion thread @ecpeterson als…