The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 15 new columns ({'pack_capacity_kwh', 'bms_risk_score', 'ev_platform_flag', 'peak_power_kw', 'pack_id', 'thermal_safety_score', 'pack_voltage_v', 'estimated_range_miles', 'primary_material_id', 'pack_energy_density_wh_kg', 'expected_pack_cycle_life', 'cell_count', 'defense_grade_flag', 'cooling_system', 'grid_storage_flag'}) and 24 missing columns ({'conductivity_s_cm', 'binder_material', 'diffusion_coefficient', 'thermal_runaway_temp_c', 'separator_material', 'crystal_structure', 'electrolyte_type', 'cathode_chemistry', 'elastic_modulus_gpa', 'energy_density_wh_kg', 'power_density_w_kg', 'surface_area_m2_g', 'thermal_conductivity_w_mk', 'density_g_cm3', 'material_id', 'degradation_risk_score', 'manufacturability_score', 'lattice_constant', 'dopant_elements', 'anode_chemistry', 'expected_cycle_life_80pct', 'nominal_voltage', 'anomaly_flag', 'particle_size_nm'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/mat001-sample/battery_pack_summary.csv (at revision 57512f03da1fdded5d61377289c7474b1c7cb88f), [/tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/battery_materials_master.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/battery_materials_master.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/battery_pack_summary.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/battery_pack_summary.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/charge_discharge_cycles.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/charge_discharge_cycles.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/degradation_profiles.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/degradation_profiles.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/manufacturing_variations.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/manufacturing_variations.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/thermal_stability_events.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/thermal_stability_events.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
pack_id: string
primary_material_id: string
battery_family: string
cell_count: int64
pack_capacity_kwh: double
pack_voltage_v: double
pack_energy_density_wh_kg: double
estimated_range_miles: double
peak_power_kw: double
cooling_system: string
bms_risk_score: double
thermal_safety_score: double
expected_pack_cycle_life: double
defense_grade_flag: int64
grid_storage_flag: int64
ev_platform_flag: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2383
to
{'material_id': Value('string'), 'battery_family': Value('string'), 'cathode_chemistry': Value('string'), 'anode_chemistry': Value('string'), 'electrolyte_type': Value('string'), 'separator_material': Value('string'), 'binder_material': Value('string'), 'dopant_elements': Value('string'), 'crystal_structure': Value('string'), 'lattice_constant': Value('float64'), 'particle_size_nm': Value('float64'), 'surface_area_m2_g': Value('float64'), 'density_g_cm3': Value('float64'), 'conductivity_s_cm': Value('float64'), 'diffusion_coefficient': Value('float64'), 'thermal_conductivity_w_mk': Value('float64'), 'elastic_modulus_gpa': Value('float64'), 'energy_density_wh_kg': Value('float64'), 'power_density_w_kg': Value('float64'), 'nominal_voltage': Value('float64'), 'thermal_runaway_temp_c': Value('float64'), 'expected_cycle_life_80pct': Value('float64'), 'degradation_risk_score': Value('float64'), 'manufacturability_score': Value('float64'), 'anomaly_flag': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 15 new columns ({'pack_capacity_kwh', 'bms_risk_score', 'ev_platform_flag', 'peak_power_kw', 'pack_id', 'thermal_safety_score', 'pack_voltage_v', 'estimated_range_miles', 'primary_material_id', 'pack_energy_density_wh_kg', 'expected_pack_cycle_life', 'cell_count', 'defense_grade_flag', 'cooling_system', 'grid_storage_flag'}) and 24 missing columns ({'conductivity_s_cm', 'binder_material', 'diffusion_coefficient', 'thermal_runaway_temp_c', 'separator_material', 'crystal_structure', 'electrolyte_type', 'cathode_chemistry', 'elastic_modulus_gpa', 'energy_density_wh_kg', 'power_density_w_kg', 'surface_area_m2_g', 'thermal_conductivity_w_mk', 'density_g_cm3', 'material_id', 'degradation_risk_score', 'manufacturability_score', 'lattice_constant', 'dopant_elements', 'anode_chemistry', 'expected_cycle_life_80pct', 'nominal_voltage', 'anomaly_flag', 'particle_size_nm'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/mat001-sample/battery_pack_summary.csv (at revision 57512f03da1fdded5d61377289c7474b1c7cb88f), [/tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/battery_materials_master.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/battery_materials_master.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/battery_pack_summary.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/battery_pack_summary.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/charge_discharge_cycles.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/charge_discharge_cycles.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/degradation_profiles.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/degradation_profiles.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/manufacturing_variations.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/manufacturing_variations.csv), /tmp/hf-datasets-cache/medium/datasets/64844250844004-config-parquet-and-info-xpertsystems-mat001-sampl-4fb9a43d/hub/datasets--xpertsystems--mat001-sample/snapshots/57512f03da1fdded5d61377289c7474b1c7cb88f/thermal_stability_events.csv (origin=hf://datasets/xpertsystems/mat001-sample@57512f03da1fdded5d61377289c7474b1c7cb88f/thermal_stability_events.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
material_id string | battery_family string | cathode_chemistry string | anode_chemistry string | electrolyte_type string | separator_material string | binder_material string | dopant_elements string | crystal_structure string | lattice_constant float64 | particle_size_nm float64 | surface_area_m2_g float64 | density_g_cm3 float64 | conductivity_s_cm float64 | diffusion_coefficient float64 | thermal_conductivity_w_mk float64 | elastic_modulus_gpa float64 | energy_density_wh_kg float64 | power_density_w_kg float64 | nominal_voltage float64 | thermal_runaway_temp_c float64 | expected_cycle_life_80pct float64 | degradation_risk_score float64 | manufacturability_score float64 | anomaly_flag int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MAT_704f495e7ae7ca | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | pvdf | none | sulfur_composite | 4.5871 | 654.412 | 21.3055 | 2.7112 | 0.02056 | 0 | 1.2994 | 127.7735 | 385.7607 | 739.7586 | 2.1967 | 162.613 | 647.8 | 0.8515 | 0.80314 | 0 |
MAT_7a18c3fa3e2788 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | paa | w | olivine_orthorhombic | 5.3736 | 639.533 | 22.6163 | 3.1646 | 0.008833 | 0 | 1.1051 | 102.3567 | 164.9412 | 654.4493 | 3.2556 | 280.43 | 2,534.6 | 0.02 | 0.84692 | 0 |
MAT_b422af4b9124fa | silicon_anode | nmc811 | silicon_graphite_composite | li_pf6_fec_additive | ceramic_coated_polyolefin | alginate | dual_al_zr | layered_rhombohedral | 3.7745 | 601.19 | 24.1189 | 2.7486 | 0.014775 | 0 | 1.03 | 170.7482 | 326.7641 | 854.1951 | 3.7404 | 163.668 | 595.3 | 0.92941 | 0.77539 | 0 |
MAT_8a9cad4decc679 | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | pvdf | b | layered_prismatic | 5.6607 | 434.566 | 26.6957 | 2.9322 | 0.012724 | 0 | 1.2863 | 121.3956 | 153.0427 | 721.2528 | 3.0684 | 254.198 | 1,954.7 | 0.11822 | 0.77567 | 0 |
MAT_662a18e33d1a38 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | none | layered_rhombohedral | 4.2879 | 1,075.355 | 17.7684 | 3.8583 | 0.01412 | 0 | 1.9716 | 163.4137 | 275.9145 | 1,053.3973 | 3.6567 | 170.063 | 839.3 | 0.79467 | 0.91749 | 0 |
MAT_283f308af82f35 | defense_high_temp | lfp_doped_high_temp | titanate_graphite_blend | ionic_liquid_high_temp | aramid_ceramic | cmc_sbr | none | olivine_doped | 5.0579 | 558.124 | 21.4188 | 3.0681 | 0.007757 | 0 | 1.1603 | 65.7559 | 142.4345 | 721.4334 | 2.9908 | 305.049 | 2,558.9 | 0.02 | 0.995 | 0 |
MAT_61be06cec15a58 | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | alginate | dual_al_zr | layered_prismatic | 5.0295 | 1,183.138 | 16.2587 | 2.1439 | 0.011562 | 0 | 1.0902 | 136.2968 | 151.4283 | 710.0327 | 3.1817 | 227.525 | 1,932.5 | 0.15477 | 0.80363 | 0 |
MAT_77e5ced1a75c9d | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | paa | dual_al_zr | sulfur_composite | 5.322 | 653.488 | 21.5848 | 2.9172 | 0.021161 | 0 | 1.5941 | 145.8628 | 437.0146 | 603.8835 | 2.2018 | 154.966 | 712.2 | 0.97895 | 0.8051 | 0 |
MAT_55b0c5b3a8f7fb | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | paa | zr | layered_rhombohedral | 4.7119 | 853.472 | 21.7546 | 3.182 | 0.013091 | 0 | 1.5023 | 120.1741 | 260.7198 | 1,169.8288 | 3.737 | 160.004 | 1,016.3 | 0.5881 | 0.88173 | 0 |
MAT_d74af898a2afea | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | ti | olivine_orthorhombic | 3.9489 | 821.564 | 19.3942 | 3.1718 | 0.009765 | 0 | 1.4693 | 106.1401 | 172.2205 | 797.2129 | 3.2692 | 276.856 | 2,608.4 | 0.04055 | 0.8629 | 0 |
MAT_c388002422a7d9 | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | pvdf | mg | layered_hexagonal | 4.7125 | 459.793 | 24.1183 | 3.4558 | 0.014585 | 0 | 1.6143 | 119.614 | 283.6672 | 1,010.8548 | 3.5933 | 155.639 | 1,135.1 | 0.58354 | 0.95853 | 0 |
MAT_c88e9a1fc1a74b | graphene_enhanced | nmc_graphene_composite | graphene_graphite | li_pf6_carbonate_additive | ceramic_coated_polyolefin | cmc_sbr | al | layered_graphitic_composite | 4.758 | 758.39 | 20.1037 | 3.4109 | 0.026305 | 0 | 2.2457 | 150.9863 | 291.4591 | 1,294.1 | 3.6387 | 237.756 | 1,332.7 | 0.38332 | 0.995 | 0 |
MAT_f2276e2cb8e27e | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | pvdf | none | mixed_crystalline_amorphous | 3.9893 | 1,460.994 | 15.9317 | 3.0736 | 0.027407 | 0 | 1.0955 | 117.6313 | 402.5305 | 786.18 | 3.8359 | 238.776 | 1,717.1 | 0.21577 | 0.76816 | 0 |
MAT_e1298ba2a23d67 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | paa | none | sulfur_composite | 4.8691 | 722.451 | 21.1877 | 2.4938 | 0.019734 | 0 | 1.9438 | 149.5171 | 406.9025 | 669.1099 | 2.0905 | 161.619 | 694 | 0.94445 | 0.91141 | 0 |
MAT_b0323226b08174 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | none | olivine_orthorhombic | 4.3981 | 949.095 | 17.734 | 2.9074 | 0.013004 | 0 | 1.4343 | 136.1428 | 163.0258 | 697.3552 | 3.1569 | 270.463 | 2,557.9 | 0.04666 | 0.86173 | 0 |
MAT_ee63bb0a692006 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | b | layered_rhombohedral | 5.1226 | 869.698 | 21.1697 | 2.8075 | 0.015792 | 0 | 1.7684 | 115.8723 | 250.7445 | 733.4982 | 3.5962 | 157.995 | 1,546.3 | 0.46161 | 0.79208 | 0 |
MAT_8460e29693e54f | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | none | olivine_orthorhombic | 4.7466 | 739.47 | 20.8553 | 2.9932 | 0.011742 | 0 | 2.0508 | 117.3678 | 173.554 | 783.1337 | 3.2527 | 260.664 | 2,760.9 | 0.02 | 0.89025 | 0 |
MAT_1f05a71cee826e | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | none | layered_rhombohedral | 5.6737 | 702.955 | 24.3801 | 3.5301 | 0.020575 | 0 | 1.8806 | 127.1651 | 262.574 | 1,031.0514 | 3.7027 | 177.331 | 879 | 0.68632 | 0.92083 | 0 |
MAT_a342e9058a745f | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | cmc_sbr | zr | sulfur_composite | 4.7424 | 817.986 | 18.891 | 3.3723 | 0.019952 | 0 | 0.8836 | 183.0517 | 413.2585 | 576.2058 | 2.1999 | 158.539 | 727.1 | 0.84496 | 0.7827 | 0 |
MAT_677e0c52fcf05d | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | cmc_sbr | none | mixed_crystalline_amorphous | 5.0308 | 895.651 | 21.5728 | 3.6032 | 0.018316 | 0 | 1.4476 | 172.1801 | 375.8312 | 861.1269 | 3.9635 | 231.787 | 1,473.6 | 0.44613 | 0.86165 | 0 |
MAT_bfa4df45ef5725 | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | high_temp_polyimide | none | layered_prismatic | 4.7605 | 368.361 | 28.5074 | 2.9388 | 0.011773 | 0 | 1.9684 | 92.0058 | 130.8466 | 641.9491 | 3.1377 | 249.838 | 2,081.9 | 0.1554 | 0.87586 | 0 |
MAT_005f7c3bc35486 | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | ptfe | zr | layered_hexagonal | 4.1682 | 721.145 | 20.7206 | 3.9796 | 0.017178 | 0 | 1.7352 | 109.7646 | 309.1212 | 1,053.8002 | 3.7103 | 180.382 | 1,087.2 | 0.55574 | 0.9547 | 0 |
MAT_824fc17ab09fa6 | defense_high_temp | lfp_doped_high_temp | titanate_graphite_blend | ionic_liquid_high_temp | aramid_ceramic | ptfe | al | olivine_doped | 4.764 | 601.64 | 22.1294 | 3.5201 | 0.008074 | 0 | 1.5828 | 84.9398 | 136.7076 | 825.2829 | 3.199 | 315.193 | 1,639.2 | 0.06994 | 0.89715 | 0 |
MAT_6f396a8075bcb4 | silicon_anode | nmc811 | silicon_graphite_composite | li_pf6_fec_additive | ceramic_coated_polyolefin | paa | ti | layered_rhombohedral | 5.1664 | 551.439 | 22.1978 | 3.2117 | 0.017477 | 0 | 0.7622 | 58.8574 | 328.7636 | 911.4222 | 3.633 | 164.771 | 911.7 | 0.69453 | 0.96714 | 0 |
MAT_8c1e8528ee7117 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | paa | dual_al_zr | sulfur_composite | 5.1028 | 1,120.217 | 17.0921 | 3.4818 | 0.014782 | 0 | 1.2226 | 84.3252 | 376.8474 | 609.8503 | 2.0357 | 157.796 | 632.7 | 0.93172 | 0.72997 | 0 |
MAT_404eb1ed5bd436 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | none | layered_rhombohedral | 4.7268 | 477.732 | 24.5027 | 2.7783 | 0.013483 | 0 | 1.5312 | 129.2027 | 229.5722 | 796.3382 | 3.6012 | 186.866 | 1,228.3 | 0.54398 | 0.84576 | 0 |
MAT_64c670da70efd1 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | dual_al_zr | olivine_orthorhombic | 4.2382 | 361.828 | 27.0312 | 1.9902 | 0.008178 | 0 | 0.8583 | 169.5885 | 180.2392 | 719.5409 | 3.2947 | 233.051 | 2,468.3 | 0.12926 | 0.89989 | 0 |
MAT_f6cf549ec0d8c7 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | f | layered_rhombohedral | 5.1207 | 907.935 | 17.6486 | 2.8163 | 0.017176 | 0 | 1.8571 | 159.8521 | 295.0986 | 913.8711 | 3.7093 | 165.741 | 1,204.1 | 0.54924 | 0.80023 | 0 |
MAT_8b206b8a7b8333 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | b | layered_rhombohedral | 5.0262 | 357.955 | 29.8605 | 3.5611 | 0.015511 | 0 | 1.4471 | 84.5659 | 297.899 | 1,029.7116 | 3.6379 | 163.718 | 978.4 | 0.55847 | 0.7895 | 0 |
MAT_78fd3fe6f514cf | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | pvdf | ti | mixed_crystalline_amorphous | 5.2042 | 289.234 | 28.8968 | 3.1941 | 0.020966 | 0 | 0.6092 | 132.0822 | 344.9179 | 921.699 | 3.81 | 213.496 | 1,813.7 | 0.28321 | 0.83675 | 0 |
MAT_c021a4c979a8df | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | pvdf | ti | layered_prismatic | 4.7349 | 951.886 | 19.329 | 3.0747 | 0.012293 | 0 | 1.245 | 92.1461 | 135.996 | 665.8421 | 3.0317 | 238.44 | 1,553.5 | 0.44706 | 0.90657 | 0 |
MAT_d5328d558857b4 | defense_high_temp | lfp_doped_high_temp | titanate_graphite_blend | ionic_liquid_high_temp | aramid_ceramic | ptfe | ti | olivine_doped | 4.1426 | 694.808 | 20.7411 | 2.6837 | 0.008278 | 0 | 1.3712 | 34.6437 | 158.9499 | 825.3987 | 3.0317 | 308.303 | 2,485.2 | 0.02 | 0.86788 | 0 |
MAT_eee09107adf2b1 | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | pvdf | w | layered_hexagonal | 5.0742 | 792.755 | 20.2027 | 2.0743 | 0.019016 | 0 | 1.4416 | 119.1326 | 300.1487 | 1,081.5113 | 3.8053 | 169.944 | 1,147.3 | 0.58601 | 0.93413 | 0 |
MAT_14bc107ddb8292 | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | cmc_sbr | none | layered_hexagonal | 4.8462 | 539.775 | 23.0489 | 3.9337 | 0.015184 | 0 | 2.1388 | 153.1139 | 269.2795 | 966.4086 | 3.7121 | 186.723 | 1,144.2 | 0.4226 | 0.78277 | 0 |
MAT_011500de96ad6b | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | dual_al_zr | olivine_orthorhombic | 5.4345 | 363.406 | 26.9618 | 3.0357 | 0.008509 | 0 | 1.7603 | 116.1663 | 163.4283 | 841.5278 | 3.3473 | 243.624 | 2,657.4 | 0.02 | 0.87263 | 0 |
MAT_00d2de18b9b9e9 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | zr | layered_rhombohedral | 4.8621 | 395.022 | 26.1719 | 2.9138 | 0.021878 | 0 | 0.8855 | 80.6264 | 238.1952 | 900.6001 | 3.601 | 172.533 | 1,267.7 | 0.52567 | 0.77741 | 0 |
MAT_ae10783ad8bc14 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | ptfe | nb | layered_rhombohedral | 4.8309 | 579.782 | 23.8639 | 2.7806 | 0.01574 | 0 | 0.8297 | 95.4198 | 303.1658 | 947.1922 | 3.727 | 194.525 | 1,027.4 | 0.59137 | 0.86976 | 1 |
MAT_47aa2d8d23bc30 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | al | olivine_orthorhombic | 5.0252 | 380.91 | 26.7976 | 3.84 | 0.006208 | 0 | 1.3799 | 113.4904 | 159.455 | 830.5958 | 3.2625 | 294.658 | 2,218.6 | 0.02 | 0.93415 | 0 |
MAT_1d75c16b218bd0 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | ptfe | none | layered_rhombohedral | 4.5993 | 739.471 | 21.8742 | 3.6347 | 0.016985 | 0 | 1.5568 | 151.9577 | 245.7912 | 1,035.917 | 3.6984 | 198.895 | 1,193 | 0.43354 | 0.95393 | 0 |
MAT_954e7816960cfb | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | alginate | mg | mixed_crystalline_amorphous | 4.579 | 535.253 | 23.5358 | 2.618 | 0.020942 | 0 | 1.9466 | 153.6014 | 374.4862 | 926.3066 | 3.864 | 246.13 | 1,415.4 | 0.32253 | 0.72759 | 0 |
MAT_7616af244df623 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | mg | olivine_orthorhombic | 4.8089 | 702.53 | 21.6872 | 3.7905 | 0.010439 | 0 | 2.2785 | 147.2218 | 175.9557 | 856.8346 | 3.3042 | 257.436 | 2,248.9 | 0.08708 | 0.92607 | 0 |
MAT_1df5697a261687 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | pvdf | al | sulfur_composite | 4.4634 | 693.766 | 21.2144 | 3.0702 | 0.019678 | 0 | 2.3029 | 122.1531 | 396.6275 | 591.3306 | 2.1805 | 167.735 | 790.7 | 0.77954 | 0.89053 | 0 |
MAT_e3a6ae9b5c6c9c | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | pvdf | none | layered_prismatic | 4.7538 | 764.658 | 21.9877 | 2.8142 | 0.013188 | 0 | 1.3009 | 133.2876 | 154.3169 | 642.5448 | 3.04 | 232.955 | 1,508 | 0.31216 | 0.78988 | 0 |
MAT_e0702c08873bbc | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | pvdf | none | layered_hexagonal | 5.6646 | 801.716 | 20.8297 | 2.9885 | 0.018659 | 0 | 1.9205 | 92.0941 | 264.9561 | 996.1599 | 3.7603 | 195.848 | 1,191.8 | 0.57879 | 0.77346 | 0 |
MAT_3082079597e091 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | pvdf | mg | sulfur_composite | 5.2879 | 562.58 | 22.9511 | 2.7192 | 0.019184 | 0 | 1.6915 | 100.9954 | 446.9707 | 692.0204 | 2.1443 | 180.545 | 553.6 | 0.8421 | 0.68679 | 0 |
MAT_70a6e0c6988a42 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | high_temp_polyimide | al | sulfur_composite | 4.9794 | 702.215 | 21.1875 | 2.4235 | 0.024133 | 0 | 1.0091 | 81.0467 | 375.1923 | 712.0228 | 2.1073 | 187.453 | 570.3 | 0.88207 | 0.83371 | 0 |
MAT_cd46ee367543df | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | pvdf | dual_mg_ti | layered_hexagonal | 5.5017 | 717.732 | 21.1188 | 3.5769 | 0.011414 | 0 | 0.6504 | 146.0579 | 287.1013 | 751.2187 | 3.7582 | 166.089 | 919.2 | 0.65119 | 0.80922 | 0 |
MAT_36cc06bde15d57 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | ptfe | none | layered_rhombohedral | 4.5035 | 234.355 | 31.4768 | 3.0286 | 0.012183 | 0 | 1.5648 | 114.8085 | 266.3267 | 1,144.9172 | 3.7007 | 198.02 | 1,126.8 | 0.47009 | 0.89346 | 0 |
MAT_865bcb8de9af8d | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | pvdf | none | mixed_crystalline_amorphous | 5.896 | 852.79 | 19.9378 | 3.4895 | 0.020436 | 0 | 0.8272 | 34.0829 | 378.9974 | 870.4241 | 3.8234 | 231.273 | 1,777.2 | 0.26709 | 0.79487 | 0 |
MAT_9b9f6924db11d8 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | high_temp_polyimide | none | layered_rhombohedral | 4.6566 | 692.251 | 20.8498 | 3.308 | 0.012515 | 0 | 1.1168 | 141.8404 | 281.948 | 1,019.7997 | 3.6807 | 181.822 | 1,177.7 | 0.5716 | 0.98606 | 0 |
MAT_08042d4da5e871 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | zr | layered_rhombohedral | 5.6916 | 823.755 | 21.1673 | 3.4517 | 0.014619 | 0 | 1.1918 | 159.0949 | 235.5152 | 754.5868 | 3.5737 | 198.006 | 1,263.7 | 0.59416 | 0.91515 | 0 |
MAT_74fb3c2d8e3558 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | mg | layered_rhombohedral | 5.6897 | 378.607 | 27.575 | 2.0247 | 0.016127 | 0 | 1.5984 | 96.5901 | 262.2072 | 954.0609 | 3.6007 | 173.094 | 1,457.4 | 0.45066 | 0.80373 | 0 |
MAT_b6caec0799656a | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | cmc_sbr | ti | sulfur_composite | 4.1136 | 569.266 | 25.1859 | 2.6733 | 0.023509 | 0 | 2.0763 | 141.81 | 452.9323 | 675.9402 | 2.1367 | 161.778 | 648.7 | 0.88213 | 0.76885 | 0 |
MAT_e349cd68ee059b | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | pvdf | dual_al_zr | mixed_crystalline_amorphous | 5.4662 | 410.974 | 25.1046 | 3.4632 | 0.023619 | 0 | 1.5057 | 152.6595 | 386.9622 | 771.2763 | 3.8936 | 244.714 | 1,611.5 | 0.35586 | 0.86515 | 0 |
MAT_f1518ffa728f89 | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | alginate | none | layered_prismatic | 4.7308 | 888.651 | 20.5188 | 2.4488 | 0.01154 | 0 | 1.2575 | 50.8763 | 150.2689 | 513.0611 | 3.0685 | 228.248 | 1,743.7 | 0.37035 | 0.7852 | 0 |
MAT_abb149bef64711 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | pvdf | w | sulfur_composite | 4.6115 | 360.259 | 24.7565 | 3.3552 | 0.018633 | 0 | 0.5692 | 193.3539 | 422.4234 | 647.0007 | 2.2285 | 176.77 | 587.2 | 0.8387 | 0.87275 | 0 |
MAT_d30cac41cc59e9 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | none | olivine_orthorhombic | 5.0703 | 440.072 | 26.2128 | 2.3851 | 0.008106 | 0 | 1.7063 | 117.8698 | 162.2535 | 812.2915 | 3.2387 | 273.543 | 2,433.7 | 0.02 | 0.88248 | 0 |
MAT_ca7ff4a743cde8 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | none | olivine_orthorhombic | 4.4267 | 813.531 | 18.5902 | 3.159 | 0.011603 | 0 | 1.5129 | 132.0496 | 172.3598 | 884.5569 | 3.2389 | 281.995 | 2,865.7 | 0.02 | 0.95662 | 0 |
MAT_b414c9c142a396 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | mg | layered_rhombohedral | 5.0608 | 499.014 | 22.9513 | 4.0355 | 0.021921 | 0 | 1.2526 | 103.1393 | 279.083 | 939.8858 | 3.6841 | 188.622 | 1,175.4 | 0.57077 | 0.84627 | 0 |
MAT_e53849f4184be6 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | none | layered_rhombohedral | 4.4549 | 440.12 | 25.6156 | 3.576 | 0.014073 | 0 | 2.0247 | 114.6564 | 272.4294 | 958.7203 | 3.754 | 186.915 | 1,270.4 | 0.57576 | 0.82333 | 0 |
MAT_59a59152f40abe | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | pvdf | ti | mixed_crystalline_amorphous | 4.9244 | 951.267 | 18.5089 | 2.1321 | 0.030999 | 0 | 0.9641 | 165.6582 | 340.0045 | 883.6963 | 3.7973 | 233.495 | 1,462.3 | 0.43535 | 0.76188 | 0 |
MAT_4acb0322ae9fd4 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | ti | olivine_orthorhombic | 5.4109 | 967.786 | 18.229 | 3.6166 | 0.008792 | 0 | 1.1918 | 88.5111 | 174.5189 | 853.8055 | 3.2429 | 260.491 | 2,783.9 | 0.02 | 0.995 | 0 |
MAT_d062afa87bc5f5 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | mo | olivine_orthorhombic | 5.0123 | 880.282 | 19.2027 | 4.1522 | 0.008646 | 0 | 1.3897 | 184.2888 | 168.2563 | 735.8996 | 3.2199 | 270.909 | 2,695.3 | 0.02 | 0.87934 | 0 |
MAT_3b21132c2da627 | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | pvdf | mg | layered_prismatic | 4.6989 | 928.37 | 20.2951 | 4.6884 | 0.013021 | 0 | 1.247 | 154.3351 | 140.4321 | 751.2204 | 3.0691 | 225.278 | 1,999 | 0.19711 | 0.995 | 0 |
MAT_c148ca199ba71d | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | high_temp_polyimide | zr | mixed_crystalline_amorphous | 5.0774 | 589.756 | 21.6424 | 3.4113 | 0.026428 | 0 | 1.7478 | 178.089 | 397.4285 | 807.4562 | 3.8519 | 245.855 | 1,434.2 | 0.34081 | 0.82063 | 0 |
MAT_f76de7e0639a4e | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | al | olivine_orthorhombic | 4.2593 | 596.479 | 22.6067 | 2.3996 | 0.009872 | 0 | 1.7088 | 120.0376 | 172.2664 | 802.776 | 3.2438 | 254.397 | 2,275.9 | 0.08688 | 0.84044 | 0 |
MAT_b2e7b06686699f | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | paa | none | olivine_orthorhombic | 4.4977 | 495.109 | 23.7446 | 3.3891 | 0.009377 | 0 | 1.9729 | 98.3573 | 167.205 | 854.9988 | 3.3078 | 290.082 | 2,768.2 | 0.02 | 0.78903 | 0 |
MAT_debe166c398b44 | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | pvdf | none | layered_hexagonal | 4.6693 | 697.441 | 22.4481 | 4.0278 | 0.023009 | 0 | 1.726 | 161.0531 | 298.8551 | 1,044.9637 | 3.7194 | 180.518 | 1,160 | 0.57296 | 0.94629 | 0 |
MAT_fea75e4458b237 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | ti | layered_rhombohedral | 5.1805 | 520.742 | 24.7927 | 3.0471 | 0.015981 | 0 | 1.4481 | 146.3743 | 288.6325 | 990.0566 | 3.7305 | 181.664 | 1,018.4 | 0.61164 | 0.84644 | 0 |
MAT_0b49726ef08ce3 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | dual_mg_ti | olivine_orthorhombic | 5.0204 | 541.902 | 21.2437 | 3.7237 | 0.009876 | 0 | 1.3471 | 111.0202 | 172.9242 | 718.2503 | 3.2595 | 258.726 | 2,790 | 0.02 | 0.95759 | 0 |
MAT_abab3902aa88b9 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | none | layered_rhombohedral | 5.0748 | 836.252 | 21.3971 | 2.6882 | 0.020878 | 0 | 1.7049 | 87.0417 | 242.4588 | 745.0588 | 3.7272 | 214.869 | 1,487.1 | 0.46734 | 0.995 | 1 |
MAT_e794e6bf803bb3 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | zr | olivine_orthorhombic | 4.8385 | 1,069 | 17.7513 | 3.3548 | 0.007593 | 0 | 1.4144 | 69.8434 | 187.3505 | 765.4886 | 3.2334 | 248.707 | 2,487.1 | 0.02 | 0.94682 | 0 |
MAT_4ad34a4e08cd3a | silicon_anode | nmc811 | silicon_graphite_composite | li_pf6_fec_additive | ceramic_coated_polyolefin | cmc_sbr | mo | layered_rhombohedral | 4.519 | 768.347 | 21.0326 | 1.7807 | 0.015597 | 0 | 1.5213 | 126 | 326.2244 | 982.9572 | 3.7035 | 165.861 | 703.2 | 0.80741 | 0.88361 | 0 |
MAT_285b720b7ef42a | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | b | layered_rhombohedral | 5.475 | 1,381.03 | 15.7727 | 2.6273 | 0.018952 | 0 | 1.7294 | 116.2877 | 252.5553 | 898.6128 | 3.691 | 201.097 | 1,095 | 0.61267 | 0.94584 | 0 |
MAT_967d4f04542e4a | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | high_temp_polyimide | zr | layered_rhombohedral | 4.5569 | 483.309 | 24.8495 | 3.1466 | 0.019711 | 0 | 1.5624 | 166.4969 | 275.9096 | 983.7189 | 3.6826 | 183.116 | 1,010.7 | 0.64948 | 0.91629 | 0 |
MAT_d1c767873a93a1 | nmc622 | LiNi0.6Mn0.2Co0.2O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | ti | layered_rhombohedral | 5.026 | 300.372 | 31.8861 | 2.9502 | 0.018575 | 0 | 1.6389 | 159.7272 | 251.9045 | 939.1837 | 3.6774 | 182.502 | 1,230.4 | 0.49242 | 0.77161 | 0 |
MAT_3d77b4d474544f | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | cmc_sbr | w | layered_hexagonal | 4.8029 | 877.534 | 19.9587 | 2.4347 | 0.014476 | 0 | 1.1441 | 126.3613 | 308.8847 | 984.1358 | 3.8486 | 170.875 | 1,045.4 | 0.55593 | 0.95329 | 0 |
MAT_0866c743aca15f | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | pvdf | b | mixed_crystalline_amorphous | 5.0865 | 470.033 | 24.0914 | 2.8752 | 0.025387 | 0 | 2.1074 | 157.1608 | 362.0514 | 781.4264 | 3.7962 | 236.218 | 1,597 | 0.3158 | 0.80678 | 0 |
MAT_c77ca752669659 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | none | olivine_orthorhombic | 4.5957 | 579.417 | 22.6246 | 3.3313 | 0.009487 | 0 | 1.002 | 84.6769 | 170.4617 | 857.9511 | 3.3342 | 266.328 | 2,515 | 0.02 | 0.995 | 0 |
MAT_69a090b55086e5 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | paa | dual_al_zr | sulfur_composite | 5.2921 | 309.098 | 26.7742 | 3.1026 | 0.028181 | 0 | 1.6976 | 162.1342 | 417.528 | 682.2573 | 2.1229 | 195.197 | 703 | 0.72376 | 0.82549 | 0 |
MAT_14c30e7e679d9d | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | pvdf | none | mixed_crystalline_amorphous | 5.4289 | 445.548 | 26.8478 | 3.1835 | 0.027497 | 0 | 1.2814 | 158.0145 | 352.1259 | 841.6384 | 3.9236 | 247.867 | 1,453.9 | 0.30314 | 0.89341 | 0 |
MAT_bf052017aa4f80 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | b | olivine_orthorhombic | 5.2664 | 345.861 | 27.8118 | 3.5526 | 0.00996 | 0 | 1.9871 | 146.1848 | 179.859 | 854.0866 | 3.2877 | 278.303 | 2,994.6 | 0.02 | 0.88428 | 0 |
MAT_d84616a8c58af0 | lithium_sulfur | sulfur_carbon_composite | lithium_metal | ether_based_li_salt | functionalized_polyolefin | cmc_sbr | none | sulfur_composite | 4.9162 | 541.62 | 22.1917 | 2.9613 | 0.021029 | 0 | 1.8977 | 166.1881 | 424.6718 | 524.0879 | 2.183 | 169.354 | 723.3 | 0.90006 | 0.68379 | 0 |
MAT_eb7899e420603c | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | pvdf | none | layered_rhombohedral | 4.6672 | 550.739 | 22.0941 | 3.8975 | 0.018176 | 0 | 1.4991 | 105.2037 | 268.4274 | 964.6471 | 3.6917 | 186.704 | 1,214.4 | 0.58159 | 0.89946 | 0 |
MAT_3e7d6770c3d175 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | high_temp_polyimide | none | layered_rhombohedral | 6.0353 | 675.029 | 21.7293 | 2.6059 | 0.020265 | 0 | 2.1996 | 96.023 | 289.6587 | 936.0196 | 3.6862 | 159.788 | 1,012.9 | 0.72426 | 0.92838 | 0 |
MAT_4a0080ea24dd27 | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | al | layered_rhombohedral | 4.4335 | 1,094.066 | 19.4532 | 4.2104 | 0.015226 | 0 | 1.4157 | 211.4047 | 264.2439 | 1,040.8245 | 3.6603 | 182.368 | 1,084.6 | 0.60051 | 0.82101 | 0 |
MAT_8184f175e4b450 | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | alginate | none | layered_prismatic | 5.2201 | 863.741 | 18.5351 | 3.7622 | 0.014949 | 0 | 1.8968 | 145.8064 | 144.6245 | 672.6258 | 3.1003 | 231.533 | 2,064.8 | 0.17805 | 0.84577 | 0 |
MAT_6069801331a770 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | none | olivine_orthorhombic | 4.9898 | 328.87 | 29.2605 | 2.9542 | 0.007616 | 0 | 1.1732 | 115.2491 | 162.0303 | 891.4266 | 3.2399 | 288.678 | 2,537.6 | 0.02 | 0.745 | 0 |
MAT_3d5bb3ce8e85fc | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | high_temp_polyimide | mg | layered_rhombohedral | 4.8237 | 839.108 | 20.009 | 2.9909 | 0.018664 | 0 | 1.6822 | 168.3964 | 288.2763 | 905.0158 | 3.7105 | 200.249 | 1,007.7 | 0.52872 | 0.84913 | 0 |
MAT_ce835c43190def | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | al | olivine_orthorhombic | 4.9278 | 681.236 | 20.5252 | 3.2637 | 0.008516 | 0 | 1.0804 | 114.211 | 169.1697 | 629.322 | 3.1724 | 261.64 | 2,369.4 | 0.02 | 0.81247 | 0 |
MAT_0ae4c84c28353c | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | cmc_sbr | mo | layered_rhombohedral | 4.6357 | 623.835 | 21.7574 | 3.4793 | 0.018139 | 0 | 1.5088 | 136.392 | 286.5094 | 928.2843 | 3.7012 | 169.377 | 1,008.8 | 0.62062 | 0.89621 | 0 |
MAT_b21b5470226b7d | sodium_ion | layered_sodium_oxide | hard_carbon | na_pf6_carbonate | polyolefin | alginate | f | layered_prismatic | 5.0294 | 643.832 | 24.1718 | 3.752 | 0.014134 | 0 | 1.4769 | 105.1118 | 148.5578 | 719.5632 | 3.1694 | 219.734 | 1,635.3 | 0.37162 | 0.88344 | 0 |
MAT_cf6baae61f8d89 | lfp | LiFePO4 | graphite | li_pf6_carbonate | polyolefin | pvdf | ti | olivine_orthorhombic | 4.9831 | 708.312 | 19.6825 | 2.4127 | 0.006918 | 0 | 1.8954 | 124.406 | 163.4112 | 799.0725 | 3.3019 | 261.17 | 3,495.6 | 0.02 | 0.90106 | 0 |
MAT_66a5a2c1ab7090 | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | pvdf | none | layered_hexagonal | 5.9746 | 486.083 | 23.477 | 3.3906 | 0.01842 | 0 | 1.1982 | 115.4075 | 313.6808 | 990.9186 | 3.7213 | 194.923 | 804 | 0.57854 | 0.95259 | 0 |
MAT_3d86a58633bb14 | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | high_temp_polyimide | none | layered_hexagonal | 5.2997 | 602.077 | 23.7408 | 1.9859 | 0.014076 | 0 | 2.883 | 98.6842 | 271.9054 | 933.0844 | 3.8609 | 183.394 | 926.4 | 0.60131 | 0.87687 | 0 |
MAT_b71874a1b059c0 | solid_state | high_nickel_oxide | lithium_metal | sulfide_solid_electrolyte | solid_electrolyte_layer | cmc_sbr | dual_al_zr | mixed_crystalline_amorphous | 5.0667 | 1,068.731 | 18.7456 | 3.0525 | 0.022793 | 0 | 0.8781 | 168.5002 | 344.6044 | 808.4924 | 3.8182 | 246.734 | 1,714.4 | 0.29506 | 0.82354 | 0 |
MAT_5758f3395176ce | nca | LiNiCoAlO2 | graphite | li_pf6_carbonate | ceramic_coated_polyolefin | paa | none | layered_hexagonal | 5.0917 | 483.636 | 23.4489 | 3.9497 | 0.014067 | 0 | 1.6048 | 102.6492 | 295.9736 | 877.2381 | 3.7152 | 188.546 | 964.1 | 0.59515 | 0.88251 | 0 |
MAT_a5c3de45acec4b | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | paa | al | layered_rhombohedral | 5.6226 | 421.753 | 26.7537 | 2.3703 | 0.018524 | 0 | 1.6295 | 145.1595 | 245.6072 | 796.7755 | 3.6202 | 167.076 | 1,053.6 | 0.76555 | 0.8192 | 0 |
MAT_b3249633f7c55c | nmc811 | LiNi0.8Mn0.1Co0.1O2 | graphite | li_pf6_carbonate | polyolefin | ptfe | dual_al_zr | layered_rhombohedral | 4.4424 | 633.37 | 23.4152 | 2.2704 | 0.016619 | 0 | 1.7421 | 114.341 | 305.7121 | 946.7446 | 3.6778 | 170.782 | 1,152.2 | 0.57748 | 0.9294 | 0 |
MAT_6bf61e86289984 | defense_high_temp | lfp_doped_high_temp | titanate_graphite_blend | ionic_liquid_high_temp | aramid_ceramic | ptfe | dual_al_zr | olivine_doped | 4.7733 | 404.291 | 26.3753 | 3.2714 | 0.01021 | 0 | 1.2681 | 64.7965 | 150.4585 | 742.7433 | 3.1983 | 316.763 | 2,697.3 | 0.02 | 0.79585 | 0 |
MAT-001 — Synthetic Battery Materials Dataset (Sample)
XpertSystems.ai Synthetic Scientific Discovery Platform · SKU: MAT001-SAMPLE · Version 1.0.0
This is a free preview of the full MAT-001 — Synthetic Battery Materials Dataset product. It contains roughly ~1% of the full dataset at identical schema, chemistry family distribution, and physics-aware calibration, so you can evaluate fit before licensing the full product.
| File | Rows (sample) | Rows (full) | Description |
|---|---|---|---|
battery_materials_master.csv |
~2,500 | ~250,000 | Cathode/anode/electrolyte compositions |
charge_discharge_cycles.csv |
~60,000 | ~25,000,000 | Per-cycle telemetry (capacity, voltage, IR) |
degradation_profiles.csv |
~20,000 | ~3,750,000 | Capacity-fade trajectories |
thermal_stability_events.csv |
~500 | ~50,000 | Thermal runaway / failure events |
manufacturing_variations.csv |
~5,000 | ~250,000 | Production lot variations |
battery_pack_summary.csv |
~500 | ~25,000 | Per-pack aggregate KPIs |
Dataset Summary
MAT-001 simulates the full battery materials discovery lifecycle with physics-aware synthetic generation across 10 commercial and emerging battery chemistries, with:
- 10 battery family archetypes: nmc811, nmc622, nca, lfp, solid_state, sodium_ion, lithium_sulfur, silicon_anode, graphene_enhanced, defense_high_temp — each with empirically-anchored cathode/anode/ electrolyte/separator/crystal structure profiles
- Arrhenius degradation modeling with activation energy 0.42 eV and reference temperature 25 °C
- Per-chemistry capacity fade multipliers: solid_state 0.72×, silicon_anode 1.35×, high-temperature 1.55×, fast-charge 1.28×
- Dendrite formation modeling with chemistry-dependent base rates
- 12 dopant types (Al, Mg, Zr, Ti, W, Mo, Nb, B, F, dual-dopants)
- 6 binder systems: PVDF, CMC-SBR, PAA, alginate, PTFE, high-temp polyimide
- Manufacturing yield variability with calibrated 93% baseline
- Thermal runaway events with chemistry-specific onset temperatures (LFP 265 °C → defense_high_temp 310 °C → lithium_sulfur 175 °C)
- Anomaly injection at 1.5% rate for outlier modeling
Calibrated Benchmark Targets
The full product is calibrated to 10 benchmark validation tests drawn from authoritative materials science and battery research sources (DOE Battery Targets, NMC/LFP production benchmarks, solid-state battery roadmap literature, EV cell cycle-life literature, UL9540A thermal safety literature, electrochemical cycling literature, battery degradation studies, fast-charge degradation literature, manufacturing quality benchmarks).
Sample benchmark results:
| Test | Target | Observed | Source | Verdict |
|---|---|---|---|---|
| energy_density_nmc811_wh_kg | 275.0 | 277.7 | DOE battery targets; high-nickel NMC | ✓ PASS |
| energy_density_lfp_wh_kg | 165.0 | 167.1 | DOE battery targets; LFP production | ✓ PASS |
| energy_density_solid_state_wh_kg | 365.0 | 370.9 | solid-state battery roadmap literatu | ✓ PASS |
| cycle_life_80pct_retention | 1000.0 | 1555.6 | EV cell cycle-life literature | ✓ PASS |
| coulombic_efficiency | 0.9950 | 0.9955 | electrochemical cycling literature | ✓ PASS |
| impedance_growth_1000_cycles | 0.2800 | 0.2733 | battery degradation studies | ✓ PASS |
| fast_charge_capacity_loss_500_cycles | 0.1200 | 0.1071 | fast-charge degradation literature | ✓ PASS |
| thermal_runaway_temperature_c | 185.0 | 213.3 | UL9540A and thermal safety literatur | ✓ PASS |
| manufacturing_yield_rate | 0.9300 | 0.8994 | battery manufacturing quality benchm | ✓ PASS |
| diffusion_coefficient_log10 | -11.0000 | -10.9654 | materials diffusion coefficient lite | ✓ PASS |
Every benchmark in the sample lands within the same calibrated tolerance as the full product. Physics-aware generation means observed values are deterministic functions of the calibrated parameters, not stochastic artifacts that require large samples to converge.
Schema Highlights
battery_materials_master.csv (primary file)
| Column | Type | Description |
|---|---|---|
| material_id | string | Unique material identifier |
| chemistry_family | string | 1 of 10 family archetypes |
| cathode_composition | string | Cathode chemistry (e.g. LiNi0.8Mn0.1Co0.1O2) |
| anode_material | string | Anode (graphite, silicon_graphite, lithium_metal, etc.) |
| electrolyte | string | Electrolyte system |
| separator | string | Separator material |
| crystal_structure | string | Crystal structure family |
| dopant | string | Dopant species (or 'none') |
| binder | string | Binder system |
| nominal_voltage_v | float | Nominal cell voltage |
| energy_density_wh_kg | float | Gravimetric energy density |
| power_density_w_kg | float | Power density |
| thermal_runaway_temp_c | float | Thermal runaway onset temperature |
| expected_cycle_life | float | Expected cycles to 80% capacity |
| diff_log10 | float | Log10 lithium diffusion coefficient |
| conductivity | float | Ionic conductivity (S/cm) |
| manufacturability_score | float | Manufacturability index (0–1) |
charge_discharge_cycles.csv (per-cycle telemetry)
| Column | Type | Description |
|---|---|---|
| material_id | string | FK to battery_materials_master.csv |
| cycle_number | int | Cycle index (1-N) |
| capacity_retention | float | Capacity as fraction of initial |
| coulombic_efficiency | float | CE for this cycle |
| voltage_hysteresis_mv | float | Charge/discharge voltage gap |
| internal_resistance_mohm | float | Cell internal resistance |
| temperature_c | float | Operating temperature |
| c_rate | float | Charge/discharge rate |
degradation_profiles.csv (capacity fade trajectories)
| Column | Type | Description |
|---|---|---|
| material_id | string | FK |
| timestep | int | Degradation timepoint |
| capacity_fade_pct | float | Cumulative capacity loss |
| impedance_growth_pct | float | Impedance growth |
| dendrite_formation_score | float | Dendrite formation risk (0–1) |
| sei_layer_growth_nm | float | SEI layer thickness growth |
thermal_stability_events.csv (runaway events)
| Column | Type | Description |
|---|---|---|
| material_id | string | FK |
| onset_temp_c | float | Runaway onset temperature |
| peak_temp_c | float | Peak temperature during event |
| heat_release_rate_w | float | Heat release rate |
| failure_mode | string | Failure mode classification |
See manufacturing_variations.csv and battery_pack_summary.csv for the
production-lot variation and per-pack aggregate schemas respectively.
Suggested Use Cases
- Training battery chemistry classifiers — 10-class family identification
- Cycle life prediction — regress to 80% retention from early-cycle data
- Energy density forecasting from composition features
- Thermal runaway detection — predict onset from operating signals
- Dopant effect modeling — quantify impact of doping on cycle life
- Solid-state battery design optimization — explore composition space
- Manufacturing yield prediction from process variation features
- Capacity fade trajectory modeling — sequence prediction tasks
- Battery management system (BMS) algorithm training
- Materials informatics / inverse design — find compositions hitting target energy density + cycle life
- Battery digital twin training data
- EV pack-level state-of-health (SoH) estimation
Loading the Data
import pandas as pd
materials = pd.read_csv("battery_materials_master.csv")
cycles = pd.read_csv("charge_discharge_cycles.csv")
degrad = pd.read_csv("degradation_profiles.csv")
thermal = pd.read_csv("thermal_stability_events.csv")
mfg = pd.read_csv("manufacturing_variations.csv")
packs = pd.read_csv("battery_pack_summary.csv")
# Join cycle telemetry with material chemistry
enriched = cycles.merge(materials, on="material_id", how="left")
# Regression target: energy density from composition features
y_energy = materials["energy_density_wh_kg"]
# Classification target: chemistry family from observable telemetry
y_family = materials["chemistry_family"]
# Sequence prediction target: capacity retention curve per material
seq_data = cycles.groupby("material_id")["capacity_retention"].apply(list)
License
This sample is released under CC-BY-NC-4.0 (free for non-commercial research and evaluation). The full production dataset is licensed commercially — contact XpertSystems.ai for licensing terms.
Full Product
The full MAT-001 dataset includes ~29 million rows across all six files, with calibrated benchmark validation against 10 metrics drawn from authoritative materials science and battery research sources.
📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai
Citation
@dataset{xpertsystems_mat001_sample_2026,
title = {MAT-001: Synthetic Battery Materials Dataset (Sample)},
author = {XpertSystems.ai},
year = {2026},
url = {https://huggingface.co/datasets/xpertsystems/mat001-sample}
}
Generation Details
- Generator version : 1.0.0
- Random seed : 42
- Generated : 2026-05-16 15:47:32 UTC
- Physics model : Arrhenius degradation, 0.42 eV activation energy
- Overall benchmark : 100.0 / 100 (grade A+)
- Downloads last month
- 25