Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Nov 20, 2023
1 parent 7f62037 commit f159993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EquationOfState/Config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using QuantumESPRESSO.PWscf: PWInput
using ...QuantumESPRESSOExpress: QuantumESPRESSOConfig, MpiexecConfig, PwxConfig

import Configurations: from_dict
import Express.EquationOfState.Config: StaticConfig, _update!
import Express.MD.Config: StaticConfig, _update!

function _update!(conf, template::AbstractString)
str = read(expanduser(template), String)
Expand Down
3 changes: 2 additions & 1 deletion src/MD/actions.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using AbInitioSoftwareBase: Setter
using CrystallographyBase: Cell
using Dates: format, now
using EquationsOfStateOfSolids: PressureEquation, Parameters, getparam, vsolve
using ExpressBase: IonDynamics, VariableCellMolecularDynamics
Expand All @@ -8,7 +9,7 @@ using UnifiedPseudopotentialFormat # To work with `download_potential`
using Unitful: Pressure, Volume, @u_str
using UnitfulAtomic

import Express.EquationOfState: CreateInput, FitEquationOfState
import Express.MD: CreateInput, ExtractCell

(::CreateInput{T})(template::PWInput, cell) where {T} =
(customizer(cell) normalizer(T()))(template)
Expand Down

0 comments on commit f159993

Please sign in to comment.