-
Hi,
A plugin for dynmat.x would be very helpful.
Thanks,
Rita
ghost updated
2 years ago
-
This is for instance an output I get, when running a CalcJob in ipython and then pressing CTRL+C multiple times:
```
Running a PwCalculation...
^C01/08/2021 07:38:04 PM aiida.engine.runners: [CRIT…
-
**General note:** Make any changes by opening a PR into the `tutorial-2021-intro-week` branch. I'm preparing a [wiki page with more information on MyST Markdown](https://github.com/aiidateam/aiida-tut…
-
The newly introduced ``get_scf_accuracy`` function now depends on the ``scf_iterations``
array in order to get information about how to slice the ``scf_accuracy`` array.
Unfortunately, the count o…
-
Although the POTCAR seems to have uploaded successfully, it shows that No POTCAR family available . All operations are carried out according to the instructions, and the file is also downloaded from t…
-
Note, this feature request is different from #4680 as in that asks how the configuration yamls that are consumed by `verdi computer setup` and `verdi code create` can use templating, but the template …
-
### Steps to reproduce
I use simple classproperty decorator:
```python
class classproperty(classmethod):
def __init__(self, fget):
if isinstance(fget, (classmethod, staticmethod)):
…
ghost updated
1 month ago
-
@pzarabadip ran into an issue where `verdi computer test` would hang
The reason is that `verdi computer test` runs `qstat -f` on this computer, which simply produces *enormous* output.
`qstat -f -…
-
In order to reproduce things in the python ecosystem, knowing the AiiDA version ([which is what people currently report on the archive](https://archive.materialscloud.org/2018.0001/v3)) isn't quite en…
-
I am currently trying different workchains on different hosts, some with a queuing system, some without.
One problem I frequently see is that daemon processes wait or hang. Example:
```
$ verdi p…