Henning Janssen

Results 16 issues of Henning Janssen

Also see #5561 In this PR the serialization isn't done on the low level for each backend but on the `NodeAttributes`/`NodeExtras` class. Added a function `deserialize_value`, which is the counterpart...

See #5340 Serialization/Deserialization of complex numbers is added to the the psql_dos and sqlite_zip backend. These are stored as objects of the form `{'__complex__': True, 'real': x.real, 'imag': x.imag}` with...

### Describe the current issue Starting with version `2.0` it is no longer possible to use interpshinx references like ``:py:class:`aiida.orm.Dict` `` in external documentations. `aiida-fleur` has intersphinx set up like...

topic/documentation

### Is your feature request related to a problem? Please describe At the moment a complex number (builtin or equivalent numpy type) cannot be used as the value in `List`,...

type/feature request

Adds the FleurCommonBandsWorkChain and input generator. One note: - I noticed while testing, that the `engines` input cannot be omitted as the ``get_builder()`` method will raise an error that `engines.bands.code`...

At the moment to use the colors from the Jülich corporate design in plots one must look up the hex values and use them manually It would be nice to...

visualization

Atm the `GreensFunction` class is very tied to the Fleur IO and the LS basis It would be useful to have the ability to transform into different decompositions, e.g. from...

enhancement

This PR tries to consolidate the `Tabulator` class in masci-tools/aiida-jutools. @Irratzo I hope you don't mind. I just noticed that the base class was essentially empty, which wastes a lot...