Raphaël Robidas
Raphaël Robidas
The current method of generating multiplets (splitting multiple times into doublets) scales exponentially with the multiplicity. An alternative way to generate multiplets was implemented using binomial coefficients. It's faster for...
**Describe the bug** A user is able to create multiple cluster accesses with the same address (e.g., with different accounts on the cluster). However, this causes issues when trying to...
**Is your improvement related to a problem? Please describe.** Currently, ensembles can be "flagged" to specify that they are important. Flagged ensemble will end up in the folders of the...
**Is your improvement related to a problem? Please describe.** The page of an ensemble created by a failed calculation does not show any useful information:  This is also the...
**Is your feature request related to a problem? Please describe.** Sometimes, the input files produced are different from the expected results. To verify that they are correct, one must launch...
Closes #8719 - [ ] Tests passed (not all tests pass on the upstream HEAD) - [x] Passes `pre-commit run --all-files`
**Describe the issue**: [The current documentation regarding SchedulerPlugin with full task state access](https://distributed.dask.org/en/stable/plugins.html#accessing-full-task-state) gives the following code as example: ```python from distributed.diagnostics.plugin import SchedulerPlugin class MyPlugin(SchedulerPlugin): def __init__(self, scheduler): self.scheduler...
**Describe the issue**: The worker profile has a limited span and older data seems to be lost. For example, with the minimal example below, the total CPU time is 24...
**Describe the bug** While running the following code: ```python import numpy as np import dace def sub_fn(x) -> dace.float32[3]: STATIC_DATA = { 1: 1.06, 2: 0.98, 3: 99.7, } stuff...
**Describe the bug** I have been getting this error after the internal coordinates of some large systems are rebuilt. Many atoms are frozen and this seems to be part of...