From 03ec8ccd1a3b33203def85aea4454f496125799e Mon Sep 17 00:00:00 2001 From: singularitti Date: Sun, 15 Oct 2023 01:20:19 -0400 Subject: [PATCH] Recover `EquationOfStateWorkflow` --- src/QuantumESPRESSOExpress.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QuantumESPRESSOExpress.jl b/src/QuantumESPRESSOExpress.jl index e425525..3a2c74e 100644 --- a/src/QuantumESPRESSOExpress.jl +++ b/src/QuantumESPRESSOExpress.jl @@ -12,7 +12,7 @@ const QE = QuantumESPRESSO currentsoftware() = QE() include("ConvergenceTestWorkflow/ConvergenceTestWorkflow.jl") -# include("EquationOfStateWorkflow/EquationOfStateWorkflow.jl") +include("EquationOfStateWorkflow/EquationOfStateWorkflow.jl") # include("PhononWorkflow/PhononWorkflow.jl") end