Skip to content

Commit

Permalink
remove unnecessary 'dielectric' field
Browse files Browse the repository at this point in the history
covered by 'frequency_dependent_dielectric'
  • Loading branch information
tsmathis committed Jan 15, 2025
1 parent c7d7e19 commit 8dfd66f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions emmet-core/emmet/core/vasp/calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# mypy: ignore-errors

import os
import logging
import os
from datetime import datetime
from pathlib import Path
from typing import Any, Dict, List, Optional, Tuple, Union
Expand Down Expand Up @@ -397,10 +397,6 @@ class CalculationOutput(BaseModel):
description="The magnetization density, defined as total_mag/volume "
"(units of A^-3)",
)
dielectric: Optional[dict[str, list]] = Field(
None,
description="Energy of incident photons in ev and real and imaginary parts of the dielectric tensor",
)
optical_absorption_coeff: Optional[list] = Field(
None, description="Optical absorption coefficient in cm^-1"
)
Expand Down

0 comments on commit 8dfd66f

Please sign in to comment.