Skip to content

Commit

Permalink
Remove parseoutput & its imports from src/ConvergenceTestWorkflow/C…
Browse files Browse the repository at this point in the history
…onvergenceTestWorkflow.jl
  • Loading branch information
singularitti committed Oct 15, 2023
1 parent d270873 commit 7aa6de3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/ConvergenceTestWorkflow/ConvergenceTestWorkflow.jl
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
module ConvergenceTestWorkflow

using ExpressBase: SelfConsistentField
using QuantumESPRESSO.PWscf: parse_electrons_energies
using Unitful: @u_str
using UnitfulAtomic

import Express.ConvergenceTestWorkflow: parseoutput

include("Config.jl")
include("actions.jl")

function parseoutput(file)
str = read(file, String)
return parse_electrons_energies(str, :converged)[end, ]
end

end

0 comments on commit 7aa6de3

Please sign in to comment.