Dear members,
I am getting familiar with the aiida workflow management program. I am trying to run the follwoing example provided with the aiida.vasp documentation.
python3 run_fcc_si_multiple_volumes.py
I am getting the following error.
MissingEntryPointError: Entry point 'vasp.verify' not found in group 'aiida.workflows'
I have loaded the aiida-vasp-2.1.1 plugin.
verdi plugin list aiida.workflows
shows the following vasp workflows.
* vasp.bands
* vasp.converge
* vasp.immigrant
* vasp.master
* vasp.neb
* vasp.relax
* vasp.vasp
Can you suggest how to get over this error?