Skip to content

Commit

Permalink
Fix other imports
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 10, 2023
1 parent 13ab647 commit 1758271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/ConvergenceTestWorkflow/Config.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module Config

using Configurations: OptionField, @option
using ExpressBase.Config: SoftwareConfig
using QuantumESPRESSO.PWscf: PWInput
using QuantumESPRESSO.Commands: QuantumESPRESSOConfig, PwxConfig

import Configurations: convert_to_option
import Express.ConvergenceTestWorkflow.Config: StaticConfig, ExpandConfig
import Configurations: from_dict
import Express.ConvergenceTestWorkflow.Config: StaticConfig, _update!

function (::ExpandConfig)(template::AbstractString)
str = read(expanduser(template), String)
Expand Down
3 changes: 1 addition & 2 deletions src/ConvergenceTestWorkflow/actions.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using AbInitioSoftwareBase: Setter
using CrystallographyBase: MonkhorstPackGrid
using Dates: format, now
using QuantumESPRESSO.Commands: pw
using QuantumESPRESSO.PWscf: KMeshCard, PWInput, VerbositySetter
using ExpressBase.Files: parentdir
using QuantumESPRESSO.PWscf: PWInput, KMeshCard, PWInput, VerbositySetter
using Setfield: @set!
using UnifiedPseudopotentialFormat # To work with `download_potential`
using Unitful: ustrip, @u_str
Expand Down

0 comments on commit 1758271

Please sign in to comment.