Skip to content

Commit

Permalink
Removes bandgap at the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjeelshabih committed Nov 22, 2024
1 parent 3b2e581 commit d6f0be7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/perovskite_solar_cell_database/llm_extraction_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,17 +483,6 @@ class LLMExtractedPerovskiteSolarCell(PublicationReference, SectionRevision, Sch
section_def=LightSource, a_eln=ELNAnnotation(label='Light Source')
)

bandgap = Quantity(
type=float,
unit='eV',
description='Bandgap of the perovskite material in eV. Include this field only if the bandgap has been directly measured in the experiment.',
a_eln=ELNAnnotation(
label='Bandgap',
component='NumberEditQuantity',
props=dict(minValue=0.5, maxValue=4.0),
),
)

encapsulated = Quantity(
type=bool,
description='True if the device is encapsulated',
Expand Down

0 comments on commit d6f0be7

Please sign in to comment.