Skip to content

Commit

Permalink
Fix imports of ReciprocalPoint to SpecialPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 10, 2023
1 parent c9aa32a commit 40b89fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PHonon/input.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using AbInitioSoftwareBase: Namelist, groupname
using PyFortran90Namelists: fparse
using QuantumESPRESSOBase.PHonon:
ReciprocalPoint,
SpecialPoint,
QPointsCard,
PhInput,
Q2rInput,
Expand Down
3 changes: 2 additions & 1 deletion src/PWscf/input.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using AbInitioSoftwareBase: groupname
using CrystallographyBase: MonkhorstPackGrid
using PyFortran90Namelists: fparse
using QuantumESPRESSOBase: Card
using AbInitioSoftwareBase: Card
using QuantumESPRESSOBase: SpecialPoint
using QuantumESPRESSOBase.PWscf:
ControlNamelist,
SystemNamelist,
Expand Down

0 comments on commit 40b89fd

Please sign in to comment.