-
As noted by @khsrali and me when trying out the new FirecREST implementation. So maybe not the most general example, but this is where it occurred for me: Say, one installs `aiida-firecrest` and submi…
-
- `aiida-core==2.6.1`
I got following error when I try to delete a profile, not sure what happened. Seems it ask me for the password to DB but I got no chance to input the password.
```
❯ verdi…
-
When trying to create an archive:
```python
verdi archive create -G workchain/relax -- relax_workchains.aiida
```
I'm running into the following error
```python
sqlalchemy.exc.Operational…
-
The current behaviour w.r.t. `RemoteData` object is to copy/symlink all its content in the current folder. But this creates an issue of handling files with the same names (e.g. #58). It becomes especi…
-
```
#!/bin/bash
if [ $( verdi process list | grep RUNNING | wc -l ) -ne $( yastatus | grep RUNNING | wc -l ) ]; then
echo "AiiDA-Yascheduler consistency error!";
fi
```
-
Would you consider adding a [CITATION.cff](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) file to your reposi…
-
@CasperWA has implemented https://github.com/aiidateam/aiida-optimade, which is essentially a specialised aiida server for optimade (mainly focused on querying for `StructureData`).
We should think i…
-
### Describe the problem
Looking at the yes/no prompt of `verdi computer delete`
```bash
$ verdi computer delete
Report: This computer has 0 associated nodes
Report: 0 Node(s) marked for deletio…
-
### Is your feature request related to a problem? Please describe
A number of French HPCs only allow an authentication by password. By modern safety standards this is considered as not safe but it …
-
## Motivation
The current API, for interfacing with compute resources (local computer, remote cluster, HPC, etc) is principally split into two components:
1. The `Transport` class handles interf…