Markus Hauru
Markus Hauru
Hi Xinliang, As a quick hack for the Z2 case, what you wrote doesn't seem bad to me. I'm a little hesitant to implement something like this more generically though,...
Ah yes, I now remember you talking about the issue of the oscillating bond dimension. Looking forward to reading your paper! One thing that might work is providing a way...
Hi @tellenbach! What's the advantage of `opt_einsum` over Numpy's own `einsum` with contraction order optimisation?
This is now implemented in `jax.experimental`: https://github.com/google/jax/blob/main/jax/experimental/compilation_cache/compilation_cache.py (I had nothing to do with the implementation.) Not sure if the docs have this yet, but all you need to do is...
It's been 3 years, I can't recall at all, sorry.
When running `docker compose up` on my ARM Mac, the elasticsearch container fails with ``` elasticsearch-1 | [2024-04-25T10:37:39,214][INFO ][o.e.t.TransportService ] [k_2zKtx] publish_address {172.21.0.2:9300}, bound_addresses {[::]:9300} elasticsearch-1 | [2024-04-25T10:37:39,226][INFO ][o.e.b.BootstrapChecks ]...
Any plans to upgrade to ElasticSearch 7, or 8, in general? If I find a time I might submit a PR for docs to mention this for ARM users.
I tried running the REST API request for creating a database manually using [this](https://learn.microsoft.com/en-us/rest/api/postgresql/flexibleserver/databases/create?view=rest-postgresql-flexibleserver-2022-12-01&tabs=HTTP#code-try-0), but couldn't get it to work.
@Iain-S just pointed out that removing the `collation="English_United States.1252"` makes this problem go away.
Thanks @alyst!