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
Branches
Tags
1 merge request!172V0.8.9
...@@ -156,7 +156,9 @@ class DFTMetadata(MSection): ...@@ -156,7 +156,9 @@ class DFTMetadata(MSection):
xc_functional = Quantity( xc_functional = Quantity(
type=str, default='not processed', type=str, default='not processed',
description='The libXC based xc functional classification used in the simulation.', 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( system = Quantity(
type=str, default='not processed', type=str, default='not processed',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment