-
I noticed that the sound-reactive lighting doesn't seem to work on my GK64 anymore. I'm running version 1.8 on Mac OS.
I believe this may have happened as a result of my attempt to try out a bunch …
-
My WFsim version is 0.4.1
I was trying to load the configure needed
`config = straxen.get_resource('https://raw.githubusercontent.com/XENONnT/'
'strax_auxiliary_files/master/fax_fi…
-
It assumes that the batch dimension can be modified, but something like e.g.
```
z = (batch, channel)
def g(self, t, y):
return torch.stack([z, y], dim=2)
```
will then throw an error becaus…
-
Some protocol/scanner combinations require starting the scanner multiple times (as an example, some GE scanners cannot collect more than 150 (160?) volumes in a single scan, so if you want to collect …
-
I've been struggling to create a simple simulation of a protein-ligand complex.
Seems like there might be multiple ways of doing this with different combinations of extra toolkits (openmmforcefields,…
-
According to rstan, the following model will not work in future:
```
functions{
int[] vecequals(int[] a, int test, int comparison){ //do indices of a match test condition?
int check[size…
-
#### New Feature Suggestion:
Add a Wiener likelihood function with intrinsic trial to trial variability in the drift rate, titled the "Ratcliff" likelihood function
#### Description:
Adding a parame…
-
Hi all,
first of all, I would like to congratulate all the JuliaDiffEq team, it seems to me that the DifferentialEquations.jl suite is really complete and powerful.
I have performed some tests …
-
arXiv论文跟踪
-
## Description
ito process as numerical solution of stochastic differential equation, solved by potentially various of schemes. The easiest ones are Euler-Maruyama and its variants.
## Example
Th…