-
### Description
A prime number that is one less than a power of two. Example: 31 (which is 2^5 - 1).
I can add a Mersenne Prime number calculator which can check if a number is Mersenne Prime numb…
-
Hi,
I am new to R and trying to install seqtime, however the error showed below:
devtools::install_github("hallucigenia-sparsa/seqtime")
Downloading GitHub repo hallucigenia-sparsa/seqtime@HEAD…
-
It is usual in the math literature to capitalize the words "Theorem", "Definition", "Axiom", etc. when referring to a numbered statement, e.g., "by Theorem 1.2", or "see Proposition 2.1 of [Megill]". …
-
I only just now realized that random number generation on C++ standalone is slow compared to Cython/numpy. E.g., with a trivial example like:
```python
G = NeuronGroup(10000, 'x : 1')
G.run_regular…
-
### What should we add?
Currently the hashing of a Pauli operator is computed as `hash(self.to_label())`. It is basically asking for the label of the Pauli operator which is an expensive computation …
-
The documentation for the [``shuffle()``](https://docs.python.org/3.13/library/random.html#random.shuffle) function in the random module expresses concern that, for sequences of length larger than 208…
-
Improve the randomness for thread naming in the SetRandomThreadName function and enhances thread safety. Key changes include:
- Introduced a thread-local random device and Mersenne Twister engine f…
-
Hi! Could you please tell me which file is needed when I prepare the input file.
And when I write that "prefix='/usr/ROMSPath-master/lk/mm20_avg2012advC62_" in the term of romsoutput in the file ROM…
-
We now have, in essence, a parallelization that can run on the GPU.
The next goal is to parallelise to multiple GPUs and/or multiple CPUs. Since, as @ThomasWarford has pointed out, `pmap` does not…
-
This has been failing for at least a day:
``` julia
JULIA test/linalg
* linalg
exception on 1: ERROR: assertion failed: |b - :(*(apd,\(capd,b)))| 1.4432899320127035e-12
in error at error.j…