I am trying to run charge density difference calculations using VASPkit from my command line. When I enter:
vaspkit -task 314 -file CHGCAR_AB -file CHGCAR_A -file CHGCAR_B
I get an error message that the file is not
found. Is there a way that I can fix this? VASPkit runs correctly when I use the user interface, but I am trying to find a way where the 314 task can be run from the command line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to run charge density difference calculations using VASPkit
from my command line. When I enter:
vaspkit -task 314 -file CHGCAR_AB -file CHGCAR_A -file CHGCAR_B
I get an error message that the file is not
found. Is there a way that I can fix this? VASPkit runs correctly when I
use the user interface, but I am trying to find a way where the 314 task
can be run from the command line.
The interactive methods works, but I want to use the command line so that I can incorporate the commands into a bash script to automate the process. Is there no way to use the vaspkit command line method to calculate charge density difference?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The interactive methods works, but I want to use the command line so that
I can incorporate the commands into a bash script to automate the process.
Is there no way to use the vaspkit command line method to calculate charge
density difference?
I am trying to run charge density difference calculations using VASPkit from my command line. When I enter:
vaspkit -task 314 -file CHGCAR_AB -file CHGCAR_A -file CHGCAR_B
I get an error message that the file is not
found. Is there a way that I can fix this? VASPkit runs correctly when I use the user interface, but I am trying to find a way where the 314 task can be run from the command line.
Use the interactive method instead. Type vaspkit and select the appropriate
task you want to perform and specify the corresponding charge densities
On Wed, Jul 10, 2024 at 4:19 PM Ruby Keesey rkeesey@users.sourceforge.net
wrote:
The interactive methods works, but I want to use the command line so that I can incorporate the commands into a bash script to automate the process. Is there no way to use the vaspkit command line method to calculate charge density difference?
Chaining sub-tasks is not available now.
On Thu, Jul 11, 2024 at 1:05 PM Ruby Keesey rkeesey@users.sourceforge.net
wrote: