-
```python
cat_code = orm.InstalledCode(
computer=orm.load_computer('localhost'),
filepath_executable='cat',
).store()
@task.graph_builder(outputs = [{"name": "cat_task", "from": "cat_…
-
I just noticed that if you run `aiida-pseudo install sssp`, the `SSSP v1.3 PBE efficiency` pseudo family will be installed.
In https://github.com/aiidateam/aiida-quantumespresso/pull/884, the proto…
-
Is this really necessary anymore?
The reasoning for this repo states:
> In order to not take up unneccesary disk space, when installing AiiDA
But the tests are no longer internal to the aiida…
-
When `aiida-shell` runs with some arbitrary command, like `cat`, an AiiDA `code` object is created automatically.
Part of this process is calling `which` to get the path to the arbitrary command:
…
-
The example from the doc does not work https://aiida-workgraph.readthedocs.io/en/latest/concept/task.html#Define-a-Task
```python
from aiida_workgraph.task import Task
class MyAdd(Task):
…
-
As noted with @rabbull, all ORM entities for the SQLite backends are contained in `storage/sqlite_zip/orm.py`, while the other SQLite-based storage backends then import from there, e.g.:
https://gi…
-
We should have an automated release workflow via GitHub actions, we can use the same thing as other repos in aiidateam.
After that I'd release 0.1 version for the current users to use. Any further (p…
-
The command if successful
```
$ verdi code export add@localhost code-setup.yml
```
returns nothing, but a message of the form
```bash
Success: Code add@localhost setup exported to file 'code-set…
-
Dear Pezhman,
As I mentionned in a separate message I would be happy to (try) help upgrading aiida_supercell to make it compatible with aiida_core 2.0.1. I currently use a conda installation of aii…
-
aiida-core 1.0 now ships with a number of fixtures for running tests, but there is clearly room for improvement.
We should decide which of the following features should also be included:
fixture…