这篇notebook旨在复现Gerbrand Ceder等发表在Joule上标题为Computational Screening of Cathode Coatings for Solid-State Batteries
的工作。
理想的正极包覆材料应具备以下性质:(1) 宽的电化学窗口,跨越正极工作电压并与电解质的电化学窗口重叠(电化学稳定性),(2) 与电解质和正极都有限的化学反应性(化学稳定性),(3) 合理的Li离子移动性,以及 (4) 低电子导电性(与在高电压下不稳定的电解质配对时)。
计算环境
计算使用interface-stability:1030
容器镜像,c32_m64_cpu机型。
初始数据获取
以MP数据库中含Li的材料作为潜在的涂覆候选材料。
/data/cathode_coatings/00.data_collect
生成并切换到工作目录00.data_collect
。在下面的代码中,需要设定你的MaterialsProject api_key。
Accessing summary data through MPRester.summary is deprecated. Please use MPRester.materials.summary instead. Retrieving SummaryDoc documents: 100%|██████████| 21576/21576 [00:09<00:00, 2192.14it/s] 21576
初始筛选
- 排除含放射性元素的化合物:放射性元素会产生放射性辐射,这可能会对人体和设备产生危害,同时也会影响电池的寿命和稳定性。
- Kohn-Sham带隙大于0.5 eV:材料的带隙决定了其电导性。具有低带隙或无带隙的材料(例如金属和合金)会导致短路,使其不适合作为包覆材料。0.5 eV是一个通常的阈值,用于排除高度导电的材料。
/data/cathode_coatings/01.elements_and_bandgap
生成并切换到工作目录01.elements_and_bandgap
。
11687
相稳定性筛选
能量凸包是用来确定材料的稳定性的。位于凸包上方的材料在热力学上是不稳定的,这意味着它们在给定的条件下可能会分解为其他相。能量在凸包上方<0.005 eV 原子或恰好在凸包上的材料被认为是热力学稳定的(或在DFT或温度误差范围内稳定的)。
/data/cathode_coatings/02.phase_stability
生成并切换到工作目录02.phase_stability
。
1699
电化学稳定性筛选
氧化极限和还原极限:现代阴极材料的工作电压在充放电周期内可以从2.5到4.5 V 波动。为了使阴极涂层有效,氧化限值应该足够高,我们将氧化限值的标准设定为4.0 V。对于还原限值,涂层只有当其电化学窗口与电解质的窗口重叠时,才能与电解质保持稳定,以确保涂层和电解质之间没有锂转移的驱动力。考虑到硫化物电解质的计算氧化限值通常在2.2-2.7 V范围内,我们将涂层的还原限值设定为2.7 V。
/data/cathode_coatings/03.electrochemical_stability
生成并切换到工作目录03.electrochemical_stability
。
这里基于DPDispatcher提交任务,以便任务并行执行。需要配置 machine.json和resources.json两个文件。
Overwriting machine.json
Overwriting resources.json
提交计算任务。 电化学稳定性计算以及后面的化学稳定性计算,我们直接调用了莫一非课题组开发的interface-stability程序。
2023-11-01 19:00:20,377 - INFO : info:check_all_finished: False 2023-11-01 19:01:01,338 - INFO : job: ee75c2d9c1d3770a6cfe9b473fb9c52f024f7e02 submit; job_id is 32691 2023-11-01 19:01:01,374 - INFO : job: 6af3f1c7ac37b043ed01bf4a3b9b5f9d2e528c8e submit; job_id is 32696 2023-11-01 19:01:01,409 - INFO : job: 2232be3ddfe4f137f18413b55a731a35d3fdcbce submit; job_id is 32704 2023-11-01 19:01:01,444 - INFO : job: 05c0576e8a816bc8153ceeb2b7af73cc89d1d906 submit; job_id is 32715 2023-11-01 19:01:01,480 - INFO : job: 8e34692fef39b773940699fd6787e56757f12be3 submit; job_id is 32729 2023-11-01 19:01:01,522 - INFO : job: 1009785e7c8e971aa74e9c37a10fd95b1ddaef9e submit; job_id is 32745 2023-11-01 19:01:01,561 - INFO : job: 9cfe6e28d63048da738521f76e8613aa762ea713 submit; job_id is 32766 2023-11-01 19:01:01,599 - INFO : job: 3aeef2d1f6afbb1af7877f86d762cb5c7c09f933 submit; job_id is 322 2023-11-01 19:01:01,639 - INFO : job: 8a69d575213249adf48d4caf24d1ad7ea2f81352 submit; job_id is 349 2023-11-01 19:01:01,678 - INFO : job: e746c78c3423b2f0d83424a27e060e10f63f6143 submit; job_id is 377 2023-11-01 19:01:32,912 - INFO : job: ee75c2d9c1d3770a6cfe9b473fb9c52f024f7e02 32691 finished 2023-11-01 19:01:32,921 - INFO : job: 6af3f1c7ac37b043ed01bf4a3b9b5f9d2e528c8e 32696 finished 2023-11-01 19:01:32,929 - INFO : job: 2232be3ddfe4f137f18413b55a731a35d3fdcbce 32704 finished 2023-11-01 19:01:32,938 - INFO : job: 05c0576e8a816bc8153ceeb2b7af73cc89d1d906 32715 finished 2023-11-01 19:01:32,947 - INFO : job: 8e34692fef39b773940699fd6787e56757f12be3 32729 finished 2023-11-01 19:01:33,157 - INFO : job: 1009785e7c8e971aa74e9c37a10fd95b1ddaef9e 32745 finished 2023-11-01 19:01:33,165 - INFO : job: 9cfe6e28d63048da738521f76e8613aa762ea713 32766 finished 2023-11-01 19:01:33,172 - INFO : job: 3aeef2d1f6afbb1af7877f86d762cb5c7c09f933 322 finished 2023-11-01 19:01:33,179 - INFO : job: 8a69d575213249adf48d4caf24d1ad7ea2f81352 349 finished 2023-11-01 19:01:33,185 - INFO : job: e746c78c3423b2f0d83424a27e060e10f63f6143 377 finished
{'work_base': './tasks', '_abs_work_base': '/data/cathode_coatings/03.electrochemical_stability/tasks', 'machine': {'batch_type': 'Shell', 'context_type': 'LocalContext', 'local_root': './', 'remote_root': './tasks', 'remote_profile': {}}, 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'forward_common_files': [], 'backward_common_files': [], 'belonging_jobs': [{'ee75c2d9c1d3770a6cfe9b473fb9c52f024f7e02': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754237_Li1Tm1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1225894_Cs1Li1Mn1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556792_Li1Ca1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029331_Li1Hf2N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559934_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222849_Li2Sc1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554689_Li1Co1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777957_Li8Mn3Fe5B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211043_Li1Fe1Br4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558941_Li1Y1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-996997_Li1Ag1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222537_Li1Zr5Tl1F22', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753087_Li1V1P2H2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16691_Sr1Li2Ti6O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560104_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-552307_Li2Co1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13277_Ba1Li1P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222369_Li1Co1Ni1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1185319_Li1Cl1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194281_Li2Co1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211126_Li1Sc1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554076_Ba1Li1B1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755707_K3Li1Ti7O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757355_Li2Mn1Cr1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-773519_Li4Mn3Fe1P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26017_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2530_Li2Te1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23626_Rb1Li2I3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23662_Li1B1H4O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753899_Li1Fe1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757321_Li3V2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1200615_Li4Zn1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559238_Cs1Li2B1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020108_Li1Ca1Mg1Si1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19294_Li1Fe1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2647033_Li2H2C6N9Cl1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113703_Rb2Li1Sc1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7936_Li1Nb1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5769_Li3Sb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-41701_Li1Co2P4H3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222525_Li1Al1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760375_Li3V1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8070_Li2Be1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202818_Li1Zr2As3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-21332_Li1Gd1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16699_Li6Gd1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020109_Li1Mg3P3O11', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-569282_Li1Ca10Mg1Sb9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8313_Cs2Li2Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-643276_Li1Mg2H7Ru1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1221336_Na3Li1Mg4Si12O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558267_Na1Li1Si1B3H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554917_Li1Sn2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1218231_Sr1Li1Y2B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759506_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26179_Li1Mn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775326_Li2Ti3Ni1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1102318_Li1Cd1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778883_Li8Mn3Fe5B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7610_Li2Ca1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1189006_K1Li1Mn2Si4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13986_Li2Pt1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202424_Li5La5Si4N12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4804_Li4Te1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196318_Cs2Li3B3P6Pb2O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1185315_Li3La3Mo2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222297_Li1Tb1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1221048_Na1Li1V2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176836_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25410_Li1Mn1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27968_Li6Ge2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15362_Li3Nd2B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1208619_Sr1Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177897_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1223017_Li2Ti1Cr1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7998_Li2Ge2O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-773051_Li2Mn3Se4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-758399_Li2V1Cr1P2H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1105750_Li1Au1S4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-978840_Sr1Li2Si2N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-24405_Li1Cd4Ge5H1O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29364_Li5Sb1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-569450_Li1B6C1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3887_Li3Ga1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1960_Li2O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-569782_Sr2Li1C1Br3N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1103771_Ba1Li2Mn1V2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753291_Li2Mn1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766540_Li4Ti1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26989_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6442_Li1Al1Si4O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764480_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756268_Li2Fe1Ni1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6565_Li3Sc2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7791_Li2Ge1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556641_Na2Li1Al1P2H2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019607_Cs2Li5B7O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759082_Li2V1Cr1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-769552_Li1Mg1Cr3Se2S4O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558483_K4Li1I1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9197_Li3As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5077_Na1Li2Sb1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1208634_Sr1Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-773085_Li1Co1Sb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18968_Li2Fe1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222469_Li1Al1Si2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1309047_Li2V3W1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560894_Li4Be3P3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4156_Li2Zr1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504810_Rb2Li14Pb3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222299_Li1Mg1B1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559875_K3Na2Li1Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9703_K2Li1Ga1As2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555874_Li1As1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222711_Li2Ge1Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22200_Li1Mn1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557403_Li1Fe2F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196828_Na1Li1Mg1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753690_Li4H3Br1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211646_Li3Lu3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26005_Li1Mn6P7O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774362_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6591_Sr1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560866_Li1La1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755352_Li2Hf1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559129_Li3Er1N6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-541569_Sr2Li3Ta1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195603_Li2Mn1Sn1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777767_Li3Cu2S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12240_Na2Li1Be2F7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559904_Na1Li3Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211340_Li6Tm1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13182_Li2Ti1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-607931_Cs3Na1Li2B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222715_Li2Ti2As1P1O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198930_Li1Ga1Se2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-866667_Li3As1H36Se4N12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-773039_Li2Ti6Zn3O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-685194_Li4Ti5O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766048_Li4V2Si1Ge1O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756415_Li1Nb1Fe1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113748_Rb2Li1As1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222462_Li4Co1Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-725121_K3Li1Mn4Mo6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1311636_Li1V3Zn2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211494_K1Li1Ho1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779905_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6015_Li1Si1N1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210989_Li3Er3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1191141_Sr1Li2Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-979340_Sr2Li1Ta1N3F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-11175_Li1Zn1P1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756490_Li6Mn1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774458_Li4Mn1V3P8O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1095274_Li1Yb1As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1226312_Cs2Li1V3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-989583_Rb2Li1In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755094_Li2Fe1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113976_Rb2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766954_Li1V1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557293_Li2Cd1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-573030_Cs2Li1Nb1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10556_Sr2Li1Re1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556472_Li1Y1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772115_Li2Cr3Co2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-36111_Li1Mg1P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777438_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1101601_Li1V2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-691115_Li4Mn5O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30959_Li1H1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 32691, 'fail_count': 0}}, {'6af3f1c7ac37b043ed01bf4a3b9b5f9d2e528c8e': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111126_K2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17672_Ba1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-680436_Rb2Li1Sn4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754807_Li1Fe1Sb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222482_Li6As1S5I1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12403_Li1B1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211546_K1Li3Ti1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222352_Li1Ti1Rh1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26045_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-752922_Li8Hf1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778004_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176939_Li6V3Fe1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177388_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029297_Li1Zr2N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-642847_Li4H6Ru1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23894_Li1As1H2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195827_Sr1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1101493_Li1V2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23843_Li1H1Se1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1112185_K2Li1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27275_Li3B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772981_Li2Zn3Ge6O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196446_Li3As1H16S4O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760044_Na1Li1Mn1P1C1O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774378_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775679_Li2Mn3Cr1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1213711_Cs2Li14Pb3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-989536_Cs2Li1N1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194700_Li4Sn1Se4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020592_Sr4Li2Si4N8O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222578_Li1Sc1B4H16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3666_Li1Ta1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-567967_Li1Ga1I4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-763051_Li2V1O2F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759575_Li2Fe1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211322_Li2Sm1N5O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6332_Li2Ti1Si1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18704_Cs1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177780_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26001_Li1Ni1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1188392_Li1In1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16283_K1Na2Li3Fe2Si12O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768874_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18048_Li1Zn1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1214461_Ba4Li1Bi3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9059_K1Li6Ta1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560036_Li2Ca3Be3Si3O12F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-542008_Li3Fe2As3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560739_K3Li3Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-943462_Li1Fe1H1S1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-849356_Li4Mn3Fe1P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18274_Ba4Li1Nb3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-989577_Li1Tl2Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-574653_Cs2Li1Ir1C6N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202669_Li2Cu1B4Pb2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18147_Li1Ga1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556996_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-867580_Li2Cr5Si4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774393_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222672_Li1Mg1Al1Mo3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26035_Li9Mn3P8O29', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222404_Li1Bi1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-540945_Na2Li3Ga1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778994_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8804_Li6Mo1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772968_Li1Tl1P1H1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111446_Cs2Li1Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559419_Ba9Li1Si10C1Cl7O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-31924_Li1Mn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22170_Li4Pb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1112663_Cs2Li1Y1I6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-973391_Li1Si1B6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-849382_Li16Mn15Fe1P16O64', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3427_Li1Al1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15999_Li3Au1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-542435_Li3Sc1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9719_Na2Li1Al1P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7608_Li2Pd1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3838_Li5Re1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1207213_K2Li1Cu1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6765_Li3Al1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110974_Cs2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1102490_Li3Ni2Sb1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197163_Li5Ca9B7O21F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019609_Cs2Sr2Li3B3P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554998_Li1V1I2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1079491_Li1In2Cu1Se4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211965_K1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3635_Li1B1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23122_Li10B14Cl2O25', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755013_Li5Ta1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-685991_Li5Si1P3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211005_Li1Tb1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-776870_Li2V3Sn1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1095586_Li1Ga1H4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110706_Rb2Li1Y1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15472_Ba4Li1Cu1C2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778083_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558619_Li2Ti6Pb1O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16828_Li3B7O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13725_Li3P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222351_Li1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561390_Li1Yb1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195001_Na5Li1Mo9O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559706_Li3Gd1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2286_Li2Se1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190687_Cs1Li2Cl3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177778_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764613_Li4Mn1Fe3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25812_Li1V2P5O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26227_Li1V1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1223686_K1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1199637_Sr8Li2B22H2O43', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26712_Li1V2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029903_Li1Nb1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1188784_Li2Cd1Sn1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-707105_Li3B5H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6134_Li1Ca1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177781_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559155_Li1Mg4V3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777670_Li4V3Cr3Sn2O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9124_Li1Zn1As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23703_Li1H1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1193222_Li1Mg1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774370_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754153_Li1H2Br1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4226_Li1Cr1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-731452_Li6Ti8Ni1P8O40', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-722272_Li2H12C3S1N6O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198780_Li1Sb1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-776264_Li1Fe1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-543044_Ba1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560212_Li2Ni1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756943_Li1V1Ni1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211639_Li1Ca11Sb9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25977_Li1Fe1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1221143_Na1Li4H10N5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5840_Li1Sc1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760803_Li1V1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1207082_Li1Mg1Sb1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-973793_Li8Se1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-773423_Li2V3W1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29345_Li1Ga1I3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195657_Li1Sb2F7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-24817_Li1Be1H3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30456_Sr1Li1Bi1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019606_Cs2Li2B2P4O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759783_Li2V1Cr1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-769319_Li1Nb1O2F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14458_Na3Li3Cr2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6787_Rb1Li1B4O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222409_Li1Ga1B1H3O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113971_Rb2Li1Tm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019715_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558731_Li2Te1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19123_Rb2Li1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556550_Li2Ni1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-850951_Li3Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26949_Li1Sn2P5O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210003_Na1Li1Ho2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-568863_Li1Eu2C1Br3N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13634_Cs2Li1Al3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26188_Li1Mn2P5O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775597_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775189_Li2Mn1Fe1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775393_Li2Cr3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6031_Li16Nb2N8O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-673833_Li7V1As4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768657_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-534775_Li1Ti3Mn1Cr1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 32696, 'fail_count': 0}}, {'2232be3ddfe4f137f18413b55a731a35d3fdcbce': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768712_Li4Mn1Cr1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15793_Li1Tb1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555845_Ba1Li1Zr2F11', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110837_K2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211137_Li1Nd1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557189_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775945_Li2Mn1Fe1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1223129_Li4Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557738_Li3Bi1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1200209_Li2B6O9F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111841_Cs2Li1Nd1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774752_Li2Mg1Ti3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4002_Li2Zr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177997_Li2Fe3Bi1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6800_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1079181_Li1Os1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1199210_Li3Mn1P2O6F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195057_K3Ba3Li2Al4B6O20F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1112834_Cs2Li1Nd1I6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-729675_Li7V8P12O48', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15349_Li2Ge1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190882_Li1Lu1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555140_Cs2Li3Ga1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-676483_Na1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10485_Ba1Li1Sb1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-976726_Li1Dy1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-641919_K1Li3Ca7Ti2Si12O36F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-765230_Li1V1O1F3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211195_Li1Bi1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-540965_Na2Li3Fe1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-758202_Li2Nb1Cr3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-721252_Li10Sn1P2Se12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560653_Rb1Na1Li6Si2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5853_Li1Si2N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759663_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212270_Li3Lu1N6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177364_Li4Mn1V3P8O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757208_Li3V2Cr1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-677627_Li3Nd3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26184_Li1Fe2P5O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759384_Li1Sn2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113693_Rb2Li1Tl1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22439_Li2Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558897_Li1Mg1In1Mo3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-35975_Li2Mo1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6844_K1Li3Si12Sn2O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27281_Li1H3O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-625211_Li1H3O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4527_Li8Sn1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211093_Li1Ca1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5515_Li7Mn1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1205423_Na1Li1Ti3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777667_Li1V2O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029932_Li1V1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757973_Li1P4W1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211108_Li1Gd1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6270_Ba2Li1Re1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-769637_Li5Ti6Fe1O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111665_K2Li1Rh1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759523_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9915_Li1Be1P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760028_Li3Mn1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1199091_Li3B5H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-551629_Cs1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759726_Li2Mn1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759753_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25991_Li2Ni3P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770625_Li4Al3Cr3Sb2O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1223707_K1Na2Li1Ti2Mn1Fe1Si8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753257_Li1Cu1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6011_Ba4Li1Mo2N7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25423_Li1V1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190809_Li8Te1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18640_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774583_Li2Fe3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14364_Cs2Li1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222529_Li4Ge1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753446_Li2V1Cr1P2H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194722_K1Li1Tm1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772400_Li2W1O2F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27031_Li1Mn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5001_Li3B1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19308_Li2Ni1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760046_Li1P1H21S3N7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557104_Li1Al1B2O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1037677_Li1Mg30Fe1O32', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779783_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753660_Li2V1Cr1P2H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556531_Li1Si2B1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-887724_Li2Fe1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30228_Li4H1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1298606_Li2V1O1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6553_Li1Sc1Si2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557456_Li4Al3Ge3I1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6799_Li1Ca4B3N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768820_Li3Bi1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1218762_Sr2Li7Cu1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555743_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766376_Li4Mn3Fe1P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26967_Li1Cr4P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26127_Li1V1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222344_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-690617_Li1Mn3Al2H6O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770805_Li6Hf2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1303832_Li1V3Zn2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18997_Li1Mn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3700_Li1Y1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25987_Li1Mo1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222544_Li4Co1Ru1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22983_Li1Al1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-866716_Rb1Li1H12Se3N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192357_Sr3Li1As2H1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-40575_Li1Ni2P4H3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774323_Li4Mn1V3P8O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-581301_Li2Mg1Mn3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778744_Li2Mn1Ni1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755710_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-783919_Li4Mn1Fe3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-722330_Li3La2H6N9O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23648_Li4Al3Si3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8610_Li8Pt1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1189549_Li1H2N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1218822_Sr2Li1B10H3O19', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211621_Li1Zn1P2H1O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-758022_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-950995_Li6P1S5I1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222598_Li3As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775252_Li8Mn3Fe5B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211087_Li1Cd1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759990_Li1Mn1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-675941_Li7I1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110684_Rb2Li1Bi1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212210_K3Li1Pb4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14704_Li6Y1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7638_Li1Ta3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772290_Li1Ag1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757718_Li2Mn1V1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211248_Li3Tm3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8673_Li2Sn1Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019794_K3Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9562_Li1Be1As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777802_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202443_Li2Ge7O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6247_Na3Li3Fe2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-585265_Li1Mo2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1205739_Li2Sn1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1208625_Sr1Li1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-643458_Li1H1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15066_Li1Tm1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212130_Li3Tb1N6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-861714_Li2V1Cr1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192681_Li1Tc1H6O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559938_Li1V3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556783_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14753_Li7Ta1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211215_Li2Nd1N5O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1078799_Li1Nb1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770632_Li3Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197471_Li1As1Xe3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754605_Li1Lu1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197966_K1Li1B2H8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555082_Cs1Li5B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-694935_K3Li1Mg4Si12O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754966_Li2Mn1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1307846_Li2V1O1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1191903_Li2In2Si1S6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557309_Na3Li1W1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760167_Li2V1Cr1P2H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-677212_Ba3Li1Ta3Ti5O21', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778754_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 32704, 'fail_count': 0}}, {'05c0576e8a816bc8153ceeb2b7af73cc89d1d906': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6413_Li1Dy1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9250_Rb1Li1Se1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9723_Sr4Li1B3N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020011_Li14P2N6O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15791_Li1Er1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-850228_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28326_Li1Ga1Br4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25993_Li3Fe2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1080241_Li2Ge1S6O21', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18727_Li1Cr1Si2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5488_Li1In1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757951_Li1P3W2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4855_Li2Se1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779070_Li2Ni1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18932_Li1Pr1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9144_Li1As1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28623_Li4Ge5O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1200805_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6597_Cs1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28341_Li1Ga1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6450_K2Li1Al1P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753686_Li2V1Cr1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-676109_Li3In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15254_Li3Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764462_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4426_Li4Se1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-776615_Li4V1Cr3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19440_Li1V1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1097038_Li1Al2H6Br1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-21549_Li1Cr1Ge2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222826_Li2Zr6Mn1Cl15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222366_Li1Ni1Rh1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22450_Li2Pb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2724101_Li2Hf1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768692_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1001786_Li1Sc1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222296_Li1Sm1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27005_Li1Mo2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8449_Rb2Li2Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3216_Li2Zr1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557467_Li4Ca1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211498_K1Li3Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555186_Li2Zn1Sn1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28548_Li8Ge1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211486_Li1Pr6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-21778_Li2Fe2Mo3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111928_K2Li1As1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1218428_Sr3Li1Bi1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559533_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559719_Li1Pr1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-697222_Rb3Li1Zn2Mo4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029498_Li6Cr1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26015_Li1Co1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755701_Li1Mn1Sb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198025_Li1Zn2B5H20', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4779_Li2B4O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27007_Li1Fe2P3O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777529_Li2V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755709_Li1Fe1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772578_Li2Mn3Sn1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197059_Li1Sn1H6N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-20046_Li1Co1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029592_Li3Y1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26003_Li1Fe1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1206962_Li1Ta1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766022_Li4Fe1Ni3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1193501_Li2Fe1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23057_Cs1Li1Br2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-765626_Li1V1O2F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759919_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1539853_Li1V1O2F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-571527_Cs2Li1In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222661_Li2Mg1Cd1P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110680_Rb2Li1Sb1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753546_Li8Ti1S6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-643708_Li1H2I1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558628_K1Li2B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-541190_Cs2Li1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020024_Li6B4O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27122_Li1Sn2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020023_Li3Al1Si1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6099_Li1Sc1Si2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1188440_Li1Mn1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-541272_Li1Ge2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756806_Li4Mn3Cr1P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1188124_Li1Al1P2S6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177545_Li3V1Fe1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-989405_Cs2Li1In1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29829_Li1Au1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755801_Li1V1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-35388_Li1Sm1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504353_Li1Sb1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27227_Li1Ag3O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17387_Li1V1As1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020016_Li4Ca2Mg1Si2N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-642996_Li4H6Os1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1103298_Li1H3I1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8756_K1Li1Se1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192995_Li4Mn1Ge2S7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30156_Li1Mg1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1078209_Li1La2Fe1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-573677_Ba2Li3Ta1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756138_Li2V3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26997_Li1Co1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-644409_Li1Al1P1H1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753560_Li1V1P1H1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555958_Ba2Li3P7O21', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771063_Li4Fe3Ni1P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8874_Li1Si1B1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754088_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1120754_Li2H1Cl1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190486_Sr3Li1Ta1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504460_Li1Mn1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-562404_Li2Co3Se4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18422_Rb1Li1Zn2O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7941_Li6Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779006_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222442_Li5Au1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12558_Li1Mg1As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-849430_Li8Mn1Fe7P8O32', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210919_Li1La1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780493_Li8Cr1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-761121_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176891_Li8Mn3Fe5B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10517_Li1Sc1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753195_Li2W1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777815_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778398_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555206_K1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210006_Na1Li1Tm2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-551092_K1Li1Zn1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26983_Li1Mn1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1208758_Sr3Li6Ta2O11', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-20187_Li1In1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771567_Li1Ti3Mn1Cr1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222492_Li3Er1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020015_Li2B3P1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29463_Li1Be1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4495_K1Li1Te1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755332_Li3Mn1Fe2B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211213_Li3Tb3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766043_Li4Mn1Fe3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202217_Rb1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27013_Li9V3P8O29', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192746_Li1As2H3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1206808_Cs2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6711_Na3Li3Al2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19970_Li3Cu1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22042_Li1Co2P3O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770839_Li1Cr1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-989504_Na2Li1N1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029385_Li2Sn1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561257_Li1Pr2C2N4F3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754615_Li3V1Cr2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177767_Li2V1Fe1P2H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195211_Li1Nd1P4N8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557473_K5Li1Ge2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9839_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17774_K2Li3Ga1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28567_Li1Bi1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774042_Li8Mn5Fe3B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-553950_Li10Si2Pb1O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-643069_Li2H1I1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9625_Li1Mg1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-773582_Li1Te1H12N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753902_Li1Fe1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113736_Rb2Li1Co1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3540_Li2Sn1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211020_Li1Ga1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774082_Li1Co2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 32715, 'fail_count': 0}}, {'8e34692fef39b773940699fd6787e56757f12be3': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211098_Li1Cr1Cd1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222516_Li8Cu1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-769597_Li2Co1Ge3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15797_Li1Er1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558294_Li3Ta1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779775_Li24Ti11Cr1O36', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28327_Li1Ga1Br3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1180504_Li1H2I1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558054_Sr1Li2Ta2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6253_K1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780977_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211552_Li3Mn2Se4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1220972_Na1Li1Zn1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-532413_Li5B7S13', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17288_Li2Zn1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26977_Li1Mn2P3O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-696057_Li1Mg4H13Os2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-31096_Li3Al1H6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777817_Li2Mn2S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780857_Li2V1O1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222370_Li1Gd1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-677108_Li7Mo12S16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557892_Ba1Li1B3S6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19107_Li1Mn1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9143_Li1P1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222447_Li1P5Pb2O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110654_Rb2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198663_K2Li1H6N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16996_Li3Ga1Si1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-697181_Cs1Li2H3O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1221130_Na1Li4H10N5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14495_Li6Zn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222563_Li4Sc3In1Si8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770825_Li3Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780440_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-11737_Li4Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764481_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1193106_Li2Mg1H2N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222411_Li1Ca2Cu1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019778_K2Li3B1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15079_Cs4K1Li1Ga2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-570097_Sr1Li4P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6113_Li1Ti1As1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-761825_Li1Sb1Te3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1295192_Li1Mn1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202801_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-625998_Li1H1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18495_Sr1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14871_Li16Ta2N8O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4117_Li2Si2O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18711_Li1Nd1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-866640_Li1Mg1H6Ir1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557816_Ba5Li2W3O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-570379_Cs2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-684024_Li2Si1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202682_Li1Ca7Ge3H3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-841_Li2O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-650024_Rb1Li1Bi2Mo4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6175_Ba1Li2P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555965_Li2Zn1Sn3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9588_Li1P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1188344_Cs1Li1Cl2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8870_Li1Mg1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6259_Sr1Li2Ta2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019708_Cs1Ba1Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197982_K2Li1In1Mo3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13772_Li3Pr2B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559185_Li8Bi2Mo7O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113747_Rb2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6648_K1Li1B4O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-758511_Li2V2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1305171_Li1Mn1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1219622_Rb1Li1Mg1B4H16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556814_Li1Nd1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778260_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28243_Rb1Li1Cl2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557652_Li3Mo3P3O17', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18878_Li1Fe1As2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28603_Na1Li1Se1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779891_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020164_Na3Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554108_Li1Re1O2F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14638_Rb2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019555_Ba1Na1Li3B6O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757242_Li5Au1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1207120_Ba2Li1I1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27231_Li2Te1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1025496_Li1Nb1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7535_Li5Al1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15795_Li1Dy1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756692_Li3Cr1Fe2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19017_Li1Fe1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556649_Li4Ga3Si3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8611_Li8Ce1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8751_Rb1Li1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1290989_Li1V3Zn2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1112671_Cs2Li1Sm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212059_Li3Tm1N6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557177_Li2Al1B5O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6146_Li1Nb1Zn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-510338_Cs2Li1V1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26971_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5990_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1189625_Cs2Li1Sc1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779056_Li2Fe1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15960_Li5Al1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5061_Li5Re1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10103_Li1Yb1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757332_Li4Mn3V1P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777049_Li1Fe1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1208770_Sr3Li6Nb2O11', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778872_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18194_Li1Tb1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1180540_Li1Sc1Si2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-763186_Li2Mn3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6668_Li1Ti1P1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192153_Li1Dy1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-695505_K2Li1Nb6P3O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559814_Li5Sb1S3I2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775304_Na9Li1Fe10Si20O60', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210866_Li1V1Cd1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18722_Cs2Li1Mn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777856_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020031_Li1Ca1Al1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4825_Li7V1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17664_Li1Ni2P3O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772521_Li8Ti1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1078834_Li1Ru1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196748_Li1Mn3H6Se8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1199218_Li3As7H39N13', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18988_Li2Mn1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9722_Na2Li1Ga1As2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-24413_Na2Li1Al1H6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14646_Li2Mg2S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1104857_Sr3Li4Si2N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197046_Li3Mg1Zn5B15H60', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774941_Li1Ni2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18050_Li2Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777511_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554203_Li4Ga3Si3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222461_Li1Bi3I2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557717_Li3Nd3W2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211461_K1Li1Dy1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210400_Na3Li1Ti2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759849_Li2Ti6Zn3O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110649_Rb2Li1Y1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1078724_Li1As1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10814_Sr1Li1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111845_Cs2Li1Nd1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-570869_Li1Nb3In1Cl9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-705884_Li1Fe1P1H1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212457_Li3Gd3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-684817_K2Li1Ta6P3O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7575_Li1Zn1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1139957_Li1Y1Tl2Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10970_Li1Er1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-644271_Li1H1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211183_Li1Tm6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1106183_Li1Al1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1206881_Li1Ta1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755721_Li4Cr3Fe1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775204_Li2V3W1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29410_Li2B2S5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1021510_Li1Ge2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780938_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198596_Li2P7H27N9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1665344_Li1Ni1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-686129_Li5Ti1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212005_K1Li1W1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22994_Li1I1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 32729, 'fail_count': 0}}, {'1009785e7c8e971aa74e9c37a10fd95b1ddaef9e': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020146_Na2Li1B5P2O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111839_Cs2Li1Pr1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772416_Li2Ti3Sn1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771159_Li2V3W1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557375_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561237_Li1Ca1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210797_Li2Mg1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-943469_Li1Mn1H1S1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-570948_Li1Ca1Ga1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26985_Li2Fe3P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14457_Na3Li3Ti2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-861182_Li4Ti1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6499_Ba1Li1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3368_Li1Nb3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753589_Li2V1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29040_Li3Zr4F19', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-510073_Rb1Li1H4N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-642740_Cs1Li1H4N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560072_Li4Be3As3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198331_Rb4Li1H3S4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772185_Li6Hf2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15558_Li3Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194339_Li3Sb1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556157_Li1Tl3Mo2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176615_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1112669_Cs2Li1Tb1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-644092_Na2Li1Al1H6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1203059_Li1As3H2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6373_Li3Fe2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10616_Ba1Li1As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-552663_Li1Sc1As2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2659_Li1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774702_Li3Bi1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17685_Li3Ga1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-585338_Li3Mn3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557962_Sr1Li1B1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18002_K1Li3Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22538_Li8Pb1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16577_Li2Ca1Hf1F8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029424_Li1Ti2N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23818_Ba1Li1H3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210920_Li1Gd1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1206187_Rb2Li1Rh1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211383_Li2Ni2Mo3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211252_Li2La1N5O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756316_Li3Sb1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779092_Li24Ti11Cr1O36', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3924_Li1Nb1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22417_Li1Ni1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1191729_Li1Ho1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561410_Li1Fe1Mo1Cl1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558555_Li1Fe1Se2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176564_Li1Tm1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30249_Li4Ge1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-694934_Li2Ti1Fe1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15790_Li1Ho1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29344_Li1Ga1Cl3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759065_Li3V2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211585_K1Li1Gd1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222696_Li5Mn5Se8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110869_K2Li1Bi1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15792_Li1Gd1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756320_Li3Fe4Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195894_K9Li3Nd3B7O21', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17125_Cs1Na3Li12Ge4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768041_Li4Mn1Cr3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-675779_Li2Mo3S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755320_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28463_Li1Nb3Cl8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772042_Li1Ti1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504354_Li1Bi1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-725430_Li2Ti4Ni1P4O20', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555089_Sr1Li4Ca1Si2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754348_Li2Cr1Fe1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558815_Rb2Li1V1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17208_K2Li14Zr3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560297_Li1Ta1Si1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020620_Rb5Li6B11O22', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-676361_Li3Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9657_Li1As1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1191085_Li1Y1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211386_Li3Pr3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1100398_Li1Be1Sb1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30100_Li2B2Se5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222580_Li5Cr3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759630_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559680_Li1V1Ge2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-24610_Li1P1H2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28336_Li3P7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6726_Cs1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1200250_Na1Li1Ni1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755153_Li4Cr3Fe1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-973966_Li1In1I4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756275_Li1Ti1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020664_Rb2Li5B7O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22663_Rb2Li1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1209991_Na1Li1Lu2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-541001_Li1In1I4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6075_Ba2Li1B5O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25983_Li1Mo1O8P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777961_Li4V1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778203_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554733_Li4Al3Ge3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23384_Li1I1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4604_Li7V1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-752936_Li2Mn1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556786_Li1Cd1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753702_Li1V1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7594_Cs1Li1F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-996962_Li1Ag1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195868_Li1Ce1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-569501_Li1Ca1Bi1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-781788_K2Li1Nb6P3O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778433_Li3Cr2P3S12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-722890_Li3H6Ir1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-581162_Li3V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111927_K2Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780483_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019615_Cs3Li4B7O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755639_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190195_Li1In1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557793_Rb4Li1Zr3H2F19', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6179_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12160_Li6Ho1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210819_Li1Mg2H7Os1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766132_Li2Zr1Fe1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26955_Li1V1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25995_Li4Co1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210997_Li1Tm1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-567628_Rb2Li1Dy1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557112_Li4Ga3Si3I1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19260_Li2W1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780294_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3731_Li1Nb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222477_Li1V1Zn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196171_Li1Sc1H2Se2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113018_Cs2Li1Dy1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1189974_Li1La1C2N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754990_Li2V1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-866755_Li1Mg149', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772395_Li1V1O2F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222742_Li2Mg1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210796_Li2Mn1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770533_Li6Mn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558431_Li1Cu1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558369_K2Li1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211542_Li3Ho3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25840_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-720254_Li2H4S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1206880_Li2Hg1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210933_Li1V1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222468_Li1Mo1P2W1O11', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1219628_Rb1Li1Mn1B4H16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-767467_Li7Y7Zr9S32', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113008_Cs2Li1Pr1I6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190404_Sr3Li1Nb1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561430_Li1Lu1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1095291_Li2Sn1Se3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7688_Li2Cd1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15543_Na1Li1Zr1Si6O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8754_Na1Li1Te1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559106_K1Li3Pb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3524_Li1P1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1228109_Ba8Li13Ga1Sb12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177332_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15794_Li1Y1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222830_Li2In1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3980_Li1Sb1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-696949_Li3Te1H1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4586_Li1Al1Te2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 32745, 'fail_count': 0}}, {'9cfe6e28d63048da738521f76e8613aa762ea713': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560465_K11Li1Mn4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-769032_Li3Nb1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192659_Li1Ga1H8N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176640_Li1Mn1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29149_Li4N1Cl1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211226_Li3Y3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6674_Li1La2Sb1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1209980_Na1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1038038_Li1Mg30Mn1O32', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1181006_Li1V1Te1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-540946_Li1Re1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756196_Li2Co3Ni1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222458_Li1B12P1C1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1320145_Li1Fe1Mo1Cl1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-567219_Li4Ca3Si2N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560555_Li8Bi2Pd1O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1275701_Li2Ni3Bi1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210974_Li1H2C1N5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560605_Li1La4Au1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-989512_Li1Tl2In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-553962_Rb2Li1Nb1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1228175_Ba5Li1Mo2N7Cl2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25407_Li1Fe1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764248_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17240_Rb1Na3Li12Si4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211480_K1Li1Lu1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9172_Li4Ti1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775306_Li2Ti3Fe1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753353_Sr4Li1Cu1C2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5368_Li2Ge1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113980_Rb2Li1Dy1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-765559_Li1Ag1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1981564_Na1Li1Ti3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754534_Li2Ce1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-562137_K1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-733455_Li3H6Rh1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5614_Li3B1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1312877_Li2V1O1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757868_K2Li3Co1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555420_Na1Li1Ti3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211459_K1Li1Er1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771705_Li1Mn1Nb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1199453_K1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1180673_Li2Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-740717_Li1H4S1N1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210908_Li2Lu5B3O13', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-607785_Rb6Li1Nd11Se12Cl16O36', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2931_Li2Ti1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190151_Sr3Li1Sb1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-704943_Li2Mn3Zn1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4558_Li4Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-740714_Li1B5H2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756117_Li2Ti1Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27094_Li1Sn2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7611_Li2Ca1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755695_Li2Co1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764622_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561011_Li2Ta2O3F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754791_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755540_Li2V1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1200887_Li1Eu2C1I3N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198027_Li1Si2B1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19103_Li1Cr1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-709186_K4Li1H3S4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30209_Li1B1H4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18987_Li1Mo1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1223469_K1Li1Zn3O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9018_Li1Cd1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559848_Li4Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561778_Cs1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555333_Li1Mn1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-31468_Li1Ca1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556902_K1Li4Nb1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8796_Sr2Li1Sc1B4O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-758454_Li1P4W1O13', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555899_Li2Si3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-37906_Li1Mg1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770932_Li1Sb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777570_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556085_Rb2Li1Ta1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-510641_Li1Fe1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-553926_Na1Li1B4O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759900_K2Li1Nb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768110_Li2Ti3Co1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19492_Li1Mn1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759647_Li1W1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756362_Li1Cr1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774707_Li5Mn5Se8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759282_Li3Fe2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559554_Li2Te1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192133_Li1B1H4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110679_Rb2Li1Y1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17056_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760483_Li2Pd1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15789_Li1Dy1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-531523_Li1Ga5O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190364_Li2Sn1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764484_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-776627_Li3Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23702_Li1H2N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28510_Li3Bi1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756311_Li1Fe1Sn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13944_Li3Al1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2878_Li3P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18793_Li1Cr1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504849_Cs2Li2Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020705_Rb2Li3B1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772976_Li8Mn15Ni1O32', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-721239_Li10Ge1P2Se12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26143_Li3Mn3P4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755477_Li1Mn1P1H1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760342_K1Li1H2W1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8452_Na1Li1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1206440_Cs2Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1221200_Na4Li4Mn1Fe3P4O16F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6478_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1080625_Sr2Li1Re1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18741_Rb1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210804_Li2Zn1Ge1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1201902_Li1H2Br1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559052_Li1Nb3Bi4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1188395_K1Li2H3O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194119_Li2Sn1H6O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561474_K3Li1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775865_Li2Ti3Mn1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556799_Li3In1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9244_Li1B1C1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22526_Li1Co1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-767165_K2Li1V1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775256_Li4Mn1V3P8O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1193172_Li2Mn1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759232_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111110_K2Li1Sc1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764488_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559987_Li1Al1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1104693_Li1Ca2H1C3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1101935_Li4Mg1H3N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557012_Li3Sc1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558455_Na4Li5B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-736_Li3P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-783910_Li1Fe1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754635_Li2Mn1Fe1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558219_Sr1Li1B3S6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23582_K1Li6Bi1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196153_K1Li1Y1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756125_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195542_Rb2Li1Nd1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16055_K1Li3Zr2Si12O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113928_Rb2Li1Sc1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557756_Li4Zn1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195718_Li4Sn1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560518_Rb1Li2Be2F7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754863_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558917_Li1Mo1I1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774797_Li2Ti3Zn1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558105_Li1B6O9F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222618_Li2Zn1Cd1P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194523_Li2Ca1Ta2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222519_Li1Fe3Si1P1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8294_Cs2Li2Ti1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757198_Li2V1O1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-674219_Li1Cr3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26262_Li1Cu1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779361_Li24Ti11Cr1O36', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777452_Li1Nb1Co1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1138_Li1F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020056_Li1Ca3Si2N5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111833_Cs2Li1Y1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-541568_Sr2Li3Nb1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195536_Cs1Li5Mn1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 32766, 'fail_count': 0}}, {'3aeef2d1f6afbb1af7877f86d762cb5c7c09f933': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197930_Cs1Li2Gd4B5O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211214_Li4Be3As3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1200439_Li1In1C2N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775258_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757936_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1190441_Li1Sb1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-570935_Li1I1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757513_Li2Mn3Co1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14030_Na2Li1Y1Si6O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6211_Rb1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1220967_Na1Li1Cd1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020019_Li2P1N1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210931_Li1Fe1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1178101_Li10Sc9Fe1Si20O60', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113707_Rb2Li1Rh1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5418_Li6Zr2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561095_Li1Ho3Ge2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195382_Li2Sn1H14Se3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753861_Li2V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211435_K1Li1Tb1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-601344_Li1Zr3H18N4F19', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556237_K1Li1Y1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222517_Li1La5Si4N10O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194993_Cs2Li1Nd1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560667_Cs1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753732_Li2Co1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26039_Li3Mn2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4995_Li1Sb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28994_K1Li2As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222483_Li1Bi3Br2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558597_Na1Li1Y2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-584122_Li2Co3P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-762019_Li1V1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26965_Li2Cr1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28989_Li10Br1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-766101_Li2Fe1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6224_Li1Sc1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-709066_Rb4Li1H3S4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14023_Na3Li3Sc2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1223032_Li9Nd2P5S20', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211088_Li1Ca1P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-530262_Li15Cr2N9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755204_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561254_Na1Li3Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-24199_Li1H1F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5012_Li2Si1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755225_Li8Zr1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23774_K2Li1Al1H6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-20310_Li1In1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1193542_Li1Mn1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19131_Li1Mn1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1193498_Li1Mg1Al1H6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-867665_Li1V3O2F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-629430_Sr1Li2Cr1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12829_Li1Ca1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194832_Li1H4S1N1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27483_Li5Tl1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-643259_Li4H3Cl1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1182786_Cs1Li2H3O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-674420_Li2Ni1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558890_Ba1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6318_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16264_Li1Ca1Sb1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756864_Li1Cr1Sn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18860_Li2V1Si1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-850189_Li1V1Sn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020026_Li1Be1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176610_Li1Ni1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6126_Li1Cd1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780606_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18925_Li6Co1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194740_Li1Sc1Ge2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1209665_Rb3Li1Pb4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177503_Li4Cr3Fe1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-887746_Li1Fe1Se4O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756423_Li2Co3Bi1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-849522_Li8V3P8O29', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759138_Li2Mn1Fe1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210789_Li2Si1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554164_K1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16792_Ba4Li1Ta3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-561396_Li3Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2251_Li3N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6425_Li3In2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555979_Li2Pr1N5O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196457_Li2B3O4F3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222810_Li2In1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6665_Ba4Li1W2N7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211144_Li1Sm6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1209986_Na1Li1Er2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774742_Li3Sc2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554442_Li1Au1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26991_Li1Co1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-570080_Li2Te1Se3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27503_Li1V3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1095289_Li1Ca1As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556655_Li2Al1B1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555366_Li1Ho1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222860_Li7Mn1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211142_Li5I1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13985_Li2Pd1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14827_Li7Nb1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222708_Li1H7S4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17159_Li2Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13276_Sr1Li1P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558083_Ba1Li2Ti6O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-850743_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3297_Li10Zn4O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211168_Li4Be3P3I1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1103940_Li6P1Br1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558310_Ba1Li2Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780297_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202461_Li1Ca2Mn2Si5H1O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211004_Li1Sm1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556861_Li1Y1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-680395_Li3As7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504854_Na2Li3Co1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1196988_K5Li2Pr1F10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-581225_K1Li1Nd2Mo4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16955_K2Li3Fe1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222349_Li1Ge1Rh1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774749_Rb1Na3Li12Ti4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28122_Li1Gd1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779227_Li24Ti11Cr1O36', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8491_Li1In1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12185_Li1Cu1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-966801_Li1Ca1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111671_K2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-761236_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3503_Li6W1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8450_Rb2Li2Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1178391_Cs1Li1W1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-761112_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558102_K1Li1Si2O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177695_Li3Cu1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16804_Li1Ca1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211772_Li3Dy1N6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192528_Li1Ca3As2H1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-37873_Li3Er1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559277_Sr1Li1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27003_Li3Mo2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554093_Li9Fe3P8O29', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559518_Li2Fe1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-777682_Li2Nb1V3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-976280_Li1Br1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211468_Li6Er1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755815_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9066_Na1Li2As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1111112_K2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6248_Li1Gd1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029522_Li7Sb1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020013_Li2S2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-510529_Li1Cr1Si2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-989551_Li1Tl2In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15549_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754241_Li4Cr3Fe1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-31488_Li3Nb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8180_Li1N1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029562_Li3In1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8181_Li2Ce1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25985_Li1Cr1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8926_Li3B1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774920_Li1Fe1Sb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7020_Li1Y1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19377_Li1La2Mo1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778493_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774432_K2Li3Ni1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768701_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020060_Li1B1S4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6654_Cs2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 322, 'fail_count': 0}}, {'8a69d575213249adf48d4caf24d1ad7ea2f81352': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7117_Li1Al1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559240_Li2Mn1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1203440_Li1Zn1S1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780190_Li2Cr3Ni2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020014_Li3B11O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7205_Li1In1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28450_Li4P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557798_K5Li2Nd1F10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26009_Li1Mo2P2O11', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19219_Li3V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771112_Li2Mn3Ni1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1189929_Li2Pt1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-861245_Li1Ag1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1205167_Na3Li1Y3P3C1O15F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556886_Li4Al3Ge3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760236_Li2V1Cr1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554577_Li4P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-752913_Li2Fe1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1153_Li2S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-697926_Li1Cd2H1Se2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-21633_Li3V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1199122_Li2Ca1Si2N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212476_Li3Gd1N6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28146_Li1Ga5O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-770361_Li1V2B1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1228258_Ba5Li2Te3O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754656_Li1Mn1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-21932_Na3Li3Co2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-35759_Li2Ni1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1303958_Li2Ni3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3949_K7Li1Si8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779888_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1180666_Li2Be1H4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6663_Na1Li1Ge4O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-11189_Li2Mg1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-849406_K4Li3Nb18P12W2O84', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759377_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8702_Li1Ga1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-531826_Li2Pt1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764318_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198324_Li2B8Se1O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-25448_Li1Cr1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211233_Li1Dy6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18037_Li1Nb1Zn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759793_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222638_Li1Mg4Al1Mo6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197133_Li2Be2H4N1F7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26019_Li1Mn1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-530399_Li1Al5O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14115_Li1Rh1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-567652_Cs2Li1Y1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754206_Li1Bi3Cl2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7603_Li2Ti1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-11582_Li1Ga1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177776_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1181012_Li4Re6S11', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192737_Li4Mn1Sn2Se7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6783_Na1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-765346_Li1V1Si2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755129_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756254_Li1Ni1Sb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-638070_Li1B13C2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757168_Li1P4W1O13', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1188898_Li1La1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222757_Li2Mg1Ti9O20', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10555_Ba2Li1Re1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26013_Li1Mo2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-754758_Li2Fe1O2F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197768_Ba2Li1Al1C4N8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504806_K2Li14Pb3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-767088_Li3Sb11S18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019716_Cs1Li4B5O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-996959_Li1Au1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16872_Rb1Li2Ga2B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1204402_Li1Al1C2N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28237_Rb1Li1Br2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771065_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192111_Li1Er1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556229_Li2Mn1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-37747_Li1H1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775430_Li1Bi3I2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1199215_Li1Sm1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560949_Ba1Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5854_Li1Ga1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8152_Li2Ce1As2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29892_Li1Sb3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7471_Li3Au1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113733_Rb2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8407_Li3La1P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3151_Li3Ta1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1226357_Cs2Li1Cr3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020646_Na1Li2B1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30129_Li4Ta1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-850462_Li4Mn1V3P8O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020627_Sr1Li1Al3N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4657_Li5Ga1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-567371_Sr3Li4Ge2N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7756_Sr1Li1Sb1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29195_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-530177_Li5Mn7O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15788_Li1Y1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760004_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-776618_Li4V1Cr3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-758098_Li1P3W2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-686208_Li5Si1N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1275513_Li2V3Cr1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192391_Rb1Li2Cd1C2O6F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211465_Li3Ni1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559142_K1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202325_Li1Al1Si4O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26975_Li9Cr3P8O29', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195757_Li2Sn1H10O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210682_Na3Li3Rh2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27811_Li2Te2O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756242_Li2Cr1Fe1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1097065_Li2Hf1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778202_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211607_Li3La2B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-21650_Li2Ni1Ge3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-849374_Li10Mg12Fe1P12O48', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-768150_Li1Bi3Br2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1189383_Li2Cd1Ge1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-16282_K1Na2Li3Cr2Si12O30', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15845_Sr1Li4N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778859_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8184_Li2Zn1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771082_Li4Cr1Fe3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9308_Li4Zr1F8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222589_Li1Mg1H14Cl3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1212171_Li3Y1N6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-504179_Li1Fe1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7137_Li1Tb1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-38487_Li7Bi1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558765_Li2Ni1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-652479_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14488_Li3In2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-4556_Li2S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-771712_Li2Fe3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560157_Li1Mg1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1040079_Li1Mg30Cr1O32', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757_Li3As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778476_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779471_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-20052_Li1Mn1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-690542_Li4W1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211362_Li1B6H6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1280709_Li1V3Zn2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222336_Li1Zn1Rh1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210923_Li2Fe1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176650_Li1Mn1V1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-558045_Na1Li2P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1112624_Cs2Li1Gd1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-13843_Li2Te1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774907_K1Li1Zn1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-23856_Li1H1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774368_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554395_Na5Li3Ti2S8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1205129_Na3Li1Ti2Si4H4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1205883_Rb2Li1Ho1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2074_Li3Sb1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760164_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19430_Li3Fe2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-757614_Li1Fe1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557632_K2Li1B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-2710677_Li1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222972_Li2Ti1Fe1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176839_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222354_Li1In1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779087_Li3Mn2Fe1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194726_Li2Se2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 349, 'fail_count': 0}}, {'e746c78c3423b2f0d83424a27e060e10f63f6143': {'job_task_list': [{'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14712_Li7P1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1205649_Li1Sc1Tl2Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211241_Li1Nd6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3647_Li1Ga1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-850414_Li1B3P1H3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-540268_Li1Mo2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778302_Li8Mn5Fe3B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-765567_Li4P5H1O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029739_Li6Fe1N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-705887_Li2Ti1Cr1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-721253_Li10Si1P2Se12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7744_Li1S1O3F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1029776_Li2Ge1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1307659_Li2Mn3Ga1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194674_Li1Ga1H8N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19896_Li2Ge1Pb1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1112998_Cs2Li1Tm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19104_Li1Yb1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14363_Rb2Li1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6527_Na3Li3In2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211256_Li3Sm3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9912_Li2Ce1P2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-772830_Li4V2Si1Ge1O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-775195_Li12Mn11Fe1P12O48', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17718_Cs1K1Na2Li12Si4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1219554_Rb1Li1Zn1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-645405_Rb6Li1Pr11Se12Cl16O36', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753828_Li2Co1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020059_Li1Ge2N3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756582_Li2Co1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020106_Li1B1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211094_Li1Ca1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554324_Li1Ca9Mn1P7O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779418_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1284679_Li2Fe1Co3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211079_Li1Tb6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-510635_K1Na2Li1Ti2Fe2Si8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1407369_Li1Cu1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554560_Li4Be3P3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-18220_Li1Al1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-761246_Li2Mn1Fe1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177349_Li4Mn1V3P8O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753571_Li1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774303_Li6Mn5Fe1B6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1185531_Li1Nd6B3O13F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28030_Li8Nb2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559300_K1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1203394_Li2Mn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-985583_Li3P1S4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27687_Li1P7', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-7971_Ba4Li1Sb3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554940_Li1Cr3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-753940_K1Li1Mn1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-559452_Na5Li1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1306034_Li2V3W1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29985_Li1Nb6Cl19', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6838_Na2Li1Fe1Si6O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211905_K3Li1Ge4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-560189_Na1Li2B1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195055_Rb1Li6B2O6F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28545_Rb1Li1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-861717_Li8Mn1Fe7P8O32', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1195620_Li1H2Cl1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176831_Li8Mn1Fe7B8O24', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555112_Li2Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-698205_Li1B1H2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-764299_Li2V1Fe1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-21270_Li1Fe1Ge2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1540429_Li1Bi1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1209478_Rb2Li3Ga1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-778889_Li24Ti11Cr1O36', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-22694_Li1P1Pb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113981_Rb2Li1Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1101989_Sr1Li1As1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8430_K1Li1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1177877_Li2Mn1V1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1194891_Li4Zn1H12N6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198049_Li6Nd1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554752_Rb1Li7Si2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1192145_Li1Ga1H4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-27419_Li1Bi1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-642650_Li1P1H2O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-680450_K2Li1Sn4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-20782_Li1In1Te2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-675020_Li4Mo1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1114027_Rb2Li1Tl1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-760105_Li2V1Cr1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222897_Li2Al2Cr1Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222778_Li2Ti1I6O18', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12263_Li1Au1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1302892_Li2V3Cr1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8892_Li1In1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557268_K1Li4Al1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1213704_Cs3Li1Pb4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29520_Li1Au1I4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1189725_Li2H1N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6456_Li1Nb1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8204_Li1Al1B14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198726_Li1B6H6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26027_Li1Ni1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1019782_K2Li1B1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-644419_Li1H1S1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1110975_Cs2Li1Ce1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1113016_Cs2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-557560_Li1H4S1N1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-849570_Li2V3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-8873_Li1Ge1B1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-697263_Li1As1H2O1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-15796_Li1Ho1Se2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-779072_Li4Mn1Fe3B4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-761275_Li1V1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1209597_Rb2Li1Mn3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-6396_Li3V2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-554540_Li5Re1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1080679_Li1Ta1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-570218_Li1Be1H3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-643655_Li1Al2H6Cl1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10971_Li1Er1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-699932_Ba3Li2Mo4P6Cl2O28', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10182_Li1Zn1P1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1316064_Li2V3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-562394_Cs4Li2Si6O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211541_Li6Sm1B3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28253_Li1Bi1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19251_Rb1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1225887_Cs1Li1Zn1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-568385_Sr1Li1Ga1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756218_Li1V1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1197500_Ba3Li2B10H6O22', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-19511_Li5Fe1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1222820_Li2Mg1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1211446_Li7P1Se6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-3054_Li2C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1223005_Li3Fe1Ni2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-556209_Rb1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020647_Sr2Li1Be1B3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-759803_Li2V1Cr1P2H2O10', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28549_Li8Si1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-755934_Li1Mn1Sn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1309214_Li2Mn3Ga1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1198048_Li2Cu3Se4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1178030_Li2Cr3Sb1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1202737_Li2Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-26963_Li1V1P1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-942700_Li1Ni1S1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5127_Li1Cu1O1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1079483_Li1Au1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-774715_Ba4Li1Nb3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-30301_Li1Cl1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-28471_Li3As1S3', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-10499_Li1Zr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5832_Li2Ge7O15', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5914_Li3B1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-756198_Li14Mn2S9', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1020725_Sr4Li2B12O23', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-9610_Li2C1N2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-780497_Li2Mn1Fe1B2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210935_Li3Dy3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1193269_Li2Si1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-12645_Li1Ho1O2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210849_Li2Fe1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-17854_Li1In1Ge1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-29025_Li5Br2N1', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-505381_Na1Li3H8N4', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-555939_Li2Te2O5', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1210977_Li1Mn2Te1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-5048_Li1Ga1Te2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-14484_K1Na1Li2S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_electrochemical_stability.py', 'task_work_path': 'mp-1176780_Li1Co1S2', 'forward_files': ['*'], 'backward_files': ['log', 'err', 'rxn_e.png'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 170, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 377, 'fail_count': 0}}]}
可能出现个别任务没有成功执行的现象,可以删除tasks
文件夹中所有的*finished
文件,再次提交任务。
/data/cathode_coatings/03.electrochemical_stability dpdispatcher.log machine.json tasks lithium_materials_data_3nd_screen.csv resources.json
处理电化学稳定性计算结果。
308
化学稳定性筛选
界面反应能量:为了避免正极/固态电解质不利的化学反应,采用了涂层技术,创建两个新的界面,即正极/涂层界面和涂层/SSE界面。这两个新界面应当具有比原始未涂层的阴极/SSE界面更高的稳定性。使用DFT计算来确定与固态电解质和正极的反应能量都小于100 meV/原子。
/data/cathode_coatings/04.chemical_stability
生成并切换到工作目录04.chemical_stability
。
这里为包覆/正极界面和包覆/固态电解质界面分别配置了 machine_cathode.json和machine_electrolyte.json两个文件。
Overwriting machine_electrolyte.json
Overwriting machine_cathode.json
Overwriting resources.json
提交包覆/固态电解质界面化学稳定性计算任务。根据文章,固态电解质设置为Li3PS4
。
2023-11-01 19:02:33,747 - INFO : info:check_all_finished: False 2023-11-01 19:02:39,974 - INFO : job: 08b31b9abc4e47bcbc1f76aa3fc16b11b4bfffe9 submit; job_id is 5451 2023-11-01 19:02:40,008 - INFO : job: 17d46787fce4bcfdbf0649155c91f89153bc2c7d submit; job_id is 5456 2023-11-01 19:02:40,042 - INFO : job: 7858bb04670733b292f72f25cadb02b94a510e24 submit; job_id is 5464 2023-11-01 19:02:40,073 - INFO : job: ec0970e5c86eddebd9c0d444a1784e746d464dc2 submit; job_id is 5475 2023-11-01 19:02:40,110 - INFO : job: 3c434eb67b0ae8119a154cd57ecf48b626073332 submit; job_id is 5489 2023-11-01 19:02:40,142 - INFO : job: a6427a6e7c349c1616c043966ccdbaf34ec337a2 submit; job_id is 5505 2023-11-01 19:02:40,174 - INFO : job: e208d03a63bf13124acf93791f945c3398c89b50 submit; job_id is 5522 2023-11-01 19:02:40,205 - INFO : job: 4942866f613dc28e83f423b5884d861bf1f35420 submit; job_id is 5544 2023-11-01 19:02:41,285 - INFO : job: 4942866f613dc28e83f423b5884d861bf1f35420 5544 finished 2023-11-01 19:03:11,324 - INFO : job: 08b31b9abc4e47bcbc1f76aa3fc16b11b4bfffe9 5451 finished 2023-11-01 19:03:11,534 - INFO : job: 17d46787fce4bcfdbf0649155c91f89153bc2c7d 5456 finished 2023-11-01 19:03:11,543 - INFO : job: 7858bb04670733b292f72f25cadb02b94a510e24 5464 finished 2023-11-01 19:03:11,551 - INFO : job: ec0970e5c86eddebd9c0d444a1784e746d464dc2 5475 finished 2023-11-01 19:03:11,558 - INFO : job: 3c434eb67b0ae8119a154cd57ecf48b626073332 5489 finished 2023-11-01 19:03:11,564 - INFO : job: a6427a6e7c349c1616c043966ccdbaf34ec337a2 5505 finished 2023-11-01 19:03:11,571 - INFO : job: e208d03a63bf13124acf93791f945c3398c89b50 5522 finished
{'work_base': 'tasks_electrolyte', '_abs_work_base': '/data/cathode_coatings/04.chemical_stability/tasks_electrolyte', 'machine': {'batch_type': 'Shell', 'context_type': 'LocalContext', 'local_root': './', 'remote_root': './tasks_electrolyte', 'remote_profile': {}}, 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'forward_common_files': [], 'backward_common_files': [], 'belonging_jobs': [{'08b31b9abc4e47bcbc1f76aa3fc16b11b4bfffe9': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560894_Li4Be3P3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-21650_Li2Ni1Ge3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1189625_Cs2Li1Sc1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6668_Li1Ti1P1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020146_Na2Li1B5P2O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-759793_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-10499_Li1Zr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9018_Li1Cd1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6413_Li1Dy1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111126_K2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558555_Li1Fe1Se2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1205883_Rb2Li1Ho1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-16804_Li1Ca1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-543044_Ba1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1188898_Li1La1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222492_Li3Er1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-777817_Li2Mn2S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555958_Ba2Li3P7O21', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211480_K1Li1Lu1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6179_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211079_Li1Tb6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1193269_Li2Si1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1080679_Li1Ta1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222810_Li2In1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560866_Li1La1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-4995_Li1Sb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14458_Na3Li3Cr2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-19492_Li1Mn1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206962_Li1Ta1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-10103_Li1Yb1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-37873_Li3Er1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-534775_Li1Ti3Mn1Cr1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558890_Ba1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26045_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556792_Li1Ca1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6597_Cs1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6425_Li3In2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112669_Cs2Li1Tb1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210866_Li1V1Cd1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020705_Rb2Li3B1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5451, 'fail_count': 0}}, {'17d46787fce4bcfdbf0649155c91f89153bc2c7d': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9308_Li4Zr1F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-850414_Li1B3P1H3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1209986_Na1Li1Er2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019782_K2Li1B1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1209980_Na1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-562137_K1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555743_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-541190_Cs2Li1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1193222_Li1Mg1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-19251_Rb1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113981_Rb2Li1Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113018_Cs2Li1Dy1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-780606_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211098_Li1Cr1Cd1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14363_Rb2Li1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15543_Na1Li1Zr1Si6O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020646_Na1Li2B1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-7638_Li1Ta3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1078799_Li1Nb1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1207120_Ba2Li1I1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196828_Na1Li1Mg1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211213_Li3Tb3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6211_Rb1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1192391_Rb1Li2Cd1C2O6F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-7594_Cs1Li1F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210003_Na1Li1Ho2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556861_Li1Y1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1194722_K1Li1Tm1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113971_Rb2Li1Tm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556783_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019609_Cs2Sr2Li3B3P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210400_Na3Li1Ti2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113980_Rb2Li1Dy1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110679_Rb2Li1Y1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8873_Li1Ge1B1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18194_Li1Tb1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-504354_Li1Bi1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-12829_Li1Ca1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1176640_Li1Mn1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559142_K1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5456, 'fail_count': 0}}, {'7858bb04670733b292f72f25cadb02b94a510e24': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-581225_K1Li1Nd2Mo4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6248_Li1Gd1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110654_Rb2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6318_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559987_Li1Al1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-551629_Cs1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26975_Li9Cr3P8O29', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1185319_Li1Cl1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112185_K2Li1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-570379_Cs2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113733_Rb2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1177545_Li3V1Fe1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-607785_Rb6Li1Nd11Se12Cl16O36', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1223017_Li2Ti1Cr1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8892_Li1In1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222344_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1226357_Cs2Li1Cr3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18495_Sr1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-989551_Li1Tl2In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1209991_Na1Li1Lu2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112671_Cs2Li1Sm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26019_Li1Mn1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14638_Rb2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560518_Rb1Li2Be2F7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28122_Li1Gd1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1198930_Li1Ga1Se2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26971_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1195827_Sr1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28567_Li1Bi1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113747_Rb2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200615_Li4Zn1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110649_Rb2Li1Y1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-24199_Li1H1F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-567652_Cs2Li1Y1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-705887_Li2Ti1Cr1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9197_Li3As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561396_Li3Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18741_Rb1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-16828_Li3B7O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26017_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5464, 'fail_count': 0}}, {'ec0970e5c86eddebd9c0d444a1784e746d464dc2': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556786_Li1Cd1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1193172_Li2Mn1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-757936_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113703_Rb2Li1Sc1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-740714_Li1B5H2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196153_K1Li1Y1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-540946_Li1Re1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556996_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6726_Cs1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6711_Na3Li3Al2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558597_Na1Li1Y2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211043_Li1Fe1Br4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-17056_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-24405_Li1Cd4Ge5H1O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1205167_Na3Li1Y3P3C1O15F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-571527_Cs2Li1In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6175_Ba1Li2P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222849_Li2Sc1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25985_Li1Cr1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561778_Cs1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-676483_Na1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559934_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211168_Li4Be3P3I1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28450_Li4P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-771567_Li1Ti3Mn1Cr1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14488_Li3In2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019606_Cs2Li2B2P4O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-22983_Li1Al1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8180_Li1N1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557798_K5Li2Nd1F10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14023_Na3Li3Sc2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557793_Rb4Li1Zr3H2F19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206440_Cs2Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-4855_Li2Se1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196457_Li2B3O4F3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1199215_Li1Sm1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211621_Li1Zn1P2H1O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-22694_Li1P1Pb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-774742_Li3Sc2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26955_Li1V1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5475, 'fail_count': 0}}, {'3c434eb67b0ae8119a154cd57ecf48b626073332': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110974_Cs2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019778_K2Li3B1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8870_Li1Mg1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-5990_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560072_Li4Be3As3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18147_Li1Ga1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1208619_Sr1Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200209_Li2B6O9F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210006_Na1Li1Tm2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113928_Rb2Li1Sc1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1202801_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110869_K2Li1Bi1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561430_Li1Lu1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-554164_K1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1189974_Li1La1C2N4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200250_Na1Li1Ni1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-601344_Li1Zr3H18N4F19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-10517_Li1Sc1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8491_Li1In1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1223686_K1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1202217_Rb1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557375_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558105_Li1B6O9F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020015_Li2B3P1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113016_Cs2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28146_Li1Ga5O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211461_K1Li1Dy1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019708_Cs1Ba1Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-554560_Li4Be3P3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561011_Li2Ta2O3F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112624_Cs2Li1Gd1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559719_Li1Pr1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560297_Li1Ta1Si1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019715_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206808_Cs2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1202737_Li2Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18640_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9839_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556237_K1Li1Y1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-676109_Li3In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5489, 'fail_count': 0}}, {'a6427a6e7c349c1616c043966ccdbaf34ec337a2': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211459_K1Li1Er1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557756_Li4Zn1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-684817_K2Li1Ta6P3O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110837_K2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111112_K2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1208634_Sr1Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560667_Cs1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15254_Li3Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222447_Li1P5Pb2O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1192681_Li1Tc1H6O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-531523_Li1Ga5O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25448_Li1Cr1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110684_Rb2Li1Bi1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6253_K1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111110_K2Li1Sc1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-16577_Li2Ca1Hf1F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6527_Na3Li3In2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020164_Na3Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020109_Li1Mg3P3O11', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111841_Cs2Li1Nd1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25995_Li4Co1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-770839_Li1Cr1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15549_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211435_K1Li1Tb1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1208625_Sr1Li1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-652479_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18711_Li1Nd1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196988_K5Li2Pr1F10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556472_Li1Y1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1195211_Li1Nd1P4N8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-17672_Ba1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-989583_Rb2Li1In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559533_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-13634_Cs2Li1Al3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196318_Cs2Li3B3P6Pb2O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-567628_Rb2Li1Dy1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6654_Cs2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-676361_Li3Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211020_Li1Ga1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1190687_Cs1Li2Cl3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5505, 'fail_count': 0}}, {'e208d03a63bf13124acf93791f945c3398c89b50': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-775597_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18704_Cs1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-758022_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15079_Cs4K1Li1Ga2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26989_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28341_Li1Ga1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-12403_Li1B1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28243_Rb1Li1Cl2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111446_Cs2Li1Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-645405_Rb6Li1Pr11Se12Cl16O36', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211494_K1Li1Ho1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222598_Li3As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-29040_Li3Zr4F19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-7603_Li2Ti1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112998_Cs2Li1Tm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211585_K1Li1Gd1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206187_Rb2Li1Rh1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560949_Ba1Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556209_Rb1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6800_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9625_Li1Mg1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-29195_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-989577_Li1Tl2Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561257_Li1Pr2C2N4F3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-12240_Na2Li1Be2F7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019794_K3Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18050_Li2Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1188344_Cs1Li1Cl2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6783_Na1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559300_K1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-770932_Li1Sb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-866755_Li1Mg149', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14484_K1Na1Li2S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020014_Li3B11O18', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1218822_Sr2Li1B10H3O19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222589_Li1Mg1H14Cl3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-759377_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-554577_Li4P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-24610_Li1P1H2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211126_Li1Sc1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5522, 'fail_count': 0}}, {'4942866f613dc28e83f423b5884d861bf1f35420': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-769319_Li1Nb1O2F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222477_Li1V1Zn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25840_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6134_Li1Ca1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560104_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113976_Rb2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555366_Li1Ho1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111671_K2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222537_Li1Zr5Tl1F22', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-504460_Li1Mn1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211214_Li4Be3As3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6478_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200805_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556641_Na2Li1Al1P2H2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555206_K1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14364_Cs2Li1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6565_Li3Sc2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6591_Sr1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111927_K2Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-13725_Li3P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210919_Li1La1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14646_Li2Mg2S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-19103_Li1Cr1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555845_Ba1Li1Zr2F11', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557189_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560036_Li2Ca3Be3Si3O12F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6456_Li1Nb1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15558_Li3Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 5544, 'fail_count': 0}}]}
/data/cathode_coatings/04.chemical_stability 1.py resources.json lithium_materials_data_4nd_screen.csv tasks_cathode machine_cathode.json tasks_electrolyte machine_electrolyte.json
提交包覆/正极界面化学稳定性计算任务。根据文章,正极设置为Li3NiCoMnO6
。
2023-11-01 19:03:23,930 - INFO : info:check_all_finished: False 2023-11-01 19:03:30,246 - INFO : job: 08b31b9abc4e47bcbc1f76aa3fc16b11b4bfffe9 submit; job_id is 6469 2023-11-01 19:03:30,280 - INFO : job: 17d46787fce4bcfdbf0649155c91f89153bc2c7d submit; job_id is 6474 2023-11-01 19:03:30,316 - INFO : job: 7858bb04670733b292f72f25cadb02b94a510e24 submit; job_id is 6482 2023-11-01 19:03:30,351 - INFO : job: ec0970e5c86eddebd9c0d444a1784e746d464dc2 submit; job_id is 6493 2023-11-01 19:03:30,386 - INFO : job: 3c434eb67b0ae8119a154cd57ecf48b626073332 submit; job_id is 6507 2023-11-01 19:03:30,420 - INFO : job: a6427a6e7c349c1616c043966ccdbaf34ec337a2 submit; job_id is 6524 2023-11-01 19:03:30,454 - INFO : job: e208d03a63bf13124acf93791f945c3398c89b50 submit; job_id is 6544 2023-11-01 19:03:30,485 - INFO : job: 4942866f613dc28e83f423b5884d861bf1f35420 submit; job_id is 6566 2023-11-01 19:04:01,614 - INFO : job: 08b31b9abc4e47bcbc1f76aa3fc16b11b4bfffe9 6469 finished 2023-11-01 19:04:01,629 - INFO : job: 17d46787fce4bcfdbf0649155c91f89153bc2c7d 6474 finished 2023-11-01 19:04:01,636 - INFO : job: 7858bb04670733b292f72f25cadb02b94a510e24 6482 finished 2023-11-01 19:04:01,644 - INFO : job: ec0970e5c86eddebd9c0d444a1784e746d464dc2 6493 finished 2023-11-01 19:04:01,651 - INFO : job: 3c434eb67b0ae8119a154cd57ecf48b626073332 6507 finished 2023-11-01 19:04:01,659 - INFO : job: a6427a6e7c349c1616c043966ccdbaf34ec337a2 6524 finished 2023-11-01 19:04:01,666 - INFO : job: e208d03a63bf13124acf93791f945c3398c89b50 6544 finished 2023-11-01 19:05:01,753 - INFO : job: 4942866f613dc28e83f423b5884d861bf1f35420 6566 finished
{'work_base': 'tasks_cathode', '_abs_work_base': '/data/cathode_coatings/04.chemical_stability/tasks_cathode', 'machine': {'batch_type': 'Shell', 'context_type': 'LocalContext', 'local_root': './', 'remote_root': './tasks_cathode', 'remote_profile': {}}, 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'forward_common_files': [], 'backward_common_files': [], 'belonging_jobs': [{'08b31b9abc4e47bcbc1f76aa3fc16b11b4bfffe9': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560894_Li4Be3P3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-21650_Li2Ni1Ge3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1189625_Cs2Li1Sc1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6668_Li1Ti1P1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020146_Na2Li1B5P2O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-759793_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-10499_Li1Zr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9018_Li1Cd1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6413_Li1Dy1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111126_K2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558555_Li1Fe1Se2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1205883_Rb2Li1Ho1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-16804_Li1Ca1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-543044_Ba1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1188898_Li1La1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222492_Li3Er1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-777817_Li2Mn2S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555958_Ba2Li3P7O21', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211480_K1Li1Lu1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6179_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211079_Li1Tb6B3O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1193269_Li2Si1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1080679_Li1Ta1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222810_Li2In1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560866_Li1La1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-4995_Li1Sb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14458_Na3Li3Cr2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-19492_Li1Mn1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206962_Li1Ta1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-10103_Li1Yb1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-37873_Li3Er1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-534775_Li1Ti3Mn1Cr1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558890_Ba1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26045_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556792_Li1Ca1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6597_Cs1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6425_Li3In2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112669_Cs2Li1Tb1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210866_Li1V1Cd1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020705_Rb2Li3B1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6469, 'fail_count': 0}}, {'17d46787fce4bcfdbf0649155c91f89153bc2c7d': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9308_Li4Zr1F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-850414_Li1B3P1H3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1209986_Na1Li1Er2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019782_K2Li1B1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1209980_Na1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-562137_K1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555743_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-541190_Cs2Li1V1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1193222_Li1Mg1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-19251_Rb1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113981_Rb2Li1Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113018_Cs2Li1Dy1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-780606_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211098_Li1Cr1Cd1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14363_Rb2Li1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15543_Na1Li1Zr1Si6O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020646_Na1Li2B1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-7638_Li1Ta3O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1078799_Li1Nb1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1207120_Ba2Li1I1O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196828_Na1Li1Mg1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211213_Li3Tb3Te2O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6211_Rb1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1192391_Rb1Li2Cd1C2O6F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-7594_Cs1Li1F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210003_Na1Li1Ho2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556861_Li1Y1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1194722_K1Li1Tm1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113971_Rb2Li1Tm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556783_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019609_Cs2Sr2Li3B3P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210400_Na3Li1Ti2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113980_Rb2Li1Dy1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110679_Rb2Li1Y1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8873_Li1Ge1B1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18194_Li1Tb1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-504354_Li1Bi1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-12829_Li1Ca1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1176640_Li1Mn1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559142_K1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6474, 'fail_count': 0}}, {'7858bb04670733b292f72f25cadb02b94a510e24': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-581225_K1Li1Nd2Mo4O16', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6248_Li1Gd1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110654_Rb2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6318_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559987_Li1Al1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-551629_Cs1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26975_Li9Cr3P8O29', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1185319_Li1Cl1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112185_K2Li1Fe1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-570379_Cs2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113733_Rb2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1177545_Li3V1Fe1P2O8F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-607785_Rb6Li1Nd11Se12Cl16O36', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1223017_Li2Ti1Cr1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8892_Li1In1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222344_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1226357_Cs2Li1Cr3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18495_Sr1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-989551_Li1Tl2In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1209991_Na1Li1Lu2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112671_Cs2Li1Sm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26019_Li1Mn1P3O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14638_Rb2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560518_Rb1Li2Be2F7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28122_Li1Gd1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1198930_Li1Ga1Se2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26971_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1195827_Sr1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28567_Li1Bi1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113747_Rb2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200615_Li4Zn1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110649_Rb2Li1Y1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-24199_Li1H1F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-567652_Cs2Li1Y1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-705887_Li2Ti1Cr1P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9197_Li3As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561396_Li3Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18741_Rb1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-16828_Li3B7O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26017_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6482, 'fail_count': 0}}, {'ec0970e5c86eddebd9c0d444a1784e746d464dc2': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556786_Li1Cd1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1193172_Li2Mn1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-757936_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113703_Rb2Li1Sc1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-740714_Li1B5H2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196153_K1Li1Y1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-540946_Li1Re1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556996_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6726_Cs1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6711_Na3Li3Al2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558597_Na1Li1Y2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211043_Li1Fe1Br4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-17056_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-24405_Li1Cd4Ge5H1O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1205167_Na3Li1Y3P3C1O15F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-571527_Cs2Li1In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6175_Ba1Li2P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222849_Li2Sc1P2H1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25985_Li1Cr1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561778_Cs1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-676483_Na1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559934_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211168_Li4Be3P3I1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28450_Li4P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-771567_Li1Ti3Mn1Cr1P6O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14488_Li3In2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019606_Cs2Li2B2P4O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-22983_Li1Al1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8180_Li1N1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557798_K5Li2Nd1F10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14023_Na3Li3Sc2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557793_Rb4Li1Zr3H2F19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206440_Cs2Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-4855_Li2Se1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196457_Li2B3O4F3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1199215_Li1Sm1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211621_Li1Zn1P2H1O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-22694_Li1P1Pb1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-774742_Li3Sc2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26955_Li1V1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6493, 'fail_count': 0}}, {'3c434eb67b0ae8119a154cd57ecf48b626073332': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110974_Cs2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019778_K2Li3B1P4O14', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8870_Li1Mg1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-5990_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560072_Li4Be3As3Cl1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18147_Li1Ga1Si1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1208619_Sr1Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200209_Li2B6O9F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210006_Na1Li1Tm2F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113928_Rb2Li1Sc1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1202801_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110869_K2Li1Bi1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561430_Li1Lu1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-554164_K1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1189974_Li1La1C2N4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200250_Na1Li1Ni1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-601344_Li1Zr3H18N4F19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-10517_Li1Sc1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-8491_Li1In1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1223686_K1Li1Zn1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1202217_Rb1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557375_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-558105_Li1B6O9F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020015_Li2B3P1O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113016_Cs2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28146_Li1Ga5O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211461_K1Li1Dy1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019708_Cs1Ba1Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-554560_Li4Be3P3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561011_Li2Ta2O3F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112624_Cs2Li1Gd1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559719_Li1Pr1S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560297_Li1Ta1Si1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019715_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206808_Cs2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1202737_Li2Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18640_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9839_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556237_K1Li1Y1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-676109_Li3In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6507, 'fail_count': 0}}, {'a6427a6e7c349c1616c043966ccdbaf34ec337a2': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211459_K1Li1Er1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557756_Li4Zn1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-684817_K2Li1Ta6P3O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110837_K2Li1Mo1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111112_K2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1208634_Sr1Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560667_Cs1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15254_Li3Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222447_Li1P5Pb2O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1192681_Li1Tc1H6O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-531523_Li1Ga5O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25448_Li1Cr1P1O4F1', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1110684_Rb2Li1Bi1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6253_K1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111110_K2Li1Sc1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-16577_Li2Ca1Hf1F8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6527_Na3Li3In2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020164_Na3Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020109_Li1Mg3P3O11', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111841_Cs2Li1Nd1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25995_Li4Co1P2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-770839_Li1Cr1C2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15549_K2Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211435_K1Li1Tb1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1208625_Sr1Li1V1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-652479_Li1Zn1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18711_Li1Nd1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196988_K5Li2Pr1F10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556472_Li1Y1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1195211_Li1Nd1P4N8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-17672_Ba1Li1B9O15', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-989583_Rb2Li1In1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559533_Na1Li1C1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-13634_Cs2Li1Al3F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1196318_Cs2Li3B3P6Pb2O24', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-567628_Rb2Li1Dy1Br6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6654_Cs2Li1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-676361_Li3Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211020_Li1Ga1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1190687_Cs1Li2Cl3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6524, 'fail_count': 0}}, {'e208d03a63bf13124acf93791f945c3398c89b50': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-775597_Li3Cr2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18704_Cs1Li1Be1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-758022_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15079_Cs4K1Li1Ga2F12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-26989_Li1Co1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28341_Li1Ga1Cl4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-12403_Li1B1F4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-28243_Rb1Li1Cl2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111446_Cs2Li1Er1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-645405_Rb6Li1Pr11Se12Cl16O36', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211494_K1Li1Ho1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222598_Li3As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-29040_Li3Zr4F19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-7603_Li2Ti1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1112998_Cs2Li1Tm1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211585_K1Li1Gd1F5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1206187_Rb2Li1Rh1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560949_Ba1Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556209_Rb1Li1Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6800_K1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-9625_Li1Mg1P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-29195_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-989577_Li1Tl2Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-561257_Li1Pr2C2N4F3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-12240_Na2Li1Be2F7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1019794_K3Li1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-18050_Li2Mo1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1188344_Cs1Li1Cl2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6783_Na1Li1S1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-559300_K1Li1P2O6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-770932_Li1Sb1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-866755_Li1Mg149', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14484_K1Na1Li2S2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1020014_Li3B11O18', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1218822_Sr2Li1B10H3O19', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222589_Li1Mg1H14Cl3O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-759377_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-554577_Li4P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-24610_Li1P1H2O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211126_Li1Sc1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6544, 'fail_count': 0}}, {'4942866f613dc28e83f423b5884d861bf1f35420': {'job_task_list': [{'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-769319_Li1Nb1O2F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222477_Li1V1Zn1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-25840_Li1Ti2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6134_Li1Ca1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560104_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1113976_Rb2Li1Lu1Cl6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555366_Li1Ho1P4O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111671_K2Li1In1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1222537_Li1Zr5Tl1F22', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-504460_Li1Mn1Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1211214_Li4Be3As3Br1O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6478_Li1Ta1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1200805_Cs1Li1B6O10', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-556641_Na2Li1Al1P2H2O9', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555206_K1Li1Cr1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14364_Cs2Li1As1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6565_Li3Sc2P3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6591_Sr1Li1Al1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1111927_K2Li1Cr1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-13725_Li3P1O4', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-1210919_Li1La1W2O8', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-14646_Li2Mg2S3O12', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-19103_Li1Cr1P2O7', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-555845_Ba1Li1Zr2F11', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-557189_Li1P1O3', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-560036_Li2Ca3Be3Si3O12F2', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-6456_Li1Nb1Ge1O5', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}, {'command': 'python run_chemical_stability.py', 'task_work_path': 'mp-15558_Li3Ga1F6', 'forward_files': ['*'], 'backward_files': ['log', 'err'], 'outlog': 'log', 'errlog': 'err'}], 'resources': {'number_node': 1, 'cpu_per_node': 1, 'gpu_per_node': 0, 'queue_name': '', 'group_size': 40, 'custom_flags': [], 'strategy': {'if_cuda_multi_devices': False, 'ratio_unfinished': 0.0}, 'para_deg': 1, 'module_purge': False, 'module_unload_list': [], 'module_list': [], 'source_list': [], 'envs': {}, 'prepend_script': [], 'append_script': [], 'wait_time': 0, 'kwargs': {}}, 'job_state': <JobStatus.finished: 5>, 'job_id': 6566, 'fail_count': 0}}]}
化学稳定性计算结果后处理。
187
material_id formula_pretty composition_reduced band_gap \ 0 mp-5990 CsLi(B3O5)2 Cs1Li1B6O10 5.0778 1 mp-6134 LiCaAlF6 Li1Ca1Al1F6 7.6316 2 mp-6175 BaLi2P2O7 Ba1Li2P2O7 5.3618 3 mp-6248 LiGd(PO3)4 Li1Gd1P4O12 3.4298 4 mp-6253 KLiBeF4 K1Li1Be1F4 6.8618 5 mp-6413 LiDy(PO3)4 Li1Dy1P4O12 5.6359 6 mp-6591 SrLiAlF6 Sr1Li1Al1F6 7.3154 7 mp-6668 LiTiPO5 Li1Ti1P1O5 2.9715 8 mp-6711 Na3Li3Al2F12 Na3Li3Al2F12 7.8510 9 mp-7594 CsLiF2 Cs1Li1F2 6.2744 10 mp-7603 Li2TiF6 Li2Ti1F6 4.1597 11 mp-7638 LiTa3O8 Li1Ta3O8 3.4495 12 mp-8491 LiInP2O7 Li1In1P2O7 3.9726 13 mp-9308 Li4ZrF8 Li4Zr1F8 5.8187 14 mp-9839 K2LiAlF6 K2Li1Al1F6 7.4418 15 mp-10103 LiYbAlF6 Li1Yb1Al1F6 7.6900 16 mp-10499 LiZr2(PO4)3 Li1Zr2P3O12 4.2388 17 mp-10517 LiScP2O7 Li1Sc1P2O7 4.7646 18 mp-12240 Na2LiBe2F7 Na2Li1Be2F7 7.1552 19 mp-13634 Cs2LiAl3F12 Cs2Li1Al3F12 6.9637 20 mp-13725 Li3PO4 Li3P1O4 5.8558 21 mp-14023 Na3Li3Sc2F12 Na3Li3Sc2F12 6.8685 22 mp-14458 Na3Li3Cr2F12 Na3Li3Cr2F12 3.8583 23 mp-14646 Li2Mg2(SO4)3 Li2Mg2S3O12 5.4903 24 mp-15543 NaLiZr(Si2O5)3 Na1Li1Zr1Si6O15 4.9281 25 mp-15549 K2LiAlF6 K2Li1Al1F6 7.2178 26 mp-16577 Li2CaHfF8 Li2Ca1Hf1F8 6.9952 27 mp-16804 LiCaPO4 Li1Ca1P1O4 5.5130 28 mp-16828 Li3B7O12 Li3B7O12 5.6225 29 mp-17672 BaLi(B3O5)3 Ba1Li1B9O15 5.7835 30 mp-18194 LiTb(PO3)4 Li1Tb1P4O12 6.0220 31 mp-18495 SrLi(B3O5)3 Sr1Li1B9O15 5.6482 32 mp-18640 LiTi2(PO4)3 Li1Ti2P3O12 2.3508 33 mp-18704 CsLiBeF4 Cs1Li1Be1F4 7.0366 34 mp-18711 LiNd(PO3)4 Li1Nd1P4O12 5.9792 35 mp-19103 LiCrP2O7 Li1Cr1P2O7 2.4330 36 mp-19492 LiMn(PO3)3 Li1Mn1P3O9 4.3259 37 mp-24199 LiHF2 Li1H1F2 8.0448 38 mp-24610 LiP(HO2)2 Li1P1H2O4 5.5778 39 mp-25448 LiCrPO4F Li1Cr1P1O4F1 2.0339 40 mp-25840 LiTi2(PO4)3 Li1Ti2P3O12 2.3116 41 mp-25985 LiCr(PO3)4 Li1Cr1P4O12 3.5480 42 mp-25995 Li4Co(PO4)2 Li4Co1P2O8 3.2951 43 mp-26019 LiMn(PO3)3 Li1Mn1P3O9 3.9251 44 mp-26045 Li3Cr2(PO4)3 Li3Cr2P3O12 2.9063 45 mp-26971 Li3Cr2(PO4)3 Li3Cr2P3O12 2.6795 46 mp-26975 Li9Cr3P8O29 Li9Cr3P8O29 2.8701 47 mp-28122 LiGdCl4 Li1Gd1Cl4 0.9065 48 mp-28243 RbLiCl2 Rb1Li1Cl2 5.1482 49 mp-28450 Li4P2O7 Li4P2O7 5.7239 50 mp-29040 Li3Zr4F19 Li3Zr4F19 5.6251 51 mp-29195 LiPO3 Li1P1O3 5.6512 52 mp-37873 Li3ErBr6 Li3Er1Br6 4.3485 53 mp-504354 LiBi(PO3)4 Li1Bi1P4O12 5.0024 54 mp-534775 LiTi3MnCr(PO4)6 Li1Ti3Mn1Cr1P6O24 0.9414 55 mp-543044 BaLiAlF6 Ba1Li1Al1F6 7.3161 56 mp-554164 KLiZnP2O7 K1Li1Zn1P2O7 4.2904 57 mp-554560 Li4Be3P3BrO12 Li4Be3P3Br1O12 6.0638 58 mp-554577 Li4P2O7 Li4P2O7 5.5182 59 mp-555366 LiHo(PO3)4 Li1Ho1P4O12 6.3105 60 mp-555845 BaLiZr2F11 Ba1Li1Zr2F11 5.6425 61 mp-555958 Ba2Li3(PO3)7 Ba2Li3P7O21 5.4511 62 mp-556237 KLiYF5 K1Li1Y1F5 6.9969 63 mp-556472 LiYF4 Li1Y1F4 7.8150 64 mp-556641 Na2LiAlP2H2O9 Na2Li1Al1P2H2O9 5.2826 65 mp-556792 LiCaCrF6 Li1Ca1Cr1F6 4.0491 66 mp-556861 LiY(PO3)4 Li1Y1P4O12 5.8405 67 mp-556996 K2LiAlF6 K2Li1Al1F6 7.6292 68 mp-557189 LiPO3 Li1P1O3 5.5520 69 mp-557756 Li4Zn(PO4)2 Li4Zn1P2O8 4.6760 70 mp-557793 Rb4LiZr3H2F19 Rb4Li1Zr3H2F19 6.1354 71 mp-557798 K5Li2NdF10 K5Li2Nd1F10 6.4522 72 mp-558105 LiB6O9F Li1B6O9F1 6.3518 73 mp-558597 NaLiY2F8 Na1Li1Y2F8 7.3028 74 mp-558890 BaLi(B3O5)3 Ba1Li1B9O15 5.7965 75 mp-559142 KLi(PO3)2 K1Li1P2O6 5.3696 76 mp-559300 KLi(PO3)2 K1Li1P2O6 5.2264 77 mp-559987 LiAl(PO3)4 Li1Al1P4O12 5.7423 78 mp-560297 LiTaSiO5 Li1Ta1Si1O5 3.5714 79 mp-560518 RbLi2Be2F7 Rb1Li2Be2F7 7.2125 80 mp-560667 CsLi(PO3)2 Cs1Li1P2O6 5.2843 81 mp-560894 Li4Be3P3ClO12 Li4Be3P3Cl1O12 6.4154 82 mp-560949 BaLiCrF6 Ba1Li1Cr1F6 2.1413 83 mp-561011 Li2Ta2(OF2)3 Li2Ta2O3F6 3.8336 84 mp-561396 Li3CrF6 Li3Cr1F6 3.9644 85 mp-561430 LiLuF4 Li1Lu1F4 7.7542 86 mp-567628 Rb2LiDyBr6 Rb2Li1Dy1Br6 4.1439 87 mp-567652 Cs2LiYCl6 Cs2Li1Y1Cl6 4.8986 88 mp-570379 Cs2LiLuCl6 Cs2Li1Lu1Cl6 5.3872 89 mp-571527 Cs2LiInCl6 Cs2Li1In1Cl6 3.6618 90 mp-676109 Li3InCl6 Li3In1Cl6 3.3730 91 mp-676361 Li3ErCl6 Li3Er1Cl6 5.2109 92 mp-676483 NaLiZnP2O7 Na1Li1Zn1P2O7 4.0079 93 mp-684817 K2LiTa6(PO8)3 K2Li1Ta6P3O24 3.0471 94 mp-705887 Li2TiCr(PO4)3 Li2Ti1Cr1P3O12 2.4212 95 mp-740714 LiB5H2O9 Li1B5H2O9 6.0817 96 mp-759377 LiTi2(PO4)3 Li1Ti2P3O12 2.5726 97 mp-759793 LiTi2(PO4)3 Li1Ti2P3O12 2.6006 98 mp-771567 LiTi3MnCr(PO4)6 Li1Ti3Mn1Cr1P6O24 2.1254 99 mp-775597 Li3Cr2(PO4)3 Li3Cr2P3O12 2.7254 100 mp-780606 Li3Cr2(PO4)3 Li3Cr2P3O12 2.9721 101 mp-850414 LiB3P(HO3)3 Li1B3P1H3O9 5.7251 102 mp-989583 Rb2LiInCl6 Rb2Li1In1Cl6 2.4534 103 mp-1019606 Cs2Li2B2P4O15 Cs2Li2B2P4O15 5.3436 104 mp-1019609 Cs2Sr2Li3B3(PO4)6 Cs2Sr2Li3B3P6O24 5.9419 105 mp-1019708 CsBaLiP2O7 Cs1Ba1Li1P2O7 5.2105 106 mp-1019715 CsLi(B3O5)2 Cs1Li1B6O10 5.2081 107 mp-1019778 K2Li3B(P2O7)2 K2Li3B1P4O14 6.1802 108 mp-1019782 K2LiB(PO4)2 K2Li1B1P2O8 5.5004 109 mp-1019794 K3LiP2O7 K3Li1P2O7 4.6083 110 mp-1020014 Li3B11O18 Li3B11O18 5.5447 111 mp-1020015 Li2B3PO8 Li2B3P1O8 5.4366 112 mp-1020109 LiMg3P3O11 Li1Mg3P3O11 5.3095 113 mp-1020146 Na2LiB5(PO7)2 Na2Li1B5P2O14 5.2247 114 mp-1020164 Na3LiP2O7 Na3Li1P2O7 4.8511 115 mp-1020646 NaLi2B(PO4)2 Na1Li2B1P2O8 5.8333 116 mp-1020705 Rb2Li3B(P2O7)2 Rb2Li3B1P4O14 5.5484 117 mp-1080679 LiTaF6 Li1Ta1F6 5.9681 118 mp-1110649 Rb2LiYF6 Rb2Li1Y1F6 6.8909 119 mp-1110679 Rb2LiYCl6 Rb2Li1Y1Cl6 4.9273 120 mp-1110684 Rb2LiBiCl6 Rb2Li1Bi1Cl6 3.6154 121 mp-1110869 K2LiBiCl6 K2Li1Bi1Cl6 3.6182 122 mp-1111110 K2LiScF6 K2Li1Sc1F6 6.7733 123 mp-1111126 K2LiLuCl6 K2Li1Lu1Cl6 5.0952 124 mp-1111446 Cs2LiErCl6 Cs2Li1Er1Cl6 5.1941 125 mp-1111841 Cs2LiNdCl6 Cs2Li1Nd1Cl6 4.8227 126 mp-1111927 K2LiCrF6 K2Li1Cr1F6 4.1644 127 mp-1112624 Cs2LiGdCl6 Cs2Li1Gd1Cl6 2.7820 128 mp-1112669 Cs2LiTbCl6 Cs2Li1Tb1Cl6 5.0434 129 mp-1112671 Cs2LiSmCl6 Cs2Li1Sm1Cl6 4.9508 130 mp-1112998 Cs2LiTmCl6 Cs2Li1Tm1Cl6 5.2527 131 mp-1113018 Cs2LiDyCl6 Cs2Li1Dy1Cl6 5.0917 132 mp-1113703 Rb2LiScF6 Rb2Li1Sc1F6 6.7042 133 mp-1113747 Rb2LiAlF6 Rb2Li1Al1F6 7.2480 134 mp-1113928 Rb2LiScCl6 Rb2Li1Sc1Cl6 3.7539 135 mp-1113971 Rb2LiTmCl6 Rb2Li1Tm1Cl6 5.2728 136 mp-1113976 Rb2LiLuCl6 Rb2Li1Lu1Cl6 5.2953 137 mp-1113980 Rb2LiDyCl6 Rb2Li1Dy1Cl6 5.1062 138 mp-1113981 Rb2LiErCl6 Rb2Li1Er1Cl6 5.2115 139 mp-1177545 Li3VFeP2(O4F)2 Li3V1Fe1P2O8F2 2.4464 140 mp-1185319 LiCl Li1Cl1 5.7373 141 mp-1188344 CsLiCl2 Cs1Li1Cl2 5.1073 142 mp-1189625 Cs2LiScCl6 Cs2Li1Sc1Cl6 3.8154 143 mp-1193222 LiMgAlF6 Li1Mg1Al1F6 7.5661 144 mp-1193269 Li2SiF6 Li2Si1F6 8.0844 145 mp-1194722 KLiTmF5 K1Li1Tm1F5 7.3809 146 mp-1195827 SrLiAlF6 Sr1Li1Al1F6 7.3233 147 mp-1196153 KLiYF5 K1Li1Y1F5 7.0274 148 mp-1196318 Cs2Li3B3P6(PbO12)2 Cs2Li3B3P6Pb2O24 5.0959 149 mp-1196457 Li2B3O4F3 Li2B3O4F3 6.5735 150 mp-1196828 NaLiMgPO4F Na1Li1Mg1P1O4F1 5.1228 151 mp-1196988 K5Li2PrF10 K5Li2Pr1F10 6.4766 152 mp-1199215 LiSm(PO3)4 Li1Sm1P4O12 6.0068 153 mp-1200615 Li4Zn(PO4)2 Li4Zn1P2O8 4.6914 154 mp-1200805 CsLi(B3O5)2 Cs1Li1B6O10 5.0250 155 mp-1202801 LiPO3 Li1P1O3 5.5832 156 mp-1205167 Na3LiY3P3CO15F2 Na3Li1Y3P3C1O15F2 4.5183 157 mp-1205883 Rb2LiHoCl6 Rb2Li1Ho1Cl6 5.1901 158 mp-1206808 Cs2LiAlF6 Cs2Li1Al1F6 6.8832 159 mp-1206962 LiTaF6 Li1Ta1F6 6.1518 160 mp-1208625 SrLiVF6 Sr1Li1V1F6 2.6226 161 mp-1208634 SrLiCrF6 Sr1Li1Cr1F6 4.3642 162 mp-1209980 NaLiBeF4 Na1Li1Be1F4 7.6765 163 mp-1209986 NaLiEr2F8 Na1Li1Er2F8 7.4719 164 mp-1209991 NaLiLu2F8 Na1Li1Lu2F8 7.2608 165 mp-1210003 NaLiHo2F8 Na1Li1Ho2F8 7.5674 166 mp-1210006 NaLiTm2F8 Na1Li1Tm2F8 7.5520 167 mp-1210400 Na3LiTi2F12 Na3Li1Ti2F12 4.7751 168 mp-1211020 LiGa(PO3)4 Li1Ga1P4O12 5.0646 169 mp-1211079 LiTb6B3O14 Li1Tb6B3O14 4.7094 170 mp-1211168 Li4Be3P3IO12 Li4Be3P3I1O12 5.3771 171 mp-1211435 KLiTbF5 K1Li1Tb1F5 7.3874 172 mp-1211459 KLiErF5 K1Li1Er1F5 7.4694 173 mp-1211461 KLiDyF5 K1Li1Dy1F5 7.3887 174 mp-1211480 KLiLuF5 K1Li1Lu1F5 7.4932 175 mp-1211494 KLiHoF5 K1Li1Ho1F5 7.3780 176 mp-1211585 KLiGdF5 K1Li1Gd1F5 4.5921 177 mp-1211621 LiZnP2HO7 Li1Zn1P2H1O7 4.4957 178 mp-1218822 Sr2LiB10H3O19 Sr2Li1B10H3O19 5.3061 179 mp-1222447 LiP5Pb2O15 Li1P5Pb2O15 4.6531 180 mp-1222492 Li3ErBr6 Li3Er1Br6 4.4222 181 mp-1222537 LiZr5TlF22 Li1Zr5Tl1F22 5.2244 182 mp-1222589 LiMgH14Cl3O7 Li1Mg1H14Cl3O7 5.3806 183 mp-1222810 Li2InP2HO8 Li2In1P2H1O8 3.9210 184 mp-1222849 Li2ScP2HO8 Li2Sc1P2H1O8 4.7658 185 mp-1223017 Li2TiCr(PO4)3 Li2Ti1Cr1P3O12 2.3334 186 mp-1223686 KLiZnP2O7 K1Li1Zn1P2O7 4.2648 energy_above_hull vred vox e_cathode e_electrolyte 0 0.000777 1.15 4.42 -7.88 -0.00 1 0.000000 1.05 6.60 -39.08 -0.00 2 0.002069 2.30 4.32 -35.78 -44.38 3 0.000000 2.54 4.95 -91.59 -42.17 4 0.000000 0.80 6.45 -22.73 -24.61 5 0.002916 2.57 4.83 -92.78 -43.88 6 0.000000 1.04 6.58 -37.94 -7.40 7 0.000000 2.12 4.14 -47.54 -42.34 8 0.000000 0.94 6.54 -23.66 -3.12 9 0.000000 0.63 6.35 0.00 -58.56 10 0.000000 1.90 6.67 -69.06 -53.09 11 0.000000 1.59 4.02 -26.99 -63.67 12 0.000000 2.36 4.65 -56.92 -91.72 13 0.000000 1.21 6.35 -48.70 -22.58 14 0.001649 0.82 6.40 -11.14 -31.45 15 0.000000 1.01 6.54 -35.13 -0.00 16 0.000000 1.97 4.58 -44.80 -10.42 17 0.000000 2.24 4.52 -48.15 -5.11 18 0.000000 1.12 6.45 -37.96 -21.65 19 0.000000 1.09 6.77 -41.41 -27.58 20 0.000000 0.69 4.19 -0.00 -0.00 21 0.000000 0.49 6.44 -19.10 -7.46 22 0.000000 2.15 5.12 -48.66 -91.91 23 0.000000 2.47 4.68 -29.66 -91.23 24 0.000000 1.25 4.05 -13.30 -18.14 25 0.000116 0.82 6.40 -11.14 -31.45 26 0.000000 1.01 6.65 -45.65 -0.00 27 0.003069 1.17 4.08 -0.00 -13.10 28 0.000000 1.30 4.22 -13.89 -0.00 29 0.000000 1.27 4.79 -13.75 -2.29 30 0.000000 2.58 4.93 -93.10 -44.34 31 0.000000 1.56 4.52 -21.66 -7.36 32 0.000000 2.17 4.64 -58.75 -36.22 33 0.000000 0.74 6.45 -18.10 -9.83 34 0.000000 2.46 5.01 -88.09 -37.15 35 0.000000 2.50 4.60 -65.42 -57.74 36 0.000503 2.56 4.04 -98.44 -51.48 37 0.000000 2.50 6.71 -89.88 -64.28 38 0.000000 2.28 4.55 -57.37 -23.78 39 0.000000 2.28 4.51 -57.86 -75.31 40 0.000934 2.17 4.64 -58.75 -36.22 41 0.001379 2.62 4.98 -92.56 -64.83 42 0.001368 2.59 4.18 -22.19 -85.40 43 0.000000 2.56 4.04 -98.44 -51.48 44 0.003625 2.41 4.02 -56.20 -71.63 45 0.000096 2.41 4.02 -56.20 -71.63 46 0.000000 2.47 4.23 -56.74 -44.15 47 0.002435 0.75 4.27 -53.83 -59.37 48 0.002785 -0.00 4.27 -0.00 -0.00 49 0.000000 2.30 4.32 -46.14 -9.11 50 0.000000 1.51 6.61 -69.18 -47.12 51 0.000000 2.48 4.98 -82.99 -33.02 52 0.002702 0.67 6.85 -64.80 -34.20 53 0.000000 2.61 5.13 -93.98 -90.06 54 0.000318 2.45 4.04 -64.18 -53.30 55 0.000000 1.02 6.43 -46.93 -39.10 56 0.000000 2.26 4.42 -45.93 -88.36 57 0.000000 1.70 4.53 -21.57 -0.00 58 0.000128 2.30 4.32 -46.14 -9.11 59 0.002748 2.60 4.82 -93.77 -45.40 60 0.001384 1.42 6.47 -71.97 -50.57 61 0.000289 2.59 4.74 -85.99 -57.70 62 0.000250 0.32 6.08 -6.51 -36.36 63 0.000322 0.36 6.53 -14.67 -0.00 64 0.004681 2.07 4.12 -29.49 -34.65 65 0.000000 2.34 5.21 -61.14 -76.47 66 0.004691 2.54 4.85 -91.69 -42.32 67 0.000000 0.82 6.40 -11.14 -31.45 68 0.002511 2.48 4.98 -82.99 -33.02 69 0.000123 2.10 4.19 -23.69 -63.87 70 0.000000 2.47 6.73 -54.02 -72.23 71 0.000000 0.45 5.84 -0.00 -97.77 72 0.000000 1.91 4.80 -57.78 -0.00 73 0.004266 0.43 6.53 -14.15 -19.65 74 0.000136 1.27 4.79 -13.75 -2.29 75 0.000000 2.40 5.04 -69.22 -53.12 76 0.004966 2.40 5.04 -69.22 -53.12 77 0.002419 2.59 4.98 -93.41 -44.81 78 0.000000 1.39 4.09 -10.03 -28.22 79 0.000000 0.84 6.08 -32.90 -8.92 80 0.000000 2.34 5.08 -58.58 -67.60 81 0.000000 1.71 4.60 -22.18 -0.00 82 0.000000 2.18 4.94 -84.57 -94.37 83 0.000000 1.70 4.83 -51.13 -44.41 84 0.000000 2.26 5.01 -59.07 -72.15 85 0.000000 0.29 6.66 -19.28 -0.00 86 0.000000 0.55 4.03 -36.82 -20.14 87 0.000000 0.43 4.29 -19.39 -10.94 88 0.000000 0.42 4.81 -30.20 -7.72 89 0.000000 2.02 4.32 -7.66 -52.23 90 0.000000 2.63 4.32 -39.20 -90.28 91 0.000000 0.71 4.27 -59.38 -42.22 92 0.000000 2.36 4.40 -52.87 -81.94 93 0.000000 1.95 4.43 -33.55 -51.25 94 0.000818 2.31 4.26 -56.13 -49.40 95 0.000000 1.93 4.66 -24.18 -0.00 96 0.003521 2.17 4.64 -58.75 -36.22 97 0.001494 2.17 4.64 -58.75 -36.22 98 0.000114 2.45 4.04 -64.18 -53.30 99 0.004680 2.41 4.02 -56.20 -71.63 100 0.000000 2.41 4.02 -56.20 -71.63 101 0.002207 2.32 4.19 -58.63 -14.82 102 0.000000 2.12 4.70 -15.94 -55.99 103 0.000000 2.14 4.50 -60.12 -40.06 104 0.000000 2.10 4.39 -49.97 -34.91 105 0.000000 1.79 4.18 -16.78 -73.05 106 0.000000 1.15 4.42 -7.88 -0.00 107 0.000000 2.25 4.38 -61.96 -35.22 108 0.000000 2.06 4.35 -43.04 -48.53 109 0.000000 1.65 4.37 -13.80 -74.78 110 0.000000 1.93 4.41 -29.42 -0.31 111 0.000000 2.24 4.20 -57.72 -4.27 112 0.000000 2.27 4.35 -39.39 -5.61 113 0.000000 2.13 4.51 -53.00 -9.05 114 0.000000 2.25 4.17 -29.74 -48.34 115 0.000000 2.28 4.27 -63.86 -19.66 116 0.000000 2.17 4.42 -54.71 -42.70 117 0.003861 1.87 7.22 -83.23 -65.27 118 0.000000 0.50 5.77 -6.36 -87.81 119 0.004949 0.59 4.27 -24.27 -12.64 120 0.000000 2.23 4.66 -16.29 -58.42 121 0.000000 2.36 4.39 -33.11 -80.07 122 0.000000 0.39 6.16 -6.12 -33.47 123 0.000000 0.58 4.64 -47.60 -20.62 124 0.000000 0.51 4.29 -24.65 -13.66 125 0.000000 0.60 4.28 -18.46 -33.18 126 0.000000 1.86 5.51 -31.00 -92.61 127 0.000000 0.44 4.29 -15.37 -10.09 128 0.000000 0.42 4.59 -22.49 -9.17 129 0.000000 0.46 4.49 -18.83 -26.72 130 0.000000 0.42 4.29 -27.41 -6.53 131 0.000000 0.42 4.29 -21.81 -9.76 132 0.000000 0.46 5.74 -10.59 -44.47 133 0.000633 1.06 5.76 -22.58 -59.28 134 0.000000 0.69 4.63 -45.68 -23.23 135 0.000000 0.59 4.33 -33.22 -10.17 136 0.000000 0.58 4.33 -35.44 -10.39 137 0.003814 0.57 4.27 -27.73 -11.39 138 0.000186 0.59 4.27 -30.73 -23.77 139 0.000000 1.79 4.36 -26.95 -24.21 140 0.000000 -0.00 4.27 -0.00 -0.00 141 0.000000 -0.00 4.30 -0.00 -0.00 142 0.000000 0.65 4.31 -37.38 -21.57 143 0.000000 1.23 6.51 -45.72 -0.00 144 0.000000 1.83 6.65 -84.07 -8.47 145 0.002222 0.26 6.20 -8.02 -14.29 146 0.001455 1.04 6.58 -37.94 -7.40 147 0.001360 0.32 6.08 -6.51 -36.36 148 0.000000 2.18 4.55 -65.04 -60.80 149 0.000000 1.87 4.44 -64.08 -0.00 150 0.000000 1.50 4.21 -7.43 -19.40 151 0.000000 0.45 5.84 -0.00 -90.29 152 0.000000 2.50 5.02 -90.13 -40.08 153 0.000799 2.10 4.19 -23.69 -63.87 154 0.000277 1.15 4.42 -7.88 -0.00 155 0.000990 2.48 4.98 -82.99 -33.02 156 0.000000 2.10 4.12 -11.50 -59.42 157 0.002266 0.58 4.27 -29.66 -10.91 158 0.000000 0.82 6.56 -9.62 -31.91 159 0.000000 1.87 7.22 -83.23 -65.27 160 0.000000 2.19 4.18 -94.63 -90.53 161 0.000000 2.32 5.76 -59.81 -76.49 162 0.003455 0.88 6.45 -33.03 -19.50 163 0.000000 0.32 6.52 -14.24 -0.00 164 0.000000 0.46 6.98 -19.40 -21.41 165 0.000000 0.33 6.50 -14.51 -0.00 166 0.000000 0.30 9.67 -16.67 -0.00 167 0.000000 1.82 6.71 -53.79 -48.26 168 0.000000 2.68 5.22 -96.97 -84.01 169 0.000000 0.88 4.35 -0.00 -85.97 170 0.000000 1.72 4.04 -27.29 -0.00 171 0.000000 0.29 6.12 -4.80 -23.01 172 0.001486 0.28 6.10 -6.30 -22.16 173 0.000000 0.29 6.13 -4.87 -22.46 174 0.000000 0.27 6.09 -13.64 -37.85 175 0.000000 0.28 6.13 -6.22 -22.19 176 0.000000 0.38 6.42 -7.41 -51.61 177 0.000000 2.52 4.61 -68.95 -82.75 178 0.000000 1.84 4.23 -12.91 -18.06 179 0.000000 2.55 5.08 -88.68 -96.50 180 0.000000 0.67 6.85 -64.80 -34.20 181 0.000000 1.96 4.85 -73.69 -66.84 182 0.001230 1.90 4.10 -11.05 -43.94 183 0.000000 2.35 4.22 -46.94 -79.92 184 0.000000 2.24 4.24 -36.75 -4.54 185 0.000000 2.31 4.26 -56.13 -49.40 186 0.001313 2.26 4.42 -45.93 -88.36
离子导电性筛选
经历了4轮筛选后,我们共获得了186种候选材料(文献184)。接下来可以根据离子导电性进一步缩小筛选的范围。可以通过以下两个方面:
- 文献调研:剔除被文献报道为低导电性的体系。
- 第一性原理计算:计算材料的离子迁移势垒、扩散系数,与已知的优秀电解质进行比较,从而进一步筛选出潜在的高性能包覆材料。
本部分内容只是为了筛选流程的完整性,关于Li离子输运性质的评估,不在本notebook中进行。