from custodian.vasp.handlers import ( ImportError: cannot import name 'MaxForceErrorHandler' from 'custodian.vasp.handlers' (/home/yslarch/src/miniconda3/lib/python3.10/site-packages/custodian/vasp/handlers.py)
配置文件中的 db.json 路径没有设置正确:db.json 的文件路径需设置为绝对路径
1
ValueError: Could not get next FW id! If you have not yet initialized the database, please do so by performing a database reset (e.g., lpad reset)
赝势路径或赝势目录结构没有设置正确:参照上节中赝势路径和赝势目录结构设置
1
OSError: You do not have the right POTCAR with functional PBE and label Nb_pv in your VASP_PSP_DIR. Paths tried: ['/home/xxx/src/POT/PAW_PBE/POT_GGA_PAW_PBE/POTCAR.Nb_pv', '/home/xxx/src/POT/PAW_PBE/POT_GGA_PAW_PBE/Nb_pv/POTCAR']
没有创建 logs 目录:创建 config 目录的同时创建 logs 目录
1 2 3 4 5 6 7 8
FileNotFoundError: [Errno 2] No such file or directory: 'path/atomate/logs/launchpad-debug.log'
During handling of the above exception, another exception occurred:
File "conda_path/envs/atomate_nbsi/lib/python3.11/site-packages/fireworks/scripts/lpad_run.py", line 132, in get_lp f"FireWorks was not able to connect to MongoDB at {lp.host}:{lp.port}. Is the server running? " ^^ UnboundLocalError: cannot access local variable 'lp'where it is not associated with a value
未添加 FW_CONFIG_FILE 环境变量
1
ValueError: Fireworks was not able to connect to MongoDB.