Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Jan 21, 2024
1 parent f65cfdf commit 76b149f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electronicparsers/exciting/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
from nomad.units import ureg
from nomad.parsing.file_parser import TextParser, Quantity, XMLParser, DataTextParser
from runschema.run import Run, Program
from nomad.datamodel.metainfo.simulation.method import CoreHoleSpectra
from runschema.method import (
Method, DFT, Electronic, Smearing, XCFunctional, Functional, Scf, BasisSet, KMesh,
FrequencyMesh, Screening, GW, Photon, BSE, CoreHoleSpectra, BasisSetContainer,
FrequencyMesh, Screening, GW, Photon, BSE, BasisSetContainer,
OrbitalAPW, AtomParameters,
)
from runschema.system import (
Expand Down

0 comments on commit 76b149f

Please sign in to comment.