-
as stated in paper only Twitter data set may show real code performance
which dataset from
http://deim.urv.cat/~manlio.dedomenico/data.php
should be used and what is python code file to build an…
-
Hi, when computing the expected value of an operator (here the occupation number of one site in a 1D Bose Hubbard Model) I get different values whether I use symmetries or not when creating the basis.…
-
We need to have a docs website when launching boson. We can probably just go with a static GitHub Pages site maybe at boson.doublechain.org or something. Or probably have a separate repo to have our h…
-
Current Java API:
static Boson extractor(String expression, Consumer extractFunction) {
return new BosonExtractor(expression,extractFunction);
}
The goal is to get the generic type T at ru…
-
You are member of the CERN Movies Club and have created a new video for the upcoming Higgs Boson Party at 01/09/2017. CERN Document Server (CDS) released a new platform for videos, your task is to up…
-
For those repositories that I stored at github or gitlab and that are (most likely) not yet forked, rewrite history and clean up using variants of `git filter-branch ... prune-empty`. I recently learn…
-
The `memory_layout` changes when passing a Green's function as a `gf_view` or `gv_const_view` to a python wrapped c++ function. If I use `gf const &` instead the `memory_layout` is preserved.
This …
-
## `double start`
* Obviously this is for local nodes only.
* Starts the current project. If already running, print a message to suggest `double restart`.
* If no configuration found, start the "…
-
The following snippet throws a `ValueError: cannot cast types` at the last line.
We need a check for compatibility I guess of the dtypes of the lists I guess.
```
from quspin.operators import …
-
There should be a default and per-project configuration file, possibly `boson.json`. Truffle has [a few configurations](http://truffleframework.com/docs/advanced/configuration) we can use as a startin…