-
Sadness in four steps
```
In [60]: s = StructureData(cell=None)
In [61]: s.cell
Out[61]: [[0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]
In [62]: s.cell_lengths
Out[62]: [0.0, 0.0, 0.0…
-
`dakota.study` entrypoint added successfully using `pip install .` in aiida-dakota directory while in the aiida instance
code created successfully from dakota executable and with the 'dakota.study'…
-
## Motivation
Even advanced users might not fully understand where data is stored (DB, repository, configuration file, ...). This is currently also virtual-environment based. If I want to know all …
-
## Motivation
Integrate the OPTIMADE API as a first-class citizen into the AiiDA ecosystem. This will enable AiiDA users to import and export structure data easily using the OPTIMADE API, providing…
-
```
# verdi process list -a -p7
PK Created Process label Process State Process status
---- --------- -------------------------- --------------- --------------------------…
-
I got an error when I using `Convergence` WorkChain with `CreateEvaluationWorkChain` to combine a WorkChain and a evaluate calcfunction process. The exception is long so I only paste part of it.
``…
-
To gain an overall view of feature requests related to WorkGraph, I'm opening this issue to collect and track them in one place. While creating individual issues for each request is also beneficial, t…
-
I have a strange problem on a clean quantum mobile machine.
Executing the command `(aiida) max@qmobile:~$ systemctl --type=service` shows that AiiDA daemon is still activating
```
UNIT …
-
## Motivation
Currently, when one wants to run a code through AiiDA, there is quite a bit of setup that needs to be done. If one is lucky and a `CalcJob` plugin already exists, before it can be use…
-
## Motivation
Currently, the AiiDA engine will submit one job to the scheduler for each calculation job.
The ability to run multiple AiiDA jobs inside one scheduler job has several use cases:
1…