add a system property to the database
Parameters : | name : string
value : object
dtype : string
This could anything, such as a potential parameter, the number of atoms, or the list of frozen atoms. The properties can be stored as integers, floats, strings, or a pickled object. Only one of the property value types should be set for each property. For a value of type “pickle”, pass the object you want pickled, not the pickled object. We will do the pickling and unpickling for you. |
---|