-
Cadence v5 comes with plentiful new features that we can and should take advantage of.
This should have several subcomponents:
1. Replace current one-step-request with Cadence's `bestmatch` API …
-
## Reason
Because it is not used, was not used and I wouldn't recommend anybody using it. It is provably at least first order accurate but even for simple cases it fails to reach second order. Also, …
-
The n-dimensional Euclidean space is available in Sage in many variants.
This ticket brings the speed of the most basic operation (constructing the space) of `EuclideanSpace` (from sage-manifolds…
-
I am using voro++ in a program for analysis of molecular dynamics trajectories (i.e. 3D coordinates). The main part involves calculating Voronoi cells for each atom, and then determining the density o…
-
When I give matplotlib a annotation string such as
```
$\frac{A}{B} = C$
```
and I specify a fontsize of 18, the A and B are rendered at 12.6 pt, while the C is rendered at 18 pt. I want A, B, and C…
-
Note on approximate_distance = .true. vs. approximate_distance = .false.
approximate_distance = .true.
one close points, distance = 0. Can it really be zero? (un)lucky observation location?
![…
-
**Describe the bug**
Hi there, I installed the plugin in and most things are working great. There are a couple of slight issues I am noticing with my setup:
- I have the Master Controller in the Liv…
-
This problem has ~29k local dofs (352,080 global dofs on 16 processes). There are 7 constant monomial variables (I believe actually a maximum of 6 on a given subdomain). I am seeing more time spent in…
-
**Submitting author:** @obertscheiderfhwn (Christof Obertscheider)
**Repository:** https://github.com/obertscheiderfhwn/RTMsim
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.1
…
-
This ticket proposes a implementation of Reed Muller Codes. It contains:
two new code classes, QAryReedMullerCode and BinaryReedMullerCode, which implements the two classes of reed muller codes
…