From b314b08993848fc20eeeb71328ed0c05d20ed0a1 Mon Sep 17 00:00:00 2001 From: singularitti Date: Sat, 28 Oct 2023 06:28:12 -0400 Subject: [PATCH] fix: `QuantumESPRESSO.Inputs` module was removed --- src/Inputs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Inputs.jl b/src/Inputs.jl index 214e75f..5e2074c 100644 --- a/src/Inputs.jl +++ b/src/Inputs.jl @@ -1,6 +1,6 @@ using CrystallographyBase: Cell using CrystallographyRecipes -using QuantumESPRESSO.Inputs.PWscf: PWInput +using QuantumESPRESSO.PWscf: PWInput @userplot CellPlot @recipe function f(plot::CellPlot)