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

Fixes #4726 The interface for this feature is still being discussed, hence WIP.

As mention in #4543 When checking the source of the process function over MaterialCloud discover(or when explore the aiida archive of others), the whole source file returns and show makes...

Fixes #4170 If a `TrajectoryData` does not contain an array `cells` the `get_step_data` method should define and return `cell = None`. There was a typo that caused an error in...

A number of key external packages and plugins should be updated to make sure they work with 2.0. I suggest to do the work as soon as the RC is...

type/feature request

- [x] [AiiDA Troubleshooting Documentation](https://aiida.readthedocs.io/projects/aiida-core/en/latest/intro/troubleshooting.html) - [x] [AiiDA Users Forum](https://groups.google.com/forum/#!forum/aiidausers) ### Describe the bug This problem happened when chain the `PwBaseWorkChain` and `PwBaseWorkChain` in a Workflow and using QE plugin...

type/bug
topic/caching

Internally, `disk-objecstore` provides all the functionality to show a progress bar when doing a full repack (so, at least for the `--full` option of `verdi storage maintain`). Since the process...

topic/repository
topic/verdi
type/feature request

I get this error when I run `verdi -p default storage migrate`: ``` Report: Migrating to the head of the legacy django branch Traceback (most recent call last): File "/Users/pizzi/.virtualenvs/aiida-dev/bin/verdi",...

type/bug

I was generating a large graph (many many nodes) and I got this exception: ``` Traceback (most recent call last): File "/Users/pizzi/git/aiida-core/aiida/orm/implementation/django/nodes.py", line 242, in get_attribute KeyError: 'mesh' The above...

type/bug
topic/repository

When plotting BandsData, the distance computation does not take into account when all the high symmetry points have a label in self.labels, https://github.com/aiidateam/aiida-core/blob/bab1ad6cfc8e4ff041bce268f9270c613663cb35/aiida/orm/nodes/data/array/bands.py#L477-L481 which leads to a situation where, if...