From d6f0be755cde6131f3c1b9555006d0e7a16c9a7e Mon Sep 17 00:00:00 2001 From: Sherjeel Shabih Date: Fri, 22 Nov 2024 15:21:53 +0100 Subject: [PATCH] Removes bandgap at the top level --- .../llm_extraction_schema.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/perovskite_solar_cell_database/llm_extraction_schema.py b/src/perovskite_solar_cell_database/llm_extraction_schema.py index 804a465..3bd60b7 100644 --- a/src/perovskite_solar_cell_database/llm_extraction_schema.py +++ b/src/perovskite_solar_cell_database/llm_extraction_schema.py @@ -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',