-
Nishimura et all (2020) propose an HMC integrator that should work well discontinous likelihoods and hence also for discrete parameters. I was wondering if this could be added to AdvancedHMC as it h…
-
Hi
I attempted to fit periodic ab initio data using GROMACS. Below are the details in the shot.mdp file:
integrator = md
dt = 0.001
nsteps = 0
nstxout = 0
nstfout = 1
nstenergy = 1
nstxtco…
-
-
Hi everyone,
Turns out doing a PhD takes a lot of time and effort and it turns out my PhD has nothing to do with nested sampling, so it's been hard to find time to devote to this project. I would b…
-
In http://git-blame.blogspot.fr/2012/01/using-signed-tag-in-pull-requests.html Junio explains:
> Starting from Git release v1.7.9, a contributor can add a signed tag to the commit at the tip of the h…
book updated
11 years ago
-
https://github.com/Nikolinjho/web-integrator/blob/f949631fe3abf6afc503de33e3242785a26d6c50/src/App.vue#L115
Можно написать без строгой привязке к количеству различных примитивов в изначальном масси…
-
C:\Users\wouter\Documents\2013\B-station\2D-detector\PyFai\PyFAI_184_40keV>pyFAI
-integrate.py data1.tif
WARNING:root:Exception No module named fftw3: FFTw3 not available. Falling back
on Scipy
Dump!
…
-
* [ ] Port energy kernels (easy)
* [ ] Port Demag (easy-ish)
* [ ] Port time integration (hard)
Unless we can get SUNDIALS GPU working, would have to ditch this and write own integrator. At the m…
-
### Description
I have the following small model:
```modelica
model whenReinit
Real x(start=0);
equation
der(x)=3;
when time >0.5 then
if x>1 then
reinit(x,4);
else
…
-
In http://fiware-iot-stack.readthedocs.io/en/release-v4.1/device_api/index.html#configure-the-south-bound-protocol there is no x-auth-token header.
I know this is not necesary from the point of vi…