File: sample_model_example_6.yml

package info (click to toggle)
orsopy 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,780 kB
  • sloc: python: 38,554; makefile: 78
file content (20 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
sample:
    model:
        comment: Saw tooth sample model
        stack: air | gtop 50 | 5 (rgradient 50 | gradient 50) | Si
        sub_stacks:
          gradient:
            sub_stack_class: FunctionTwoElements
            material1: Ni
            material2: Ti
            function: x
          rgradient:
            like: gradient
            but:
              function: 1-x
          gtop:
            like: gradient
            but:
              roughness: 15.0
        globals:
            slice_resolution: {magnitude: 10.0, unit: nm}