Skip to content
Snippets Groups Projects
Commit fb9d37ad authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Increased xc function statistics size because temporary additional...

Increased xc function statistics size because temporary additional accedentally added functionls in index.
parent bc079b43
No related branches found
No related tags found
1 merge request!172V0.8.9
......@@ -156,7 +156,9 @@ class DFTMetadata(MSection):
xc_functional = Quantity(
type=str, default='not processed',
description='The libXC based xc functional classification used in the simulation.',
a_search=Search(statistic_values=list(xc_treatments.values()) + ['unavailable', 'not processed']))
a_search=Search(
statistic_values=list(xc_treatments.values()) + ['unavailable', 'not processed'],
statistic_size=100))
system = Quantity(
type=str, default='not processed',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment