-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathtprc.yaml
75 lines (65 loc) · 2.55 KB
/
tprc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This is a counterpart to the ThermoParser/tp/settings.py module for
# saving cutom values. If you want to edit ThermoParser, save a copy of
# this file as ``~/.config/tprc.yaml``, and edit it there. Only that
# file will be checked and any changes made in the ThermoParser
# directory will be overwritten on upgrading.
# style sheet names or lists of names
style: null # default style sheet
large_style: null # large style sheet
# Locator settings
locator:
# Unlike other parts of this file, rather than whole arguments, this
# should give integers to pass to MaxNLocator and AutoMinorLocator,
# respectively.
major: null
minor: null
# The to_xxx, conversions, units and long_, medium_ and short_labels
# functions should contain dictionaries, e.g.
# to_xxx:
# energies: 'energy'
# and if you change a conversion, remember to change the units and
# labels as well and vice versa!
# aliases for quantities
to_tp: null
to_amset: null
to_boltztrap: null
to_phono3py: null
# unit conversions from the tp standards (see settings.py for reference)
conversions: null
# updated units
units: null
# updated axis labels
long_labels: null
medium_labels: null
short_labels: null
# The following should contain either long, medium or short, to point to
# the dictionaries of long_, medium_ or short_labels.
labels: null # for paper-style (small) axes
inverted_labels: null # for dos-style axes
large_labels: null # for presentation-style (large) axes
# The following are default kwargs for each plot type. These will
# override those specified in the module, but will be overridden by
# those specified when the function is called.
# Frequency:
dos_kwargs: null
frequency_cum_kappa_kwargs: null
waterfall_kwargs: null
projected_waterfall_kwargs: null
density_kwargs: null
# Heatmap:
heatmap_kwargs: null
ztmap_kwargs: null
kappa_target_kwargs: null
# MFP:
mfp_cum_kappa_kwargs: null
marker_kwargs: null
# Phonons:
dispersion_kwargs: null
multi_kwargs: null
alt_dispersion_kwargs: null
projected_dispersion_kwargs: null
alt_projected_dispersion_kwargs: null
wideband_kwargs: null
xmarkkwargs: null
# Override default workers (= number of cores) for parallelisation
workers: null