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

The official repository for the AiiDA code

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

The new version `kiwipy==0.8` and `plumpy==0.22` provide compatiblity with newer versions of `aio-pika==9.0` which comes with various connection stability improvements.

New interface makes fewer assumptions about how an implementation should submit or kill job, or how information about active jobs is to be retrieved.

I see the CI test on docker image failed randomly, this probably can solve the issue.

After generate the `aiida-core-dev` image for both arm64 and amd64, it requires an extra step to merge the manifest so it appears in the registry in one entry. Then it...

### Describe the current issue It is mentioned by user that when issue happened to services (i.e RMQ and PostgreSQL) installed by conda, it has slightly different commands and service...

topic/documentation

Currently, we have `verdi calcjob inputcat/outputcat` for `CalcJob`, but there is no straightforward way to dump the inputs/outputs of a `WorkChain` to some files. The use case of this can...

priority/critical-blocking

fixes #6214 I remove the redundant version and I still keep the major version (TBD), maybe we can remove the core version.

#6245 introduced a key-alias mapping in the backend for various `QueryBuilder` keys. https://github.com/aiidateam/aiida-core/blob/8ac6424108d1528bd3279c81da62dd44855b6ebc/src/aiida/storage/psql_dos/orm/querybuilder/main.py#L42-L70 This takes care of all known aliasing required for the postgresql backend, leaving the key aliasing mechanism...

topic/documentation

### Describe the bug I just tried to import an aiida archive file with `verdi archive import archive.aiida`. The operation failed due to a permission issue --- the file was...

good first issue

This PR adds functionality to back up an AiiDA profile.