Edan Bainglass
Edan Bainglass
I have two methods in my `Gradient` class that I would like to overload as `scalar_product`: ``` def scalar_gradient_product(self, gradient: Gradient) -> Density: ... ``` and ``` def scalar_density_product(self, density:...
#6245 introduced a key-alias mapping in the backend for various `QueryBuilder` keys. https://github.com/aiidateam/aiida-core/blob/8ac6424108d1528bd3279c81da62dd44855b6ebc/src/aiida/storage/psql_dos/orm/querybuilder/main.py#L42-L70 This takes care of all known aliasing required for the postgresql backend, leaving the key aliasing mechanism...
It would be nice if one could do a bit more with `verdi node graph generate`. Though we do provide the various engines via `-e`, there is no entry point...
In #5659 (and AEP 008), @sphuber added live-monitoring of calculation jobs - a feature allowing conditional termination of a job with optional data retrieval and storage as if the job...
AiiDA should be represented by `aiida` at the command line. Seems obvious. Appears to have been the initial choice but gave way to `verdi` due to a conflict with the...