-
I want to run multiple consecutive shell jobs on a specific remote computer. The output data files of one job should be the input data files of the next.
I see that specifying a `RemoteData` as inp…
bilke updated
6 months ago
-
I tried to share one of my aiidalab_qe results with a collaborator that has aiidalab_qe app for them to visualize the results.
Though using `verdi archive create my-calculations.aiida --nodes pk` i…
-
Perhaps this in an unpopular opinion, but what is the motivation for allowing multiple arrays to be stored in a single ArrayData object?
In the use case where there is only one array, one of the te…
-
As we learned during the hackathon, when overriding default values of existing ports in the `spec` of a `CalcJob` or `WorkChain`, it is best practice *not* to redefine the port
```python
spec.inpu…
-
This is an issue to discuss the possibility of adding a verdi command (`verdi stats`) so that the user can generate a text file with information of their AiiDA usage that developers could then use to …
-
We are testing the AiiDA backup script. In this `verdi storage backup` command, `rsync` is needed. Since the backup is very important, I suggest adding it to the image, so that users don't need to ins…
-
First, thanks for the nice tool! We used in with [`aiida-hyperqueue`](https://github.com/aiidateam/aiida-hyperqueue).\
I am not sure if it is proper to paste the whole trace of error in the issue, …
-
Due to the limited heartbeat timeout that is set by the default configuration of the RabbitMQ server (see #1821), the connection of daemon workers are often closed by the server. Given the contract of…
-
Hi @CasperWA , while checking skipped tests, I came across this:
https://github.com/aiidateam/aiida-core/blob/46af33022f49234307534c40089c0865103e4665/tests/cmdline/commands/test_import.py#L148-L162
…
-
Hi everyone,
in `write_structure_block` function the `get_dimensionality` method from AiiDA's `StructureData` class is used to compute dimensionality and write Lammps input files. The problem is that…