Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add specialized CombinatorialSample schema #103

Closed
hampusnasstrom opened this issue Sep 24, 2024 · 0 comments · Fixed by #111
Closed

Add specialized CombinatorialSample schema #103

hampusnasstrom opened this issue Sep 24, 2024 · 0 comments · Fixed by #111
Assignees

Comments

@hampusnasstrom
Copy link
Collaborator

We (@tunold, @RoteKekse) want a specialized schema for thin film CombinatorialSamples with some common scalar properties:

  • Band gap
  • Composition
    • Formula
    • Repeating section of elements with composition
  • Thickness
  • Conductivity
  • \alpha_0 or absorption coefficient
    • (full spectrum)
    • and value at bandgap
  • refractive index
  • PL
    • (full spectrum)
    • peak position
    • FWHM
    • peak_area
    • absorbed_power_flux
    • excitation_wavelength
    • PLQY
  • Solar cell
    • Jsc
    • FF
    • Voc
    • Eta
  • carrier_lifetime
    • measurement (tcspc, modulated)
  • XRD
    • Simple: Pattern
  • List of phases with amounts

General property quantities:

  • Measure, assumed, interpolated
  • Model
CombiSampleProperty(ArchiveSection):
    source = Quantity(type=enum, values=['measured', 'assumed', 'interpolated']
    model = ...


BandGapProperty(CombiSampleProperty):
    value = Quantity(type=float, unit='eV')


ThinFilmCombinatorialSample(CombinatorialSample):
    band_gap = SubSection(section_def=BandGapProperty)
@hampusnasstrom hampusnasstrom self-assigned this Oct 1, 2024
@hampusnasstrom hampusnasstrom linked a pull request Oct 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant