aiida-core icon indicating copy to clipboard operation
aiida-core copied to clipboard

The official repository for the AiiDA code

Results 266 aiida-core issues
Sort by recently updated
recently updated
newest added

### Describe the bug Calculations end up hanging in `waiting` status due to some AuthenticationException. The `verdi process report` command returns the following traceback: ``` bash +-> ERROR at 2022-06-13...

type/bug

### Is your feature request related to a problem? Please describe It seems to me that since 3a36afb3d0d08d3b5048c4337ab8b59217fbfefd by @sphuber , all `CalcJob` classes now display a new input: the...

type/feature request
topic/documentation

When doing `verdi process list` one can specify to only list the processes from a group by providing it with the `-G` option, but the command only seems to accept...

topic/verdi
type/feature request
topic/groups

Fixes #5535 When appending the `Node` first and the `Group` second when joining the two, the querybuilder will return a row for each node in the group as opposed to...

Enable compression by default for `verdi storage maintain`. At moment the storage backend (disk-objectstore) has compression configured, but not used by default during the maintainance operation. This is because `pack_all_loose`...

The `tempfile.mkdtemp()` is used in many places in the code to create a temporary directory, that is later cleaned up manually (e.g. with `shutil.rmtree`). The drawback of this is that...

priority/quality-of-life
type/refactoring

Currently, trying to `verdi computer delete` a computer on which calculations have run results in an error like ``` Message: '\x1b[22mUnable to delete the requested computer: it is possible that...

type/feature request

### Describe the bug I've encountered an issue where `verdi quicksetup` fails to create a new profile on Ubuntu 20.04 with AiiDA 2. I have another, separate AiiDA 1.6.x installation...

type/bug

@danieleongari reports the following error when submitting ~200 workchains with aiida-core 1.6.1 ``` 2021-04-27 16:41:13 [26387 | ERROR]: Traceback (most recent call last): File "/home/daniele/anaconda3/envs/aiida_py38/lib/python3.8/site-packages/aiida/manage/external/rmq.py", line 208, in _continue result...

type/bug
priority/critical-blocking
topic/query-builder
topic/engine