From 8265c11284451436018447b601d6c4f980b5c860 Mon Sep 17 00:00:00 2001 From: singularitti Date: Sun, 29 Oct 2023 22:42:09 -0400 Subject: [PATCH] Remove `tryparsefinal` from imports in src/PhononWorkflow/actions.jl --- src/PhononWorkflow/actions.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PhononWorkflow/actions.jl b/src/PhononWorkflow/actions.jl index 9bd9386..6fe88a5 100644 --- a/src/PhononWorkflow/actions.jl +++ b/src/PhononWorkflow/actions.jl @@ -13,7 +13,8 @@ using QuantumESPRESSO.PWscf: AtomicPositionsCard, CellParametersCardSetter, AtomicPositionsCardSetter, - tryparsefinal + eachatomicpositionscard, + eachcellparameterscard using QuantumESPRESSO.PHonon: PhInput, Q2rInput, MatdynInput, VerbositySetter, relayinfo using Setfield: @set! using UnifiedPseudopotentialFormat # To work with `download_potential`