Skip to content
#

aiida

Here are 21 public repositories matching this topic...

aiida-core
mbercx
mbercx commented Oct 21, 2020

I'd like to discuss two small changes to the API of the List and Dict classes:

Initialization

Is your feature request related to a problem? Please describe

When initializing a List or Dict node, you have to pass dict or list as a keyword argument:

l = List(list=[1, 2, 3])

If you try to instead just pass the list as a positional argument, you are

Improve this page

Add a description, image, and links to the aiida topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aiida topic, visit your repo's landing page and select "manage topics."

Learn more