Skip to content

Commit

Permalink
Fix Preamble undefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 15, 2023
1 parent c40e3cc commit fe0dbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConvergenceTestWorkflow/actions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using CrystallographyBase: MonkhorstPackGrid
using Dates: format, now
using ExpressBase.Files: parentdir
using QuantumESPRESSO.PWscf:
PWInput, KMeshCard, PWInput, VerbositySetter, parse_electrons_energies
PWInput, KMeshCard, PWInput, VerbositySetter, Preamble, parse_electrons_energies
using Setfield: @set!
using UnifiedPseudopotentialFormat # To work with `download_potential`
using Unitful: ustrip, @u_str
Expand Down

0 comments on commit fe0dbb3

Please sign in to comment.