Skip to content
Snippets Groups Projects
Commit 7c3f57d1 authored by Saku Hakamaa's avatar Saku Hakamaa
Browse files

Fix default index

parent a4e3e09b
No related branches found
No related tags found
No related merge requests found
Pipeline #6370 passed
......@@ -26,7 +26,7 @@ Cr = 0.10
O = 0.001
[Figure parameters]
profile_mean_range = 150-200
profile_mean_range = 20
profile_anim_range = True
energy_range = True
diff_const = True
......
......@@ -346,7 +346,7 @@ def make_config_file(conf_filename='default.in'):
('pot_filename', 'potentials_normal.txt')))
conf_writer['Bulk dopants'] = OrderedDict((('Al', '0.10'), ('Cr', '0.10')))
conf_writer['Empty space dopants'] = {'O': '0.001'}
conf_writer['Figure parameters'] = OrderedDict((('profile_mean_range', '150-200'),
conf_writer['Figure parameters'] = OrderedDict((('profile_mean_range', '20'),
('profile_anim_range', 'True'),
('energy_range', 'True'),
('diff_const', 'True'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment