-
Just as an suggestion:
It's important to correctly take into account the Blatt-Weisskop barrier factors in production and decay:
For example in the process:
J/psi --> gamma f2
…
-
On a fresh checkout and build of Hydra on CentOS 7, CUDA 9.2 master or develop, I get the error:
```
/home/schreihf/git/fitting/Hydra/hydra/functions/detail/wigner_d_matrix.h(61): error: more than…
-
Unrelated PRs are failing the same way:
```console
...
+[[ -n numpy scipy gmpy2 matplotlib theano llvmlite autowrap cython wurlitzer python-symengine=0.3.* tensorflow numexpr ipython antlr-python-r…
-
Trying to run shrec17 example in a conda3 docker image with Python 3.6 [cuda-9.0 NVIDIA drivers 384.111] I faced the following error:
```
{'num_workers': 1, 'batch_size': 32, 'dataset': 'train', '…
-
Many of our recent papers including [arXiv:1706.00023](https://arxiv.org/abs/1706.00023) and [arXiv:1711.04789](https://arxiv.org/abs/1711.04789) have focused on simulating the electronic structure Ha…
-
Executing the lines
```
ferm_op = FermionOperator('2')
n_modes = 5
qubit_op = binary_code_transform(ferm_op, parity_code(n_modes))
print(qubit_op)
```
yields
```
0.5 [Z1 X2 X3 X4] +
(-0-0.5j…
-
When using the package wigner_9j from sympy.physics.wigner it gives wrong results for some specific wigner 9j symbols. The example given below does in fact only have integer or half-integer input and …
-
When using the package wigner_9j from sympy.physics.wigner it gives wrong results for some specific wigner 9j symbols. The example given below does in fact only have integer or half-integer input and …
-
The InteractionOperator class provides a convenient matrix represention of fermionic operators that conserve particle number and spin. However, there is another class of operators that I'd like a conv…
-
Very often we would like to analyze properties of operators on a restricted particle number manifold. For instance, many (in fact nearly all) simulation algorithms depend in some way on the norm of ||…