From d38aee2193c9a3b0f34e7b67cf2e0fc916d228e2 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Tue, 4 Jun 2024 13:32:19 -0400 Subject: [PATCH] update tests/files/.pytest-split-durations pytest --store-durations --durations-path tests/files/.pytest-split-durations --- .github/workflows/test.yml | 1 + tests/files/.pytest-split-durations | 5316 +++++++++++++++------------ 2 files changed, 2899 insertions(+), 2418 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0aff376e66..377fe28e21a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,6 +44,7 @@ jobs: extras: ci # test with only required dependencies installed # pytest-split automatically distributes work load so parallel jobs finish in similar time + # update durations file with `pytest --store-durations --durations-path tests/files/.pytest-split-durations` split: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] runs-on: ${{ matrix.config.os }} diff --git a/tests/files/.pytest-split-durations b/tests/files/.pytest-split-durations index 5df35a91ac4..1f99ed37c72 100644 --- a/tests/files/.pytest-split-durations +++ b/tests/files/.pytest-split-durations @@ -1,159 +1,160 @@ { - "tests/alchemy/test_filters.py::TestContainsSpecieFilter::test_filtering": 0.003023376048076898, - "tests/alchemy/test_filters.py::TestContainsSpecieFilter::test_as_from_dict": 0.0006462919991463423, - "tests/alchemy/test_filters.py::TestRemoveDuplicatesFilter::test_filter": 0.16306395700667053, - "tests/alchemy/test_filters.py::TestRemoveDuplicatesFilter::test_as_from_dict": 0.006195332040078938, - "tests/alchemy/test_filters.py::TestRemoveExistingFilter::test_filter": 0.22529441700316966, - "tests/alchemy/test_filters.py::TestSpecieProximityFilter::test_filter": 0.003665166033897549, - "tests/alchemy/test_filters.py::TestSpecieProximityFilter::test_as_from_dict": 0.0006502500036731362, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_append_filter": 0.002742541953921318, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_append_transformation": 0.01960600004531443, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_as_dict": 0.0029662500601261854, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_final_structure": 0.0015371250337921083, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_from_dict": 0.002467332931701094, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_get_vasp_input": 0.05692683404777199, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_snl": 0.0017340840422548354, - "tests/alchemy/test_materials.py::TestTransformedStructure::test_undo_and_redo_last_change": 0.004979957942850888, - "tests/alchemy/test_transmuters.py::TestCifTransmuter::test_init": 0.010862126015126705, - "tests/alchemy/test_transmuters.py::TestPoscarTransmuter::test_init": 0.002872333046980202, - "tests/alchemy/test_transmuters.py::TestPoscarTransmuter::test_transmuter": 0.025052208045963198, - "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_coordination_sequences": 0.1960762080270797, - "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_init": 0.0011200830340385437, - "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_periodicity": 0.003100541071034968, - "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_real_systems": 0.6001136670238338, - "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_serialization": 0.0021088769426569343, - "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_serialization_private_methods": 0.001044958014972508, - "tests/analysis/chemenv/connectivity/test_environment_nodes.py::TestEnvironmentNodes::test_as_dict": 0.001267166982870549, - "tests/analysis/chemenv/connectivity/test_environment_nodes.py::TestEnvironmentNodes::test_equal": 0.0009147500386461616, - "tests/analysis/chemenv/connectivity/test_environment_nodes.py::TestEnvironmentNodes::test_str": 0.0009253739845007658, - "tests/analysis/chemenv/connectivity/test_structure_connectivity.py::TestStructureConnectivity::test_serialization": 0.010630042059347034, - "tests/analysis/chemenv/coordination_environments/test_chemenv_strategies.py::TestStrategyOptions::test_options": 0.0015310000162571669, - "tests/analysis/chemenv/coordination_environments/test_chemenv_strategies.py::TestStrategyOptions::test_strategies": 0.001018540991935879, - "tests/analysis/chemenv/coordination_environments/test_coordination_geometries.py::TestCoordinationGeometries::test_algorithms": 0.0009569170651957393, - "tests/analysis/chemenv/coordination_environments/test_coordination_geometries.py::TestCoordinationGeometries::test_coordination_geometry": 0.0024875410017557442, - "tests/analysis/chemenv/coordination_environments/test_coordination_geometries.py::TestCoordinationGeometries::test_hints": 0.0008746249950490892, - "tests/analysis/chemenv/coordination_environments/test_coordination_geometry_finder.py::TestCoordinationGeometryFinder::test_abstract_geometry": 0.08398345904424787, - "tests/analysis/chemenv/coordination_environments/test_coordination_geometry_finder.py::TestCoordinationGeometryFinder::test_disable_hints": 0.18629737506853417, - "tests/analysis/chemenv/coordination_environments/test_coordination_geometry_finder.py::TestCoordinationGeometryFinder::test_perfect_environments": 1.8160202918807045, - "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_read_write_structure_environments": 0.0710677090100944, - "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_read_write_voronoi": 0.22205904102884233, - "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_strategies": 0.0004960830556228757, - "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_structure_environments_neighbors_sets": 0.003994875005446374, - "tests/analysis/chemenv/coordination_environments/test_structure_environments.py::TestStructureEnvironments::test_from_structure_environments": 1.0795338329626247, - "tests/analysis/chemenv/coordination_environments/test_structure_environments.py::TestStructureEnvironments::test_light_structure_environments": 0.009397666959557682, - "tests/analysis/chemenv/coordination_environments/test_structure_environments.py::TestStructureEnvironments::test_structure_environments": 0.11822220793692395, - "tests/analysis/chemenv/coordination_environments/test_voronoi.py::TestVoronoiContainer::test_get_vertices_dist_ang_indices": 0.002947667089756578, - "tests/analysis/chemenv/coordination_environments/test_voronoi.py::TestVoronoiContainer::test_voronoi": 0.008240333991125226, - "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_CN_bias_weight": 0.0011089170002378523, - "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_angle_weight": 0.0009008339839056134, - "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_delta_csms_weight": 0.29116891702869907, - "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_dist_angle_area_weight": 0.0012017919216305017, - "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_dist_nb_set_weight": 0.0010795010603033006, - "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_normalized_angle_distance_weight": 0.0017046240391209722, - "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_self_csms_weight": 0.30767312506213784, - "tests/analysis/chemenv/utils/test_chemenv_config.py::TestChemenvConfig::test_chemenv_config": 0.0017678749863989651, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_distances": 0.0014303740463219583, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_factors_abcd_normal_vector": 0.0010162079706788063, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_from_npoints_plane": 0.001994917052797973, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_indices_separate": 0.0012996669975109398, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_is_in_plane": 0.0009948338847607374, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_normal_vector_is_normed": 0.0009763750131241977, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_orthonormal_vectors": 0.001120583969168365, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_2_coefficients": 0.000991665932815522, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_3_coefficients": 0.0011142920702695847, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_comparison": 0.00102508399868384, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_is_in_list_of_planes": 0.0010813749977387488, - "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_projections": 0.002161624957807362, - "tests/analysis/chemenv/utils/test_func_utils.py::TestFuncUtils::test_csm_finite_ratio_function": 0.0004910829593427479, - "tests/analysis/chemenv/utils/test_func_utils.py::TestFuncUtils::test_csm_infinite_ratio_function": 0.0007026249659247696, - "tests/analysis/chemenv/utils/test_func_utils.py::TestFuncUtils::test_delta_csm_ratio_function": 0.0005147079937160015, - "tests/analysis/chemenv/utils/test_graph_utils.py::TestEnvironmentNodesGraphUtils::test_cycle": 0.0009754170314408839, - "tests/analysis/chemenv/utils/test_graph_utils.py::TestGraphUtils::test_get_delta": 0.001009667117614299, - "tests/analysis/chemenv/utils/test_graph_utils.py::TestGraphUtils::test_multigraph_cycle": 0.001705500006210059, - "tests/analysis/chemenv/utils/test_graph_utils.py::TestGraphUtils::test_simple_graph_cycle": 0.0016274600056931376, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_cosinus_step": 0.0009159159380942583, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_linearly_independent_vectors": 0.0009790830663405359, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_list_cartesian_product": 0.0008560840506106615, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_math_utils": 0.0008929159375838935, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_power3_step": 0.0008915409562177956, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_powern_parts_step": 0.0009695009794086218, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_scale_and_clamp": 0.0008862499962560833, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_smootherstep": 0.0009238330530934036, - "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_smoothstep": 0.0009467080235481262, - "tests/analysis/diffraction/test_neutron.py::TestNDCalculator::test_get_pattern": 0.09634408407146111, - "tests/analysis/diffraction/test_neutron.py::TestNDCalculator::test_get_plot": 0.01884170697303489, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_tem_dots": 0.003657666966319084, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_bragg_angles": 0.0010378749575465918, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_cell_intensity": 0.0011159999412484467, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_cell_scattering_factors": 0.004275291925296187, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_electron_scattering_factors": 0.004217333043925464, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_generate_points": 0.0011182490270584822, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_first_point": 0.0011971250060014427, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_interplanar_spacings": 0.0012447500484995544, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_pattern": 0.04219379194546491, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_plot_2d": 0.05445283401058987, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_plot_2d_concise": 0.04617762501584366, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_plot_coeffs": 0.0011910430039279163, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_positions": 0.00195891602197662, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_s2": 0.000996042974293232, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_interplanar_angle": 0.0013547910493798554, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_is_parallel": 0.0010929169948212802, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_normalized_cell_intensity": 0.001045708020683378, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_wavelength_rel": 0.0009337500086985528, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_x_ray_factors": 0.0010328749776817858, - "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_zone_axis_filter": 0.0011798330233432353, - "tests/analysis/diffraction/test_xrd.py::TestXRDCalculator::test_get_pattern": 0.13501966593321413, - "tests/analysis/diffraction/test_xrd.py::TestXRDCalculator::test_type_wavelength": 0.001153291028458625, - "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_find_eq_stress": 0.003746959089767188, - "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_fit": 8.144965459010564, - "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_generate_pseudo": 0.19646012398879975, - "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_get_diff_coeff": 0.004111624963115901, - "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_get_strain_state_dict": 0.008502999029587954, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_compliance_tensor": 0.002674959017895162, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_directional_elastic_mod": 0.0018897089175879955, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_directional_poisson_ratio": 0.002092417038511485, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_energy_density": 0.001957083062734455, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_from_independent_strains": 0.008188500010874122, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_from_pseudoinverse": 0.004068834939971566, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_new": 0.0021611670963466167, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_properties": 0.026367792044766247, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_structure_based_methods": 0.29057562502566725, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_calculate_stress": 1.5880551249720156, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_energy_density": 1.5520532099762931, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_from_diff_fit": 2.493286709068343, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_compliance_expansion": 1.5063904999988154, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_effective_ecs": 1.5261637929361314, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_strain_from_stress": 1.8680246659787372, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_yield_stress": 10.147808748995885, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_gruneisen": 2.0762182920007035, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_init": 1.5260772909969091, - "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_thermal_expansion_coeff": 2.1712698329938576, - "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_calculate_stress": 0.004439250973518938, - "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_energy_density": 0.004236208973452449, - "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_from_diff_fit": 0.5439232919597998, - "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_init": 0.005313876026775688, - "tests/analysis/elasticity/test_strain.py::TestDeformation::test_apply_to_structure": 0.0014097091043367982, - "tests/analysis/elasticity/test_strain.py::TestDeformation::test_independence": 0.00102900096680969, - "tests/analysis/elasticity/test_strain.py::TestDeformation::test_properties": 0.0012021239381283522, - "tests/analysis/elasticity/test_strain.py::TestDeformedStructureSet::test_init": 0.41111891804030165, - "tests/analysis/elasticity/test_strain.py::TestStrain::test_convert_strain_to_deformation": 0.0016634170315228403, - "tests/analysis/elasticity/test_strain.py::TestStrain::test_from_deformation": 0.0011392920278012753, - "tests/analysis/elasticity/test_strain.py::TestStrain::test_from_index_amount": 0.0012067510397173464, - "tests/analysis/elasticity/test_strain.py::TestStrain::test_new": 0.001310624007601291, - "tests/analysis/elasticity/test_strain.py::TestStrain::test_properties": 0.0013629170134663582, - "tests/analysis/elasticity/test_stress.py::TestStress::test_properties": 0.0017499590176157653, - "tests/analysis/ferroelectricity/test_polarization.py::TestEnergyTrend::test_endpoints_minima": 0.0012173749855719507, - "tests/analysis/ferroelectricity/test_polarization.py::TestEnergyTrend::test_max_spline_jump": 0.0011134170345030725, - "tests/analysis/ferroelectricity/test_polarization.py::TestEnergyTrend::test_smoothness": 0.0011529999901540577, - "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_from_outcars_and_structures": 0.4268406660412438, - "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_lattice_quanta": 0.403986708028242, - "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_polarization_change": 0.40744912502123043, - "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_polarization_change_norm": 0.39934362506028265, - "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_same_branch_polarization_data": 0.3938367920345627, - "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_max_spline_jumps": 0.4056534579722211, - "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_smoothness": 0.39809662505285814, - "tests/analysis/ferroelectricity/test_polarization.py::TestUtils::test_get_total_ionic_dipole": 0.027854833053424954, - "tests/analysis/ferroelectricity/test_polarization.py::TestUtils::test_zval_dict_from_potcar": 0.025854875042568892, + "tests/alchemy/test_filters.py::TestContainsSpecieFilter::test_as_from_dict": 0.0016828340012580156, + "tests/alchemy/test_filters.py::TestContainsSpecieFilter::test_filtering": 0.0013490839628502727, + "tests/alchemy/test_filters.py::TestRemoveDuplicatesFilter::test_as_from_dict": 0.0047334590926766396, + "tests/alchemy/test_filters.py::TestRemoveDuplicatesFilter::test_filter": 0.13277504092548043, + "tests/alchemy/test_filters.py::TestRemoveExistingFilter::test_filter": 0.21339575096499175, + "tests/alchemy/test_filters.py::TestSpecieProximityFilter::test_as_from_dict": 0.00048270809929817915, + "tests/alchemy/test_filters.py::TestSpecieProximityFilter::test_filter": 0.005183250177651644, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_append_filter": 0.004143416881561279, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_append_transformation": 0.019702791003510356, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_as_dict": 0.003612999920733273, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_final_structure": 0.002677957061678171, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_from_dict": 0.00383741594851017, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_get_vasp_input": 0.04095420893281698, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_set_parameter": 0.001867583952844143, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_snl": 0.001790291047655046, + "tests/alchemy/test_materials.py::TestTransformedStructure::test_undo_and_redo_last_change": 0.006149542052298784, + "tests/alchemy/test_transmuters.py::TestCifTransmuter::test_init": 0.014844876015558839, + "tests/alchemy/test_transmuters.py::TestPoscarTransmuter::test_init": 0.003208915935829282, + "tests/alchemy/test_transmuters.py::TestPoscarTransmuter::test_transmuter": 0.04317108204122633, + "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_coordination_sequences": 0.21534499898552895, + "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_init": 0.0008030419703572989, + "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_periodicity": 0.004466208047233522, + "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_real_systems": 0.7976187079912052, + "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_serialization": 0.003002708894200623, + "tests/analysis/chemenv/connectivity/test_connected_components.py::TestConnectedComponent::test_serialization_private_methods": 0.0006678329082205892, + "tests/analysis/chemenv/connectivity/test_environment_nodes.py::TestEnvironmentNodes::test_as_dict": 0.001985041075386107, + "tests/analysis/chemenv/connectivity/test_environment_nodes.py::TestEnvironmentNodes::test_equal": 0.0005833760369569063, + "tests/analysis/chemenv/connectivity/test_environment_nodes.py::TestEnvironmentNodes::test_str": 0.00047649897169321775, + "tests/analysis/chemenv/connectivity/test_structure_connectivity.py::TestStructureConnectivity::test_serialization": 0.015065040905028582, + "tests/analysis/chemenv/coordination_environments/test_chemenv_strategies.py::TestStrategyOptions::test_options": 0.0013438750756904483, + "tests/analysis/chemenv/coordination_environments/test_chemenv_strategies.py::TestStrategyOptions::test_strategies": 0.0008593328529968858, + "tests/analysis/chemenv/coordination_environments/test_coordination_geometries.py::TestCoordinationGeometries::test_algorithms": 0.0005635418929159641, + "tests/analysis/chemenv/coordination_environments/test_coordination_geometries.py::TestCoordinationGeometries::test_coordination_geometry": 0.0026690419763326645, + "tests/analysis/chemenv/coordination_environments/test_coordination_geometries.py::TestCoordinationGeometries::test_hints": 0.00048791803419589996, + "tests/analysis/chemenv/coordination_environments/test_coordination_geometry_finder.py::TestCoordinationGeometryFinder::test_abstract_geometry": 0.09743945905938745, + "tests/analysis/chemenv/coordination_environments/test_coordination_geometry_finder.py::TestCoordinationGeometryFinder::test_disable_hints": 0.20783941610716283, + "tests/analysis/chemenv/coordination_environments/test_coordination_geometry_finder.py::TestCoordinationGeometryFinder::test_perfect_environments": 2.0354982919525355, + "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_read_write_structure_environments": 0.0826144180027768, + "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_read_write_voronoi": 0.25418112496845424, + "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_strategies": 0.0008753330912441015, + "tests/analysis/chemenv/coordination_environments/test_read_write.py::TestReadWriteChemenv::test_structure_environments_neighbors_sets": 0.0047908329870551825, + "tests/analysis/chemenv/coordination_environments/test_structure_environments.py::TestStructureEnvironments::test_from_structure_environments": 1.2033519159303978, + "tests/analysis/chemenv/coordination_environments/test_structure_environments.py::TestStructureEnvironments::test_light_structure_environments": 0.010624167043715715, + "tests/analysis/chemenv/coordination_environments/test_structure_environments.py::TestStructureEnvironments::test_structure_environments": 0.5473863751394674, + "tests/analysis/chemenv/coordination_environments/test_voronoi.py::TestVoronoiContainer::test_get_vertices_dist_ang_indices": 0.00286670820787549, + "tests/analysis/chemenv/coordination_environments/test_voronoi.py::TestVoronoiContainer::test_voronoi": 0.00874579104129225, + "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_CN_bias_weight": 0.0007127090357244015, + "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_angle_weight": 0.0005361658986657858, + "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_delta_csms_weight": 0.11788600112777203, + "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_dist_angle_area_weight": 0.0007063739467412233, + "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_dist_nb_set_weight": 0.0006728750886395574, + "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_normalized_angle_distance_weight": 0.0012685830006375909, + "tests/analysis/chemenv/coordination_environments/test_weights.py::StrategyWeights::test_self_csms_weight": 0.23423891700804234, + "tests/analysis/chemenv/utils/test_chemenv_config.py::TestChemenvConfig::test_chemenv_config": 0.0026268339715898037, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_distances": 0.0011077499948441982, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_factors_abcd_normal_vector": 0.0006390420021489263, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_from_npoints_plane": 0.0018171247793361545, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_indices_separate": 0.00095316581428051, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_is_in_plane": 0.0005168750649318099, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_normal_vector_is_normed": 0.000556082115508616, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_orthonormal_vectors": 0.0008269159588962793, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_2_coefficients": 0.0005811249138787389, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_3_coefficients": 0.0005702920025214553, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_comparison": 0.0006427920889109373, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_plane_is_in_list_of_planes": 0.0006459158612415195, + "tests/analysis/chemenv/utils/test_coordination_geometry_utils.py::TestPlanesUtils::test_projections": 0.0022963761584833264, + "tests/analysis/chemenv/utils/test_func_utils.py::TestFuncUtils::test_csm_finite_ratio_function": 0.0003517089644446969, + "tests/analysis/chemenv/utils/test_func_utils.py::TestFuncUtils::test_csm_infinite_ratio_function": 0.0008910419419407845, + "tests/analysis/chemenv/utils/test_func_utils.py::TestFuncUtils::test_delta_csm_ratio_function": 0.00036699988413602114, + "tests/analysis/chemenv/utils/test_graph_utils.py::TestEnvironmentNodesGraphUtils::test_cycle": 0.0006069180089980364, + "tests/analysis/chemenv/utils/test_graph_utils.py::TestGraphUtils::test_get_delta": 0.000668209046125412, + "tests/analysis/chemenv/utils/test_graph_utils.py::TestGraphUtils::test_multigraph_cycle": 0.0011720419861376286, + "tests/analysis/chemenv/utils/test_graph_utils.py::TestGraphUtils::test_simple_graph_cycle": 0.0010099578648805618, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_cosinus_step": 0.0005649179220199585, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_linearly_independent_vectors": 0.0006106658838689327, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_list_cartesian_product": 0.000444958102889359, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_math_utils": 0.0004678330151364207, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_power3_step": 0.00047333387192338705, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_powern_parts_step": 0.0005397510249167681, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_scale_and_clamp": 0.0004635000368580222, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_smootherstep": 0.0004887920804321766, + "tests/analysis/chemenv/utils/test_math_utils.py::TestMathUtils::test_smoothstep": 0.0005297920433804393, + "tests/analysis/diffraction/test_neutron.py::TestNDCalculator::test_get_pattern": 0.11105916579253972, + "tests/analysis/diffraction/test_neutron.py::TestNDCalculator::test_get_plot": 0.04590208304580301, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_bragg_angles": 0.0007802919717505574, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_cell_intensity": 0.0007092079613357782, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_cell_scattering_factors": 0.24244579195510596, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_electron_scattering_factors": 0.0042377079371362925, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_generate_points": 0.0007755421102046967, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_first_point": 0.0009114580461755395, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_interplanar_spacings": 0.002786415978334844, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_pattern": 0.03312675002962351, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_plot_2d": 0.04721774999052286, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_plot_2d_concise": 0.03832133288960904, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_plot_coeffs": 0.0008147498592734337, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_positions": 0.0017906669527292252, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_get_s2": 0.0005955001106485724, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_interplanar_angle": 0.0009570011170580983, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_is_parallel": 0.0006926250644028187, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_normalized_cell_intensity": 0.0006200011121109128, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_tem_dots": 0.0024394579231739044, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_wavelength_rel": 0.0005301251076161861, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_x_ray_factors": 0.0005965419113636017, + "tests/analysis/diffraction/test_tem.py::TestTEMCalculator::test_zone_axis_filter": 0.0006613751174882054, + "tests/analysis/diffraction/test_xrd.py::TestXRDCalculator::test_get_pattern": 0.16997445875313133, + "tests/analysis/diffraction/test_xrd.py::TestXRDCalculator::test_type_wavelength": 0.0007469177944585681, + "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_find_eq_stress": 0.0036218749592080712, + "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_fit": 8.044873125036247, + "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_generate_pseudo": 0.19992808415554464, + "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_get_diff_coeff": 0.0034794999519363046, + "tests/analysis/elasticity/test_elastic.py::TestDiffFit::test_get_strain_state_dict": 0.008346709073521197, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_compliance_tensor": 0.003907374804839492, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_directional_elastic_mod": 0.0018979581072926521, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_directional_poisson_ratio": 0.0018473329255357385, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_energy_density": 0.001757832826115191, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_from_independent_strains": 0.008556750020943582, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_from_pseudoinverse": 0.004162791883572936, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_new": 0.0016917090397328138, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_properties": 0.030474708997644484, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensor::test_structure_based_methods": 0.30331395706161857, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_calculate_stress": 1.6186563749797642, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_energy_density": 1.60441654198803, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_from_diff_fit": 2.738325958023779, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_compliance_expansion": 1.62120387412142, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_effective_ecs": 1.60241345805116, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_strain_from_stress": 1.9091413759160787, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_yield_stress": 9.215632708976045, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_gruneisen": 2.2208488340256736, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_init": 1.6239025420509279, + "tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_thermal_expansion_coeff": 2.207773416885175, + "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_calculate_stress": 0.004522875067777932, + "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_energy_density": 0.003922914853319526, + "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_from_diff_fit": 0.5433026250684634, + "tests/analysis/elasticity/test_elastic.py::TestNthOrderElasticTensor::test_init": 0.005024834186770022, + "tests/analysis/elasticity/test_strain.py::TestDeformation::test_apply_to_structure": 0.0012580010807141662, + "tests/analysis/elasticity/test_strain.py::TestDeformation::test_independence": 0.0006034590769559145, + "tests/analysis/elasticity/test_strain.py::TestDeformation::test_properties": 0.0008036260260269046, + "tests/analysis/elasticity/test_strain.py::TestDeformedStructureSet::test_init": 0.4347724999533966, + "tests/analysis/elasticity/test_strain.py::TestStrain::test_convert_strain_to_deformation": 0.005143832182511687, + "tests/analysis/elasticity/test_strain.py::TestStrain::test_from_deformation": 0.001014833920635283, + "tests/analysis/elasticity/test_strain.py::TestStrain::test_from_index_amount": 0.0008710420224815607, + "tests/analysis/elasticity/test_strain.py::TestStrain::test_new": 0.000978998956270516, + "tests/analysis/elasticity/test_strain.py::TestStrain::test_properties": 0.0011554589727893472, + "tests/analysis/elasticity/test_stress.py::TestStress::test_properties": 0.0015559580642729998, + "tests/analysis/ferroelectricity/test_polarization.py::TestEnergyTrend::test_endpoints_minima": 0.0008334170561283827, + "tests/analysis/ferroelectricity/test_polarization.py::TestEnergyTrend::test_max_spline_jump": 0.0006454159738495946, + "tests/analysis/ferroelectricity/test_polarization.py::TestEnergyTrend::test_smoothness": 0.0006944979541003704, + "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_from_outcars_and_structures": 0.4985098340548575, + "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_lattice_quanta": 0.48928479210007936, + "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_polarization_change": 0.4835174169857055, + "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_polarization_change_norm": 0.5129030410898849, + "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_get_same_branch_polarization_data": 0.4956343750236556, + "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_max_spline_jumps": 0.4881872918922454, + "tests/analysis/ferroelectricity/test_polarization.py::TestPolarization::test_smoothness": 0.48988183308392763, + "tests/analysis/ferroelectricity/test_polarization.py::TestUtils::test_get_total_ionic_dipole": 0.031053043087013066, + "tests/analysis/ferroelectricity/test_polarization.py::TestUtils::test_zval_dict_from_potcar": 0.029630291974171996, "tests/analysis/gb/test_grain.py::TestGrainBoundary::test_as_dict_and_from_dict": 0.2008893759921193, "tests/analysis/gb/test_grain.py::TestGrainBoundary::test_bottom_grain": 0.001746498979628086, "tests/analysis/gb/test_grain.py::TestGrainBoundary::test_coincidents": 0.001235041010659188, @@ -171,1388 +172,1646 @@ "tests/analysis/gb/test_grain.py::TestGrainBoundaryGenerator::test_get_ratio": 0.0013772499514743686, "tests/analysis/gb/test_grain.py::TestGrainBoundaryGenerator::test_get_rotation_angle_from_sigma": 0.03188791702268645, "tests/analysis/gb/test_grain.py::TestGrainBoundaryGenerator::test_get_trans_mat": 0.3571856240159832, - "tests/analysis/interfaces/test_coherent_interface.py::TestInterfaceBuilder::test_coherent_interface_builder": 0.10955437505617738, - "tests/analysis/interfaces/test_coherent_interface.py::TestInterfaceBuilder::test_utils": 0.0013713749940507114, - "tests/analysis/interfaces/test_substrate_analyzer.py::test_substrate_analyzer_init": 1.8767643340397626, - "tests/analysis/interfaces/test_zsl.py::TestZSLGen::test_bidirectional": 0.06449408200569451, - "tests/analysis/interfaces/test_zsl.py::TestZSLGen::test_zsl": 0.031865417025983334, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_get_ferromagnetic_structure": 0.04730833292705938, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_get_representations": 0.04380141606088728, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_magnetic_properties": 0.08399549999739975, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_matches": 0.06359704094938934, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_missing_spin": 0.2419255839777179, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_modes": 0.05654620903078467, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_net_positive": 0.046774749003816396, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_round_magmoms": 0.44197829195763916, - "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_str": 0.05286033300217241, - "tests/analysis/magnetism/test_analyzer.py::TestMagneticDeformation::test_magnetic_deformation": 0.0017026260611601174, - "tests/analysis/magnetism/test_analyzer.py::TestMagneticStructureEnumerator::test_ordering_enumeration": 0.0003974169376306236, - "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_exchange_params": 0.27747279207687825, - "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_get_igraph": 0.006682500010356307, - "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_graphs": 0.0003230420406907797, - "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_heisenberg_model": 0.008073875040281564, - "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_mean_field": 0.001713083009235561, - "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_nn_interactions": 0.0002708339598029852, - "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_sites": 0.00028908299282193184, - "tests/analysis/magnetism/test_jahnteller.py::TestJahnTeller::test_jahn_teller_species_analysis": 0.0006301249959506094, - "tests/analysis/magnetism/test_jahnteller.py::TestJahnTeller::test_jahn_teller_structure_analysis": 0.1687826249981299, - "tests/analysis/magnetism/test_jahnteller.py::TestJahnTeller::test_mu_so": 0.0004348339862190187, - "tests/analysis/solar/test_slme.py::TestSolar::test_slme_from_vasprun": 0.37696220801444724, - "tests/analysis/structure_prediction/test_dopant_predictor.py::TestDopantPrediction::test_dopants_from_shannon_radii": 0.037668708071578294, - "tests/analysis/structure_prediction/test_dopant_predictor.py::TestDopantPrediction::test_dopants_from_substitution_probabilities": 0.4256538319750689, - "tests/analysis/structure_prediction/test_substitution_probability.py::TestSubstitutionPredictor::test_prediction": 0.1265218330663629, - "tests/analysis/structure_prediction/test_substitution_probability.py::TestSubstitutionProbability::test_full_lambda_table": 0.397557458083611, - "tests/analysis/structure_prediction/test_substitution_probability.py::TestSubstitutionProbability::test_mini_lambda_table": 0.0007008329848758876, - "tests/analysis/structure_prediction/test_substitutor.py::TestSubstitutor::test_as_dict": 0.002005293034017086, - "tests/analysis/structure_prediction/test_substitutor.py::TestSubstitutor::test_substitutor": 0.0028758739354088902, - "tests/analysis/structure_prediction/test_volume_predictor.py::TestDLSVolumePredictor::test_predict": 0.03692329197656363, - "tests/analysis/structure_prediction/test_volume_predictor.py::TestRLSVolumePredictor::test_modes": 0.015359542972873896, - "tests/analysis/structure_prediction/test_volume_predictor.py::TestRLSVolumePredictor::test_predict": 0.09817487699910998, - "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_adsorb_both_surfaces": 1.8174879160360433, - "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_find_adsorption_sites": 1.4173990830313414, - "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_from_bulk_and_miller": 2.3667380409897305, - "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_functions": 1.3264974999474362, - "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_generate_adsorption_structures": 1.3617211670498364, - "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_generate_substitution_structures": 1.5308882489916869, - "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_init": 1.2822482499759644, - "tests/analysis/test_bond_dissociation.py::TestBondDissociation::test_ec_neg_pcm_40": 0.0007136249914765358, - "tests/analysis/test_bond_dissociation.py::TestBondDissociation::test_pc_neutral_pcm_65": 0.0004544589319266379, - "tests/analysis/test_bond_dissociation.py::TestBondDissociation::test_tfsi_neg_no_pcm": 0.0004278330015949905, - "tests/analysis/test_bond_valence.py::TestBVAnalyzer::test_get_oxi_state_structure": 0.005586749990470707, - "tests/analysis/test_bond_valence.py::TestBVAnalyzer::test_get_valences": 0.05632162501569837, - "tests/analysis/test_bond_valence.py::TestBondValenceSum::test_calculate_bv_sum": 0.0013919160119257867, - "tests/analysis/test_bond_valence.py::TestBondValenceSum::test_calculate_bv_sum_unordered": 0.0008953339420258999, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_border_hyperplanes": 0.07804387499345466, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_centroid": 0.0765294170123525, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_dim": 0.07573937391862273, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_domains": 0.08120420796331018, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_el_refs": 0.07567466603359208, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_el_refs_formal": 0.07589212496532127, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_get_2d_orthonormal_vector": 0.07513025001389906, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_get_plot": 0.15677729004528373, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_lims": 0.07597791607258841, - "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_pca": 0.07571354100946337, - "tests/analysis/test_cost.py::TestCostAnalyzer::test_cost_per_kg": 0.005217165977228433, - "tests/analysis/test_cost.py::TestCostAnalyzer::test_cost_per_mol": 0.0035781259648501873, - "tests/analysis/test_cost.py::TestCostAnalyzer::test_sanity": 0.0027730839792639017, - "tests/analysis/test_cost.py::TestCostDB::test_sanity": 0.025573832041118294, - "tests/analysis/test_dimensionality.py::TestCheonDimensionality::test_get_dimensionality": 0.16465558297932148, - "tests/analysis/test_dimensionality.py::TestCheonDimensionality::test_get_dimensionality_with_bonds": 0.01452908298233524, - "tests/analysis/test_dimensionality.py::TestCheonDimensionality::test_tricky_structure": 0.24165308306692168, - "tests/analysis/test_dimensionality.py::TestGoraiDimensionality::test_get_dimensionality": 0.25908750103553757, - "tests/analysis/test_dimensionality.py::TestGoraiDimensionality::test_get_dimensionality_with_bonds": 0.0223807489965111, - "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_calculate_dimensionality_of_site": 0.30013783398317173, - "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_get_dimensionality": 0.30242512497352436, - "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_get_structure_components": 0.28938816604204476, - "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_tricky_structure": 0.2934450841275975, - "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_zero_d_to_molecule_graph": 1.2282263330416754, - "tests/analysis/test_disorder.py::TestOrderParameter::test_compute_warren_cowley_parameters": 0.027897082967683673, - "tests/analysis/test_energy_models.py::TestEwaldElectrostaticModel::test_get_energy": 0.013045999919995666, - "tests/analysis/test_energy_models.py::TestEwaldElectrostaticModel::test_as_from_dict": 0.00032087397994473577, - "tests/analysis/test_energy_models.py::TestIsingModel::test_get_energy": 0.01646054192679003, - "tests/analysis/test_energy_models.py::TestIsingModel::test_as_from_dict": 0.00041120901005342603, - "tests/analysis/test_energy_models.py::TestSymmetryModel::test_get_energy": 0.0214150000247173, - "tests/analysis/test_energy_models.py::TestSymmetryModel::test_as_from_dict": 0.0004038750194013119, - "tests/analysis/test_eos.py::TestEOS::test_eos_func": 0.010181625024415553, - "tests/analysis/test_eos.py::TestEOS::test_eos_func_call": 0.00954837491735816, - "tests/analysis/test_eos.py::TestEOS::test_fitting": 0.011342207959387451, - "tests/analysis/test_eos.py::TestEOS::test_numerical_eos_values": 0.010163833037950099, - "tests/analysis/test_eos.py::TestEOS::test_numerical_eoswrapper": 0.017902792082168162, - "tests/analysis/test_eos.py::TestEOS::test_run_all_models": 0.020164790970738977, - "tests/analysis/test_eos.py::TestEOS::test_summary_dict": 0.009206667018588632, - "tests/analysis/test_ewald.py::TestEwaldMinimizer::test_init": 0.0018970840028487146, - "tests/analysis/test_ewald.py::TestEwaldMinimizer::test_site": 0.012085792026482522, - "tests/analysis/test_ewald.py::TestEwaldSummation::test_as_dict": 0.0042157500283792615, - "tests/analysis/test_ewald.py::TestEwaldSummation::test_from_dict": 0.025329124997369945, - "tests/analysis/test_ewald.py::TestEwaldSummation::test_init": 0.020921626011841, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_defaults": 0.0019392070244066417, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_frag1": 0.0007305010221898556, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_old_defaults": 0.0008017499931156635, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_with_ro_depth_0_vs_depth_10": 0.0006666240515187383, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_tfsi": 0.0008176670526154339, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_edges_given_pc_frag1": 0.006631040945649147, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_edges_given_pc_not_defaults": 0.06429437396582216, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_edges_given_tfsi": 1.9432080420665443, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_pc_depth_0_vs_depth_10": 1.4905590829439461, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_pc_frag1_then_pc": 1.2266422910033725, - "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_pc_then_ec_depth_10": 0.0010246660094708204, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_as_from_dict": 0.002327708003576845, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_build_unique_fragments": 1.2524074169923551, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_construction": 0.001496042008511722, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_coordination": 0.001409457006957382, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_edge_editing": 0.0014642090536653996, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_find_rings": 0.0026580829289741814, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_get_disconnected": 0.0021792090265080333, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_insert_remove": 0.001963624032214284, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_isomorphic": 0.0019403340411372483, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_properties": 0.0011622509337030351, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_replace": 0.00898124894592911, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_set_node_attributes": 0.00119741604430601, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_sort": 0.0014669170486740768, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_split": 0.00663899997016415, - "tests/analysis/test_graphs.py::TestMoleculeGraph::test_substitute": 0.008081751002464443, - "tests/analysis/test_graphs.py::TestStructureGraph::test_auto_image_detection": 0.006292540987487882, - "tests/analysis/test_graphs.py::TestStructureGraph::test_draw": 0.0006076670251786709, - "tests/analysis/test_graphs.py::TestStructureGraph::test_edge_editing": 0.006081000959966332, - "tests/analysis/test_graphs.py::TestStructureGraph::test_extract_molecules": 0.05438754102215171, - "tests/analysis/test_graphs.py::TestStructureGraph::test_from_edges": 0.006781000993214548, - "tests/analysis/test_graphs.py::TestStructureGraph::test_from_local_env_and_equality_and_diff": 0.013396500027738512, - "tests/analysis/test_graphs.py::TestStructureGraph::test_inappropriate_construction": 0.006159499054774642, - "tests/analysis/test_graphs.py::TestStructureGraph::test_insert_remove": 0.006418292119633406, - "tests/analysis/test_graphs.py::TestStructureGraph::test_mul": 0.06913866609102115, - "tests/analysis/test_graphs.py::TestStructureGraph::test_no_duplicate_hops": 0.006449208070989698, - "tests/analysis/test_graphs.py::TestStructureGraph::test_properties": 0.007706540927756578, - "tests/analysis/test_graphs.py::TestStructureGraph::test_set_node_attributes": 0.0060864181141369045, - "tests/analysis/test_graphs.py::TestStructureGraph::test_sort": 0.006166999984998256, - "tests/analysis/test_graphs.py::TestStructureGraph::test_str": 0.006717292999383062, - "tests/analysis/test_graphs.py::TestStructureGraph::test_substitute": 0.08089070796268061, - "tests/analysis/test_graphs.py::TestStructureGraph::test_as_from_dict": 0.006607665971387178, - "tests/analysis/test_graphs.py::TestStructureGraph::test_types_and_weights_of_connections": 0.006332624063361436, - "tests/analysis/test_graphs.py::TestStructureGraph::test_types_of_coordination_environments": 0.0062890429981052876, - "tests/analysis/test_graphs.py::TestStructureGraph::test_weight_statistics": 0.006285458977799863, - "tests/analysis/test_hhi.py::TestHHIModel::test_hhi": 0.002129542059265077, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_convert": 0.0032114580390043557, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_convexity": 0.011167250981088728, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_chempot_correction": 0.002331875031813979, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_critical_original_kink_ratio": 0.005270917026791722, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_dataframe": 0.01217916700989008, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_energy": 0.0022861259640194476, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_entry_energy": 0.0026447080890648067, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_get_elmt_amt_in_rxt": 0.0023330419207923114, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_grand_potential": 0.0022269170149229467, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_kinks": 0.0043539159232750535, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_no_mixing_energy": 0.002949542016722262, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_original_composition_ratio": 0.002723750949371606, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_reaction": 0.0034353749942965806, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_labels": 0.0029130420298315585, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_minimum": 0.008108667039778084, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_plot": 0.5594022499863058, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_products_property": 0.0038521240348927677, - "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_reverse_convert": 0.002223084040451795, - "tests/analysis/test_local_env.py::TestCovalentBondNN::test_bonded_structure": 0.006425041065085679, - "tests/analysis/test_local_env.py::TestCovalentBondNN::test_nn_length": 0.00140400102827698, - "tests/analysis/test_local_env.py::TestCovalentBondNN::test_nn_orders": 0.0013061659992672503, - "tests/analysis/test_local_env.py::TestCritic2NN::test_cn": 0.00021512398961931467, - "tests/analysis/test_local_env.py::TestCrystalNN::test_cation_anion": 0.011094916961155832, - "tests/analysis/test_local_env.py::TestCrystalNN::test_discrete_cn": 0.32084008399397135, - "tests/analysis/test_local_env.py::TestCrystalNN::test_fixed_length": 0.01282674993854016, - "tests/analysis/test_local_env.py::TestCrystalNN::test_get_bonded_structure": 0.031193792005069554, - "tests/analysis/test_local_env.py::TestCrystalNN::test_get_cn": 0.01122533401940018, - "tests/analysis/test_local_env.py::TestCrystalNN::test_noble_gas_material": 0.010010834026616067, - "tests/analysis/test_local_env.py::TestCrystalNN::test_sanity": 0.0025162920355796814, - "tests/analysis/test_local_env.py::TestCrystalNN::test_shifted_sites": 0.007093750988133252, - "tests/analysis/test_local_env.py::TestCrystalNN::test_weighted_cn": 0.518046457960736, - "tests/analysis/test_local_env.py::TestCrystalNN::test_weighted_cn_no_oxid": 0.23347579105757177, - "tests/analysis/test_local_env.py::TestCrystalNN::test_x_diff_weight": 0.012949666939675808, - "tests/analysis/test_local_env.py::TestCutOffDictNN::test_cn": 0.0011738329194486141, - "tests/analysis/test_local_env.py::TestCutOffDictNN::test_from_preset": 0.12000583205372095, - "tests/analysis/test_local_env.py::TestIsayevNN::test_get_nn": 0.07523391797440127, - "tests/analysis/test_local_env.py::TestJmolNN::test_get_nn": 0.027987875044345856, - "tests/analysis/test_local_env.py::TestLocalStructOrderParams::test_get_order_parameters": 0.15005316701717675, - "tests/analysis/test_local_env.py::TestLocalStructOrderParams::test_init": 0.0014733760035596788, - "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_custom_coordinators": 0.002043875982053578, - "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_custom_cutoff": 0.0018507500062696636, - "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_custom_metals": 0.0018795000505633652, - "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_metal_edge_extender": 0.0016572929453104734, - "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_oxygen_edge_extender": 0.0017722510383464396, - "tests/analysis/test_local_env.py::TestMiniDistNN::test_all_nn_classes": 2.4802948759752326, - "tests/analysis/test_local_env.py::TestMiniDistNN::test_get_local_order_params": 0.010134998941794038, - "tests/analysis/test_local_env.py::TestMotifIdentification::test_get_neighbors_of_site_with_index": 0.3106431239284575, - "tests/analysis/test_local_env.py::TestMotifIdentification::test_site_is_of_motif_type": 0.023646999965421855, - "tests/analysis/test_local_env.py::TestNearNeighbor::test_on_disorder_options": 0.0008421670063398778, - "tests/analysis/test_local_env.py::TestOpenBabelNN::test_nn_length": 0.0011724999640136957, - "tests/analysis/test_local_env.py::TestOpenBabelNN::test_nn_orders": 0.0008264579810202122, - "tests/analysis/test_local_env.py::TestValenceIonicRadiusEvaluator::test_radii_ionic_structure": 0.20018000103300437, - "tests/analysis/test_local_env.py::TestValenceIonicRadiusEvaluator::test_valences_ionic_structure": 0.18900362396379933, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_Cs2O": 0.013608417008072138, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_adj_neighbors": 0.30303945898776874, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_all_at_once": 1.9169767489656806, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_filtered": 3.064073332992848, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_get_cn": 0.13799366704188287, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_get_coordinated_sites": 0.02327620895812288, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_get_voronoi_polyhedra": 0.02038750099018216, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_nn_shell": 0.689468833967112, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_solid_angle": 0.6930912499665283, - "tests/analysis/test_local_env.py::TestVoronoiNN::test_volume": 0.8129971658927388, - "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_mismatched_atoms": 0.000529583019670099, - "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_permuted_atoms_order": 0.001227082102559507, - "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_perturbed_atom_position": 0.001384790986776352, - "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_random_match": 0.0013857510639354587, - "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_rotated_molecule": 0.0011598329874686897, - "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi::test_random_match": 0.0006513739353977144, - "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi::test_to_and_from_dict": 0.0005133330123499036, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_fit": 0.057404000021051615, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_get_rmsd": 0.04975095798727125, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_mismatched_atom_composition": 0.0007330409134738147, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_rotated_molecule": 0.0022080420167185366, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_to_and_from_dict": 0.0009405419696122408, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_mismatched_atoms": 0.0006127490196377039, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_permuted_atoms_order": 0.002599166939035058, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_perturbed_atom_position": 0.0024664579541422427, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_random_match": 0.0029707910143770278, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_rotated_molecule": 0.0028081260388717055, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_mismatched_atoms": 0.0005268329987302423, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_permuted_atoms_order": 0.08969266602071002, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_perturbed_atom_position": 0.08597216597991064, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_random_match": 0.08235020795837045, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_rotated_molecule": 0.09048999997321516, - "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_to_and_from_dict": 0.0005887500592507422, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_fit": 0.03839416598202661, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_get_rmsd": 0.008805583929643035, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_mismatched_atom_composition": 0.0007372910040430725, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_rotated_molecule": 0.0015999579336494207, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_to_and_from_dict": 0.0009156669839285314, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_mismatched_atoms": 0.0005578760174103081, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_permuted_atoms_order": 0.0020100410329177976, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_perturbed_atom_position": 0.0019868340459652245, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_random_match": 0.002209374972153455, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_rotated_molecule": 0.0022719999542459846, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_mismatched_atoms": 0.00048275000881403685, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_permuted_atoms_order": 0.003987792995758355, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_perturbed_atom_position": 0.0038958749501034617, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_random_match": 0.004106956999748945, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_rotated_molecule": 0.004057708021719009, - "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_to_and_from_dict": 0.0004953340394422412, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_fit": 0.001153167919255793, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_get_rmsd": 0.0007959590293467045, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_mismatched_atom_composition": 0.0006522079347632825, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_mismatched_atom_order": 0.0010132919996976852, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_rotated_molecule": 0.00038933404721319675, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_to_and_from_dict": 0.0008607920026406646, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_mismatched_atoms": 0.0005967099568806589, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_permuted_atoms_order": 0.0003744169953279197, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_perturbed_atom_position": 0.0004367080400697887, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_rotated_molecule": 0.00047125096898525953, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_mismatched_atoms": 0.0005940429982729256, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_permuted_atoms_order": 0.00048041704576462507, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_perturbed_atom_position": 0.0004842499038204551, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_rotated_molecule": 0.0004787090001627803, - "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_to_and_from_dict": 0.00046154099982231855, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_cdi_23": 0.0002611659583635628, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_fit": 0.0002531660138629377, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_get_rmsd": 0.00024845899315550923, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_group_molecules": 0.0002514580264687538, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_strange_inchi": 0.00024325004778802395, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_thiane": 0.0002468739403411746, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_thiane_ethynyl": 0.0005065000732429326, - "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_to_and_from_dict": 0.00024524895707145333, - "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_are_equal": 0.011315374984405935, - "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_get_13_bonds": 0.00036395800998434424, - "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_get_bonds": 0.0035071669844910502, - "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_to_and_from_dict": 0.000713542103767395, - "tests/analysis/test_nmr.py::TestChemicalShieldingNotation::test_construction": 0.0009060410084202886, - "tests/analysis/test_nmr.py::TestChemicalShieldingNotation::test_notations": 0.0008861249662004411, - "tests/analysis/test_nmr.py::TestChemicalShieldingNotation::test_principal_axis_system": 0.0008395840995945036, - "tests/analysis/test_nmr.py::TestElectricFieldGradient::test_attributes": 0.0013619160745292902, - "tests/analysis/test_nmr.py::TestElectricFieldGradient::test_construction": 0.0008562079747207463, - "tests/analysis/test_nmr.py::TestElectricFieldGradient::test_principal_axis_system": 0.0009305839193984866, - "tests/analysis/test_phase_diagram.py::TestCompoundPhaseDiagram::test_get_formation_energy": 0.05954458302585408, - "tests/analysis/test_phase_diagram.py::TestCompoundPhaseDiagram::test_stable_entries": 0.059298501000739634, - "tests/analysis/test_phase_diagram.py::TestCompoundPhaseDiagram::test_str": 0.0596921659889631, - "tests/analysis/test_phase_diagram.py::TestGrandPotentialPhaseDiagram::test_get_formation_energy": 0.03739362396299839, - "tests/analysis/test_phase_diagram.py::TestGrandPotentialPhaseDiagram::test_stable_entries": 0.03826766699785367, - "tests/analysis/test_phase_diagram.py::TestGrandPotentialPhaseDiagram::test_str": 0.03773166693281382, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_chemical_energy": 0.0003052089596167207, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_composition": 0.00031454203417524695, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_energy": 0.00029033306054770947, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_energy_per_atom": 0.00027545896591618657, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_name": 0.0002781250514090061, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_is_element": 0.0006911670207045972, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_read_csv": 0.004186584032140672, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_str": 0.00042208394734188914, - "tests/analysis/test_phase_diagram.py::TestPDEntry::test_as_from_dict": 0.00037904095370322466, - "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_matplotlib_plots": 1.1096638339804485, - "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_pd_plot_data": 0.05885787500301376, - "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_plot_pd_with_no_unstable": 0.05304033396532759, - "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_plotly_plots": 0.2711315419874154, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_contains": 0.07517741800984368, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_dimensionality": 0.06988479098072276, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_decomp_and_e_above_hull": 0.07865700003458187, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_decomposition": 0.06927350105252117, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_equilibrium_reaction_energy": 0.12571229197783396, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_form_energy": 0.06437391601502895, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_hull_energy": 0.06537070806371048, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_pd_for_entry": 0.0777260409668088, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_phase_separation_energy": 0.06547958304872736, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_qhull_entries": 0.06972216599388048, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_stable_entries": 0.06432912399759516, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_getitem": 0.06446862599113956, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_iter": 0.06411566591123119, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_len": 0.06410229101311415, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_raises_on_missing_terminal_entries": 0.06411004194524139, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_repr": 0.06408108299365267, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_setitem_and_delitem": 0.06445574993267655, - "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_as_from_dict": 0.09630441799527034, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_1d_pd": 0.0262234989204444, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_all_entries_hulldata": 0.026597416028380394, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_dim1": 0.035369831952266395, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_downstream_methods_can_also_ignore_errors": 0.02550312498351559, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_el_refs": 0.02527575002750382, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_all_chempots": 0.025412583025172353, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_composition_chempots": 0.02524129202356562, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_critical_compositions": 0.04348583298269659, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_critical_compositions_fractional": 0.026172834972385317, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_decomp_and_e_above_hull_on_error": 0.025761208962649107, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_decomposition": 0.03464750002603978, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_e_above_hull": 0.21805075102020055, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_element_profile": 0.04716566705610603, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_equilibrium_reaction_energy": 0.02917683299165219, + "tests/analysis/interfaces/test_coherent_interface.py::TestInterfaceBuilder::test_coherent_interface_builder": 0.17232312506530434, + "tests/analysis/interfaces/test_coherent_interface.py::TestInterfaceBuilder::test_utils": 0.0010627509327605367, + "tests/analysis/interfaces/test_substrate_analyzer.py::test_generate_surface_vectors": 0.002271333010867238, + "tests/analysis/interfaces/test_substrate_analyzer.py::test_substrate_analyzer_init": 2.104756331886165, + "tests/analysis/interfaces/test_zsl.py::TestZSLGen::test_bidirectional": 0.07191041600890458, + "tests/analysis/interfaces/test_zsl.py::TestZSLGen::test_zsl": 0.03519820899236947, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_get_ferromagnetic_structure": 0.061903957859613, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_get_representations": 0.0624319170601666, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_magnetic_properties": 0.11464074905961752, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_matches": 0.08982991694938391, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_missing_spin": 0.3420002500060946, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_modes": 0.06072575005237013, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_net_positive": 0.06658870796673, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_round_magmoms": 0.5338910000864416, + "tests/analysis/magnetism/test_analyzer.py::TestCollinearMagneticStructureAnalyzer::test_str": 0.09169949998613447, + "tests/analysis/magnetism/test_analyzer.py::TestMagneticDeformation::test_magnetic_deformation": 0.0023256250424310565, + "tests/analysis/magnetism/test_analyzer.py::TestMagneticStructureEnumerator::test_ordering_enumeration": 0.0001318339491263032, + "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_exchange_params": 0.1517497500171885, + "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_get_igraph": 0.007215082878246903, + "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_graphs": 0.0002059179823845625, + "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_heisenberg_model": 0.010236583068035543, + "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_mean_field": 0.0017404580721631646, + "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_nn_interactions": 0.00016933400183916092, + "tests/analysis/magnetism/test_heisenberg.py::TestHeisenbergMapper::test_sites": 0.00021645915694534779, + "tests/analysis/magnetism/test_jahnteller.py::TestJahnTeller::test_jahn_teller_species_analysis": 0.0006856679683551192, + "tests/analysis/magnetism/test_jahnteller.py::TestJahnTeller::test_jahn_teller_structure_analysis": 0.38805512501858175, + "tests/analysis/magnetism/test_jahnteller.py::TestJahnTeller::test_mu_so": 0.00031520798802375793, + "tests/analysis/solar/test_slme.py::TestSolar::test_slme_from_vasprun": 0.3577868761494756, + "tests/analysis/structure_prediction/test_dopant_predictor.py::TestDopantPrediction::test_dopants_from_shannon_radii": 0.03173599997535348, + "tests/analysis/structure_prediction/test_dopant_predictor.py::TestDopantPrediction::test_dopants_from_substitution_probabilities": 0.7627864578971639, + "tests/analysis/structure_prediction/test_substitution_probability.py::TestSubstitutionPredictor::test_prediction": 0.24383879208471626, + "tests/analysis/structure_prediction/test_substitution_probability.py::TestSubstitutionProbability::test_full_lambda_table": 0.762520291027613, + "tests/analysis/structure_prediction/test_substitution_probability.py::TestSubstitutionProbability::test_mini_lambda_table": 0.0012239160714671016, + "tests/analysis/structure_prediction/test_substitutor.py::TestSubstitutor::test_as_dict": 0.002042582957074046, + "tests/analysis/structure_prediction/test_substitutor.py::TestSubstitutor::test_substitutor": 0.004722374025732279, + "tests/analysis/structure_prediction/test_volume_predictor.py::TestDLSVolumePredictor::test_predict": 0.04714145779144019, + "tests/analysis/structure_prediction/test_volume_predictor.py::TestRLSVolumePredictor::test_modes": 0.030063249985687435, + "tests/analysis/structure_prediction/test_volume_predictor.py::TestRLSVolumePredictor::test_predict": 0.1344384589465335, + "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_adsorb_both_surfaces": 2.5404187919339165, + "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_find_adsorption_sites": 2.452300417004153, + "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_from_bulk_and_miller": 3.4233266670489684, + "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_functions": 2.3836598329944536, + "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_generate_adsorption_structures": 2.57794745801948, + "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_generate_substitution_structures": 2.822504625073634, + "tests/analysis/test_adsorption.py::TestAdsorbateSiteFinder::test_init": 2.4016102080931887, + "tests/analysis/test_bond_dissociation.py::TestBondDissociation::test_ec_neg_pcm_40": 0.0006276670610532165, + "tests/analysis/test_bond_dissociation.py::TestBondDissociation::test_pc_neutral_pcm_65": 0.00034154101740568876, + "tests/analysis/test_bond_dissociation.py::TestBondDissociation::test_tfsi_neg_no_pcm": 0.00034574896562844515, + "tests/analysis/test_bond_valence.py::TestBVAnalyzer::test_get_oxi_state_structure": 0.007185499998740852, + "tests/analysis/test_bond_valence.py::TestBVAnalyzer::test_get_valences": 0.06831237603910267, + "tests/analysis/test_bond_valence.py::TestBondValenceSum::test_calculate_bv_sum": 0.001129083102568984, + "tests/analysis/test_bond_valence.py::TestBondValenceSum::test_calculate_bv_sum_unordered": 0.0009875830728560686, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_border_hyperplanes": 0.12200587592087686, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_centroid": 0.12065954192075878, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_dim": 0.11898041609674692, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_domains": 0.12363687495235354, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_el_refs": 0.11844221001956612, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_el_refs_formal": 0.11821775103453547, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_formal_chempots_get_plot": 0.16001583286561072, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_get_2d_orthonormal_vector": 0.1205507090780884, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_get_plot": 0.15627504198346287, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_lims": 0.12044104095548391, + "tests/analysis/test_chempot_diagram.py::TestChemicalPotentialDiagram::test_pca": 0.11852412403095514, + "tests/analysis/test_cost.py::TestCostAnalyzer::test_cost_per_kg": 0.003996748942881823, + "tests/analysis/test_cost.py::TestCostAnalyzer::test_cost_per_mol": 0.0018637909088283777, + "tests/analysis/test_cost.py::TestCostAnalyzer::test_sanity": 0.0014639589935541153, + "tests/analysis/test_cost.py::TestCostDB::test_sanity": 0.015135959023609757, + "tests/analysis/test_dimensionality.py::TestCheonDimensionality::test_get_dimensionality": 0.1855426268884912, + "tests/analysis/test_dimensionality.py::TestCheonDimensionality::test_get_dimensionality_with_bonds": 0.015166665893048048, + "tests/analysis/test_dimensionality.py::TestCheonDimensionality::test_tricky_structure": 0.27152241696603596, + "tests/analysis/test_dimensionality.py::TestGoraiDimensionality::test_get_dimensionality": 0.30026129202451557, + "tests/analysis/test_dimensionality.py::TestGoraiDimensionality::test_get_dimensionality_with_bonds": 0.024016458890400827, + "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_calculate_dimensionality_of_site": 0.1941886250860989, + "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_get_dimensionality": 0.19858191709499806, + "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_get_structure_components": 0.19292783201672137, + "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_tricky_structure": 0.20963358401786536, + "tests/analysis/test_dimensionality.py::TestLarsenDimensionality::test_zero_d_to_molecule_graph": 0.5963702090084553, + "tests/analysis/test_disorder.py::TestOrderParameter::test_compute_warren_cowley_parameters": 0.030974626075476408, + "tests/analysis/test_energy_models.py::TestEwaldElectrostaticModel::test_as_from_dict": 0.00018066598568111658, + "tests/analysis/test_energy_models.py::TestEwaldElectrostaticModel::test_get_energy": 0.014724831911735237, + "tests/analysis/test_energy_models.py::TestIsingModel::test_as_from_dict": 0.0001824999926611781, + "tests/analysis/test_energy_models.py::TestIsingModel::test_get_energy": 0.016646542004309595, + "tests/analysis/test_energy_models.py::TestSymmetryModel::test_as_from_dict": 0.00018366705626249313, + "tests/analysis/test_energy_models.py::TestSymmetryModel::test_get_energy": 0.021051875897683203, + "tests/analysis/test_eos.py::TestEOS::test_eos_func": 0.030080707976594567, + "tests/analysis/test_eos.py::TestEOS::test_eos_func_call": 0.010939541039988399, + "tests/analysis/test_eos.py::TestEOS::test_fitting": 0.01189254189375788, + "tests/analysis/test_eos.py::TestEOS::test_numerical_eos_values": 0.010575084015727043, + "tests/analysis/test_eos.py::TestEOS::test_numerical_eoswrapper": 0.020009334082715213, + "tests/analysis/test_eos.py::TestEOS::test_run_all_models": 0.022633249987848103, + "tests/analysis/test_eos.py::TestEOS::test_summary_dict": 0.010444165905937552, + "tests/analysis/test_ewald.py::TestEwaldMinimizer::test_init": 0.0017910838359966874, + "tests/analysis/test_ewald.py::TestEwaldMinimizer::test_site": 0.012409499962814152, + "tests/analysis/test_ewald.py::TestEwaldSummation::test_as_dict": 0.005874123889952898, + "tests/analysis/test_ewald.py::TestEwaldSummation::test_from_dict": 0.026582708931528032, + "tests/analysis/test_ewald.py::TestEwaldSummation::test_init": 0.021124748862348497, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_defaults": 0.0030055418610572815, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_frag1": 0.0008170839864760637, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_old_defaults": 0.0012468750355765224, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_pc_with_ro_depth_0_vs_depth_10": 0.0008088331669569016, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_babel_tfsi": 0.000778915942646563, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_edges_given_pc_frag1": 0.006979333935305476, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_edges_given_pc_not_defaults": 0.06969354208558798, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_edges_given_tfsi": 2.274828499997966, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_pc_depth_0_vs_depth_10": 1.7821239988552406, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_pc_frag1_then_pc": 1.2713645420735702, + "tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_pc_then_ec_depth_10": 0.0011817899066954851, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_as_from_dict": 0.0032471250742673874, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_build_unique_fragments": 1.6527778329327703, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_construction": 0.0014448750298470259, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_coordination": 0.0011334159644320607, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_edge_editing": 0.001321416930295527, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_find_rings": 0.002794751082547009, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_get_disconnected": 0.0023826250107958913, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_insert_remove": 0.0021229159319773316, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_isomorphic": 0.0015143330674618483, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_properties": 0.0010470000561326742, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_replace": 0.007632000022567809, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_set_node_attributes": 0.0010325839975848794, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_sort": 0.0014610420912504196, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_split": 0.006746624945662916, + "tests/analysis/test_graphs.py::TestMoleculeGraph::test_substitute": 0.007951748906634748, + "tests/analysis/test_graphs.py::TestStructureGraph::test_as_from_dict": 0.009688584133982658, + "tests/analysis/test_graphs.py::TestStructureGraph::test_auto_image_detection": 0.007058583083562553, + "tests/analysis/test_graphs.py::TestStructureGraph::test_draw": 8.995796088129282e-05, + "tests/analysis/test_graphs.py::TestStructureGraph::test_edge_editing": 0.00665658398065716, + "tests/analysis/test_graphs.py::TestStructureGraph::test_extract_molecules": 0.05971616611350328, + "tests/analysis/test_graphs.py::TestStructureGraph::test_from_edges": 0.007149292971007526, + "tests/analysis/test_graphs.py::TestStructureGraph::test_from_local_env_and_equality_and_diff": 0.01299041707534343, + "tests/analysis/test_graphs.py::TestStructureGraph::test_inappropriate_construction": 0.006661874009296298, + "tests/analysis/test_graphs.py::TestStructureGraph::test_insert_remove": 0.00709995802026242, + "tests/analysis/test_graphs.py::TestStructureGraph::test_mul": 0.051083708996884525, + "tests/analysis/test_graphs.py::TestStructureGraph::test_no_duplicate_hops": 0.007005666033364832, + "tests/analysis/test_graphs.py::TestStructureGraph::test_properties": 0.00787179300095886, + "tests/analysis/test_graphs.py::TestStructureGraph::test_set_node_attributes": 0.006629873998463154, + "tests/analysis/test_graphs.py::TestStructureGraph::test_sort": 0.006794292014092207, + "tests/analysis/test_graphs.py::TestStructureGraph::test_str": 0.006903000874444842, + "tests/analysis/test_graphs.py::TestStructureGraph::test_substitute": 0.06086874986067414, + "tests/analysis/test_graphs.py::TestStructureGraph::test_types_and_weights_of_connections": 0.006676791002973914, + "tests/analysis/test_graphs.py::TestStructureGraph::test_types_of_coordination_environments": 0.007218751008622348, + "tests/analysis/test_graphs.py::TestStructureGraph::test_weight_statistics": 0.006958624930121005, + "tests/analysis/test_hhi.py::TestHHIModel::test_hhi": 0.0016411668621003628, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_convert": 0.0032503741094842553, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_convexity": 0.011894000112079084, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_chempot_correction": 0.002846958115696907, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_critical_original_kink_ratio": 0.00594300078228116, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_dataframe": 0.013192082988098264, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_energy": 0.0028925419319421053, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_entry_energy": 0.002886874950490892, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_get_elmt_amt_in_rxt": 0.0028579579666256905, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_grand_potential": 0.0029447091510519385, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_kinks": 0.005313166999258101, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_no_mixing_energy": 0.003933707834221423, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_original_composition_ratio": 0.003461125190369785, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_get_reaction": 0.0034306669840589166, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_labels": 0.003312417073175311, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_minimum": 0.008885707939043641, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_plot": 0.2980437519727275, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_products_property": 0.004821166046895087, + "tests/analysis/test_interface_reactions.py::TestInterfaceReaction::test_reverse_convert": 0.0029137919191271067, + "tests/analysis/test_local_env.py::TestCovalentBondNN::test_bonded_structure": 0.007997625041753054, + "tests/analysis/test_local_env.py::TestCovalentBondNN::test_nn_length": 0.001473541953600943, + "tests/analysis/test_local_env.py::TestCovalentBondNN::test_nn_orders": 0.0014294591965153813, + "tests/analysis/test_local_env.py::TestCritic2NN::test_cn": 9.633402805775404e-05, + "tests/analysis/test_local_env.py::TestCrystalNN::test_cation_anion": 0.011014083051122725, + "tests/analysis/test_local_env.py::TestCrystalNN::test_discrete_cn": 0.1636883330065757, + "tests/analysis/test_local_env.py::TestCrystalNN::test_fixed_length": 0.008983166888356209, + "tests/analysis/test_local_env.py::TestCrystalNN::test_get_bonded_structure": 0.029148667003028095, + "tests/analysis/test_local_env.py::TestCrystalNN::test_get_cn": 0.012163582956418395, + "tests/analysis/test_local_env.py::TestCrystalNN::test_noble_gas_material": 0.010429415968246758, + "tests/analysis/test_local_env.py::TestCrystalNN::test_sanity": 0.0038071670569479465, + "tests/analysis/test_local_env.py::TestCrystalNN::test_shifted_sites": 0.007604500977322459, + "tests/analysis/test_local_env.py::TestCrystalNN::test_weighted_cn": 0.42104245896916837, + "tests/analysis/test_local_env.py::TestCrystalNN::test_weighted_cn_no_oxid": 0.15674887504428625, + "tests/analysis/test_local_env.py::TestCrystalNN::test_x_diff_weight": 0.010797708062455058, + "tests/analysis/test_local_env.py::TestCutOffDictNN::test_cn": 0.0013914169976487756, + "tests/analysis/test_local_env.py::TestCutOffDictNN::test_from_preset": 0.12074841686990112, + "tests/analysis/test_local_env.py::TestIsayevNN::test_get_nn": 0.07744391704909503, + "tests/analysis/test_local_env.py::TestJmolNN::test_get_nn": 0.01913250098004937, + "tests/analysis/test_local_env.py::TestLocalStructOrderParams::test_get_order_parameters": 0.15891733299940825, + "tests/analysis/test_local_env.py::TestLocalStructOrderParams::test_init": 0.0016568759456276894, + "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_custom_coordinators": 0.0028677500085905194, + "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_custom_cutoff": 0.0020716249709948897, + "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_custom_metals": 0.0020914169726893306, + "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_metal_edge_extender": 0.001940084039233625, + "tests/analysis/test_local_env.py::TestMetalEdgeExtender::test_oxygen_edge_extender": 0.0021577501902356744, + "tests/analysis/test_local_env.py::TestMiniDistNN::test_all_nn_classes": 2.4913786249235272, + "tests/analysis/test_local_env.py::TestMiniDistNN::test_get_local_order_params": 0.012003166950307786, + "tests/analysis/test_local_env.py::TestMotifIdentification::test_get_neighbors_of_site_with_index": 0.39791287516709417, + "tests/analysis/test_local_env.py::TestMotifIdentification::test_site_is_of_motif_type": 0.022952749975956976, + "tests/analysis/test_local_env.py::TestNearNeighbor::test_on_disorder_options": 0.0008606249466538429, + "tests/analysis/test_local_env.py::TestOpenBabelNN::test_nn_length": 0.0011845007538795471, + "tests/analysis/test_local_env.py::TestOpenBabelNN::test_nn_orders": 0.0008364168461412191, + "tests/analysis/test_local_env.py::TestValenceIonicRadiusEvaluator::test_radii_ionic_structure": 0.2117395830573514, + "tests/analysis/test_local_env.py::TestValenceIonicRadiusEvaluator::test_valences_ionic_structure": 0.19586437509860843, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_Cs2O": 0.02054791699629277, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_adj_neighbors": 0.39393083297181875, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_all_at_once": 2.0598078338662162, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_filtered": 4.11282045696862, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_get_cn": 0.03693841607309878, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_get_coordinated_sites": 0.021919791121035814, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_get_voronoi_polyhedra": 0.02347470901440829, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_nn_shell": 0.7096987499389797, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_solid_angle": 0.8485774588771164, + "tests/analysis/test_local_env.py::TestVoronoiNN::test_volume": 0.8445629578782246, + "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_mismatched_atoms": 0.000419583055190742, + "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_permuted_atoms_order": 0.0011241671163588762, + "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_perturbed_atom_position": 0.0011127499165013433, + "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_random_match": 0.001143834087997675, + "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi2O::test_rotated_molecule": 0.0010870000114664435, + "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi::test_random_match": 0.0007950420258566737, + "tests/analysis/test_molecule_matcher.py::TestBruteForceOrderMatcherSi::test_to_and_from_dict": 0.00045633292756974697, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_fit": 0.06474095897283405, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_get_rmsd": 0.055945249972864985, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_mismatched_atom_composition": 0.000632957904599607, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_rotated_molecule": 0.0023099168902263045, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcher::test_to_and_from_dict": 0.0009787080343812704, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_mismatched_atoms": 0.0004536260385066271, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_permuted_atoms_order": 0.00254904106259346, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_perturbed_atom_position": 0.0024709170684218407, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_random_match": 0.0024250829592347145, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi2O::test_rotated_molecule": 0.0024456249084323645, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_mismatched_atoms": 0.0005018338561058044, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_permuted_atoms_order": 0.09770162519998848, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_perturbed_atom_position": 0.09544562397059053, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_random_match": 0.08938466606196016, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_rotated_molecule": 0.09676862391643226, + "tests/analysis/test_molecule_matcher.py::TestGeneticOrderMatcherSi::test_to_and_from_dict": 0.0005227091023698449, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_fit": 0.02429683378431946, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_get_rmsd": 0.006082416046410799, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_mismatched_atom_composition": 0.0006614169105887413, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_rotated_molecule": 0.0011169591452926397, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcher::test_to_and_from_dict": 0.0012282081879675388, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_mismatched_atoms": 0.000488581950776279, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_permuted_atoms_order": 0.0011761659989133477, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_perturbed_atom_position": 0.0011687080841511488, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_random_match": 0.001137249986641109, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi2O::test_rotated_molecule": 0.0011660830350592732, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_mismatched_atoms": 0.0005858329823240638, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_permuted_atoms_order": 0.002600000938400626, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_perturbed_atom_position": 0.0025928340619429946, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_random_match": 0.002709041000343859, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_rotated_molecule": 0.0024947080528363585, + "tests/analysis/test_molecule_matcher.py::TestHungarianOrderMatcherSi::test_to_and_from_dict": 0.0004893318982794881, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_fit": 0.001329416991211474, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_get_rmsd": 0.001178957987576723, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_mismatched_atom_composition": 0.000779041089117527, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_mismatched_atom_order": 0.0012408738257363439, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_rotated_molecule": 0.00032266706693917513, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcher::test_to_and_from_dict": 0.0009112911066040397, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_mismatched_atoms": 0.0005060429684817791, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_permuted_atoms_order": 0.0006924169138073921, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_perturbed_atom_position": 0.00039479194674640894, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi2O::test_rotated_molecule": 0.00032908411230891943, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_mismatched_atoms": 0.0013991660671308637, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_permuted_atoms_order": 0.0008596250554546714, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_perturbed_atom_position": 0.0007016250165179372, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_rotated_molecule": 0.0005275000585243106, + "tests/analysis/test_molecule_matcher.py::TestKabschMatcherSi::test_to_and_from_dict": 0.0004841260379180312, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_cdi_23": 0.00017458386719226837, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_fit": 8.995900861918926e-05, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_get_rmsd": 8.016603533178568e-05, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_group_molecules": 7.224909495562315e-05, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_strange_inchi": 7.258402183651924e-05, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_thiane": 6.858399137854576e-05, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_thiane_ethynyl": 6.654090248048306e-05, + "tests/analysis/test_molecule_matcher.py::TestMoleculeMatcher::test_to_and_from_dict": 7.637403905391693e-05, + "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_are_equal": 0.013719749869778752, + "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_get_13_bonds": 0.0002025420544669032, + "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_get_bonds": 0.00403529207687825, + "tests/analysis/test_molecule_structure_comparator.py::TestMoleculeStructureComparator::test_to_and_from_dict": 0.0007199159590527415, + "tests/analysis/test_nmr.py::TestChemicalShieldingNotation::test_construction": 0.0008702910272404552, + "tests/analysis/test_nmr.py::TestChemicalShieldingNotation::test_notations": 0.0008940008701756597, + "tests/analysis/test_nmr.py::TestChemicalShieldingNotation::test_principal_axis_system": 0.0009423749288544059, + "tests/analysis/test_nmr.py::TestElectricFieldGradient::test_attributes": 0.0010696651879698038, + "tests/analysis/test_nmr.py::TestElectricFieldGradient::test_construction": 0.0007411671103909612, + "tests/analysis/test_nmr.py::TestElectricFieldGradient::test_principal_axis_system": 0.0008886259747669101, + "tests/analysis/test_phase_diagram.py::TestCompoundPhaseDiagram::test_get_formation_energy": 0.06961512402631342, + "tests/analysis/test_phase_diagram.py::TestCompoundPhaseDiagram::test_stable_entries": 0.06807304208632559, + "tests/analysis/test_phase_diagram.py::TestCompoundPhaseDiagram::test_str": 0.06807908299379051, + "tests/analysis/test_phase_diagram.py::TestGrandPotentialPhaseDiagram::test_get_formation_energy": 0.061956292018294334, + "tests/analysis/test_phase_diagram.py::TestGrandPotentialPhaseDiagram::test_stable_entries": 0.06134512403514236, + "tests/analysis/test_phase_diagram.py::TestGrandPotentialPhaseDiagram::test_str": 0.061192751047201455, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_as_from_dict": 0.00030808395240455866, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_composition": 0.00019583397079259157, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_elements": 0.00017850007861852646, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_formula": 0.0001861240016296506, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_chemical_energy": 0.0001642489805817604, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_energy": 0.00016300100833177567, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_energy_per_atom": 0.00016941595822572708, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_get_name": 0.00016308308113366365, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_is_element": 0.0001621660776436329, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_read_csv": 0.005469665979035199, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_reduced_formula": 0.00021420791745185852, + "tests/analysis/test_phase_diagram.py::TestPDEntry::test_str": 0.0003142919158563018, + "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_matplotlib_plots": 1.3110980410128832, + "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_pd_plot_data": 0.09253821009770036, + "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_plot_pd_with_no_unstable": 0.0825567910214886, + "tests/analysis/test_phase_diagram.py::TestPDPlotter::test_plotly_plots": 0.5270618760259822, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_as_from_dict": 0.1766821671044454, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_contains": 0.11881995887961239, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_dimensionality": 0.1028518748935312, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_decomp_and_e_above_hull": 0.11557329108472914, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_decomposition": 0.2797722090035677, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_equilibrium_reaction_energy": 0.16789645713288337, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_form_energy": 0.09505958308000118, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_hull_energy": 0.09471808397211134, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_pd_for_entry": 0.11100733396597207, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_phase_separation_energy": 0.09648141707293689, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_qhull_entries": 0.10240587394218892, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_get_stable_entries": 0.09455354185774922, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_getitem": 0.09464429097715765, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_iter": 0.0944638738874346, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_len": 0.09420037595555186, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_raises_on_missing_terminal_entries": 0.09682633401826024, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_repr": 0.09588120796252042, + "tests/analysis/test_phase_diagram.py::TestPatchedPhaseDiagram::test_setitem_and_delitem": 0.09437820804305375, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_1d_pd": 0.03941016609314829, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_all_entries_hulldata": 0.04172441689297557, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_as_from_dict": 0.04740525025408715, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_dim1": 0.055979334050789475, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_downstream_methods_can_also_ignore_errors": 0.04111545789055526, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_el_refs": 0.04068579222075641, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_all_chempots": 0.04174866701941937, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_composition_chempots": 0.04013154096901417, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_critical_compositions": 0.07167179207317531, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_critical_compositions_fractional": 0.04245562409050763, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_decomp_and_e_above_hull_on_error": 0.041158707928843796, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_decomposition": 0.05408279108814895, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_e_above_hull": 0.3228624990442768, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_element_profile": 0.06638254097197205, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_equilibrium_reaction_energy": 0.045544457039795816, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_form_energy": 0.04068049998022616, "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_formation_energy": 0.025299749977421016, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_get_chempot_range_map": 0.025304957991465926, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_hull_energy": 0.02564349997555837, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_hull_energy_per_atom": 0.025437625939957798, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_phase_separation_energy": 0.7202574160182849, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_plot": 0.12162933393847197, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_transition_chempots": 0.026946916012093425, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_getmu_range_stability_phase": 0.02833820803789422, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_getmu_vertices_stability_phase": 0.02631629101233557, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_init": 0.0256171670043841, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_ordering": 0.025675749988295138, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_planar_inputs": 0.025469208951108158, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_read_json": 0.040575457038357854, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_repr": 0.025619041989557445, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_stable_entries": 0.02542429300956428, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_str": 0.02553366601932794, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_as_from_dict": 0.02984258404467255, - "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_val_err_on_no_entries": 0.025783666991628706, - "tests/analysis/test_phase_diagram.py::TestReactionDiagram::test_formula": 0.06048491701949388, - "tests/analysis/test_phase_diagram.py::TestReactionDiagram::test_get_compound_pd": 0.06352420803159475, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_composition": 0.0006177089526318014, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_get_energy": 0.0004408330423757434, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_get_energy_per_atom": 0.0004356249701231718, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_get_name": 0.00039537501288577914, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_is_element": 0.00046733306953683496, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_normalize": 0.0005535410600714386, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_str": 0.0004717920091934502, - "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_as_from_dict": 0.0005529168993234634, - "tests/analysis/test_phase_diagram.py::TestUtilityFunction::test_tet_coord": 0.0004349580267444253, - "tests/analysis/test_phase_diagram.py::TestUtilityFunction::test_triangular_coord": 0.00029508292209357023, - "tests/analysis/test_phase_diagram.py::TestUtilityFunction::test_unique_lines": 0.0002811669837683439, - "tests/analysis/test_piezo.py::TestPiezo::test_from_vasp_voigt": 0.0014273739652708173, - "tests/analysis/test_piezo.py::TestPiezo::test_from_voigt": 0.0009786240407265723, - "tests/analysis/test_piezo.py::TestPiezo::test_new": 0.000864833069499582, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_born_effective_charge_tensor": 0.0030118750291876495, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_force_constant_matrix": 0.0016947509720921516, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_internal_strain_tensor": 0.0015172080020420253, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_bec_operations": 0.008124625019263476, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_fcm_operations": 0.02394233300583437, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_fcm_symmetry": 0.02799162600422278, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_asum_fcm": 0.0639531240449287, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_piezo": 0.0022114170133136213, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_rand_bec": 0.008928708964958787, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_rand_ist": 0.01778204197762534, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_stable_fcm": 0.10459691600408405, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_unstable_fcm": 0.027810624975245446, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_rand_fcm": 0.1108530000783503, - "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_rand_piezo": 0.131571082980372, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_get_decomposition": 0.1461690409341827, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_get_pourbaix_domains": 0.0008697489975020289, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_get_stable_entry": 0.0002879590028896928, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_multicomponent": 0.22490400000242516, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_multielement_parallel": 3.800648915057536, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_pourbaix_diagram": 0.002742833981756121, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_properties": 0.0002938759862445295, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_serialization": 0.0633858329965733, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_solid_filter": 0.003042458090931177, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_calc_coeff_terms": 0.001209207926876843, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_energy_functions": 0.0009313750197179615, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_get_elt_fraction": 0.0008984579471871257, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_multi_entry": 0.0009427500190213323, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_pourbaix_entry": 0.000833250000141561, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_as_from_dict": 0.0014979169936850667, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixPlotter::test_plot_entry_stability": 0.12873674900038168, - "tests/analysis/test_pourbaix_diagram.py::TestPourbaixPlotter::test_plot_pourbaix": 0.25079550000373274, - "tests/analysis/test_prototypes.py::TestAflowPrototypeMatcher::test_prototype_matching": 3.0040170419961214, - "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_bulk_modulus": 0.005177041050046682, - "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_debye_temperature": 0.0036324569955468178, - "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_gruneisen_parameter": 0.003981249057687819, - "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_optimum_volume": 0.0035152080236002803, - "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_thermal_conductivity": 0.004235040920320898, - "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_vibrational_free_energy": 0.0036306249676272273, - "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_vibrational_internal_energy": 0.003679332963656634, - "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_from_str": 0.0005021260003559291, - "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_init": 0.0004712080117315054, - "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_remove_spectator_species": 0.0003208750276826322, - "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_as_from_dict": 0.000510748999658972, - "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_all_entries": 0.0005365840042941272, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_get_chempot_range_map": 0.04249899904243648, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_hull_energy": 0.04093120794277638, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_hull_energy_per_atom": 0.04097637499216944, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_phase_separation_energy": 0.7442106250673532, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_plot": 0.1461087929783389, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_reference_energy": 0.04221645800862461, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_get_transition_chempots": 0.04145824897568673, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_getmu_range_stability_phase": 0.04170100099872798, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_getmu_vertices_stability_phase": 0.04132249904796481, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_init": 0.04086108214687556, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_ordering": 0.04079487617127597, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_planar_inputs": 0.04142929206136614, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_read_json": 0.06363829202018678, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_repr": 0.041774417157284915, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_stable_entries": 0.041660584043711424, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_str": 0.0437009169254452, + "tests/analysis/test_phase_diagram.py::TestPhaseDiagram::test_val_err_on_no_entries": 0.04191995819564909, + "tests/analysis/test_phase_diagram.py::TestReactionDiagram::test_formula": 0.091452666092664, + "tests/analysis/test_phase_diagram.py::TestReactionDiagram::test_get_compound_pd": 0.09507920895703137, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_as_from_dict": 0.0006199169438332319, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_composition": 0.00038150011096149683, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_elements": 0.0003232919843867421, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_get_energy": 0.0003125830553472042, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_get_energy_per_atom": 0.00033683294896036386, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_get_name": 0.0003072080435231328, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_is_element": 0.00038991705514490604, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_normalize": 0.0005053319036960602, + "tests/analysis/test_phase_diagram.py::TestTransformedPDEntry::test_str": 0.0004711250076070428, + "tests/analysis/test_phase_diagram.py::TestUtilityFunction::test_tet_coord": 0.0002021249383687973, + "tests/analysis/test_phase_diagram.py::TestUtilityFunction::test_triangular_coord": 0.0002955410163849592, + "tests/analysis/test_phase_diagram.py::TestUtilityFunction::test_unique_lines": 0.00020862603560090065, + "tests/analysis/test_piezo.py::TestPiezo::test_from_vasp_voigt": 0.0018788749584928155, + "tests/analysis/test_piezo.py::TestPiezo::test_from_voigt": 0.0010187509469687939, + "tests/analysis/test_piezo.py::TestPiezo::test_new": 0.0010029160184785724, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_born_effective_charge_tensor": 0.003821789869107306, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_force_constant_matrix": 0.0019179580267518759, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_asum_fcm": 0.07648945797700435, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_bec_operations": 0.009112417115829885, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_fcm_operations": 0.025382541003637016, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_fcm_symmetry": 0.03397608292289078, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_piezo": 0.004142042016610503, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_rand_bec": 0.011079583899118006, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_rand_ist": 0.01942470797803253, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_stable_fcm": 0.11835166695527732, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_get_unstable_fcm": 0.033972750999964774, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_internal_strain_tensor": 0.0019194588530808687, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_rand_fcm": 0.1256176249589771, + "tests/analysis/test_piezo_sensitivity.py::TestPiezoSensitivity::test_rand_piezo": 0.1495009179925546, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_get_decomposition": 0.17395512503571808, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_get_pourbaix_domains": 0.0009200409986078739, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_get_stable_entry": 0.0002049580216407776, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_multicomponent": 0.28237495897337794, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_multielement_parallel": 4.841471790918149, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_pourbaix_diagram": 0.003677707863971591, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_properties": 0.00023495906498283148, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_serialization": 0.07833399914670736, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixDiagram::test_solid_filter": 0.00450795900542289, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_as_from_dict": 0.0021655409364029765, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_calc_coeff_terms": 0.0008770420681685209, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_energy_functions": 0.0008677089354023337, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_get_elt_fraction": 0.0011194171383976936, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_multi_entry": 0.0009901250014081597, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_multi_entry_repr": 0.000888667069375515, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixEntry::test_pourbaix_entry": 0.0008984580636024475, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixPlotter::test_plot_entry_stability": 0.15681779105216265, + "tests/analysis/test_pourbaix_diagram.py::TestPourbaixPlotter::test_plot_pourbaix": 0.32099325000308454, + "tests/analysis/test_prototypes.py::TestAflowPrototypeMatcher::test_prototype_matching": 7.509835248929448, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestAnharmonicQuasiHarmonicDebyeApprox::test_debye_temperature": 0.0038407910615205765, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestAnharmonicQuasiHarmonicDebyeApprox::test_gruneisen_parameter": 0.0037679988890886307, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestAnharmonicQuasiHarmonicDebyeApprox::test_optimum_volume": 0.0034719998948276043, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestAnharmonicQuasiHarmonicDebyeApprox::test_thermal_conductivity": 0.0039685830706730485, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestAnharmonicQuasiHarmonicDebyeApprox::test_vibrational_free_energy": 0.00391875091008842, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestAnharmonicQuasiHarmonicDebyeApprox::test_vibrational_internal_energy": 0.0038774169515818357, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_bulk_modulus": 0.007724001072347164, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_debye_temperature": 0.003386792028322816, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_gruneisen_parameter": 0.0036762499948963523, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_optimum_volume": 0.0034007910871878266, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_thermal_conductivity": 0.003636667039245367, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_vibrational_free_energy": 0.0033663329668343067, + "tests/analysis/test_quasi_harmonic_debye_approx.py::TestQuasiHarmonicDebyeApprox::test_vibrational_internal_energy": 0.0034536670427769423, + "tests/analysis/test_quasirrho.py::TestQuasiRRHO::test_extreme_temperature_and_pressure": 0.29403345799073577, + "tests/analysis/test_quasirrho.py::TestQuasiRRHO::test_get_avg_mom_inertia": 0.2729650429682806, + "tests/analysis/test_quasirrho.py::TestQuasiRRHO::test_qrrho_gaussian": 0.2714776248903945, + "tests/analysis/test_quasirrho.py::TestQuasiRRHO::test_qrrho_qchem": 0.2725749589735642, + "tests/analysis/test_quasirrho.py::TestQuasiRRHO::test_rrho_linear": 0.2752885000081733, + "tests/analysis/test_quasirrho.py::TestQuasiRRHO::test_rrho_manual": 0.27575562603306025, + "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_as_from_dict": 0.0006504158955067396, + "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_from_str": 0.0007267920300364494, + "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_hash": 0.0004790000384673476, + "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_init": 0.0006828350014984608, + "tests/analysis/test_reaction_calculator.py::TestBalancedReaction::test_remove_spectator_species": 0.00048154196701943874, + "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_all_entries": 0.0007055840687826276, + "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_as_from_dict": 0.0006690829759463668, "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_calculated_reaction_energy": 0.0004659999976865947, - "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_calculated_reaction_energy_uncertainty": 0.005948416015598923, - "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_calculated_reaction_energy_uncertainty_for_nan": 0.0009807920432649553, - "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_calculated_reaction_energy_uncertainty_for_no_uncertainty": 0.0005632089450955391, - "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_init": 0.00046441599261015654, - "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_as_from_dict": 0.0006958340527489781, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_as_entry": 0.000826750008855015, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_calculate_energy": 0.0004667930188588798, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_equals": 0.00043100002221763134, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_init": 0.0016097919433377683, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_normalize_to": 0.0003803749568760395, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_overdetermined": 0.0005075410008430481, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_products_reactants": 0.0006047089700587094, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_rank": 0.003441584063693881, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_scientific_notation": 0.000702582998201251, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_singular_case": 0.0005718330503441393, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_as_from_dict": 0.00044904096284881234, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_underdetermined": 0.001515124924480915, - "tests/analysis/test_reaction_calculator.py::TestReaction::test_underdetermined_reactants": 0.0006112090195529163, - "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_average_coordination_number": 14.383721833000891, - "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_contains_peroxide": 0.002721542026847601, - "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_oxide_type": 0.0013648339663632214, - "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_solid_angle": 0.0009537490550428629, - "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_sulfide_type": 0.040323082997929305, - "tests/analysis/test_structure_analyzer.py::TestRelaxationAnalyzer::test_get_percentage_bond_dist_changes": 0.06403941696044058, - "tests/analysis/test_structure_analyzer.py::TestRelaxationAnalyzer::test_vol_and_para_changes": 0.0019335830002091825, - "tests/analysis/test_structure_analyzer.py::TestVoronoiAnalyzer::test_analyze": 0.05710566707421094, - "tests/analysis/test_structure_analyzer.py::TestVoronoiConnectivity::test_connectivity_array": 0.0992699590860866, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_as_dict_and_from_dict": 0.005151916004251689, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_cart_dists": 0.005097167973872274, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_class": 0.07192141708219424, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_cmp_fstruct": 0.005078875052276999, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_disordered_primitive_to_ordered_supercell": 0.008161916979588568, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_disordered_to_disordered": 0.004673082963563502, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_electronegativity": 0.06011354096699506, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_find_match1": 0.006312124023679644, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_find_match2": 0.006380958948284388, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_fit": 0.04740733507787809, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_lattices": 0.011218458996154368, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_mapping": 0.009761791035998613, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_mask": 0.0049320830148644745, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_s2_large_s2": 0.006239334063138813, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_supercell_matrix": 0.010309873963706195, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_supercell_size": 0.004862292029429227, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_supercells": 0.018346959026530385, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_ignore_species": 0.024577541975304484, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_left_handed_lattice": 0.007412082981318235, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_mix": 0.03481608402216807, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_no_scaling": 0.018858499999623746, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_occupancy_comparator": 0.011030790978111327, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_ordered_primitive_to_disordered_supercell": 0.006209040933754295, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_out_of_cell_s2_like_s1": 0.012665042013395578, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_oxi": 0.02012437500525266, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_primitive": 0.015918208984658122, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_rms_vs_minimax": 0.014193709008395672, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_subset": 0.009960625029634684, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_supercell_fit": 0.010473209025803953, - "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_supercell_subsets": 0.04544395802076906, - "tests/analysis/test_surface_analysis.py::TestNanoscaleStability::test_scaled_wulff": 0.12953870807541534, - "tests/analysis/test_surface_analysis.py::TestNanoscaleStability::test_stability_at_r": 0.2505547499167733, - "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_cleaned_up_slab": 0.006143831997178495, - "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_create_slab_label": 0.009698083973489702, - "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_properties": 0.03844079200644046, - "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_surface_energy": 0.019456040987279266, - "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_color_palette_dict": 0.011275957978796214, - "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_entry_dict_from_list": 0.009264665946830064, - "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_get_stable_entry_at_u": 0.009222958935424685, - "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_get_surface_equilibrium": 0.009471333003602922, - "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_stable_u_range_dict": 0.009161207941360772, - "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_wulff_from_chempot": 0.14841087599052116, - "tests/analysis/test_surface_analysis.py::TestWorkFunctionAnalyzer::test_is_converged": 0.8860225000535138, - "tests/analysis/test_surface_analysis.py::TestWorkFunctionAnalyzer::test_shift": 1.7440659570274875, - "tests/analysis/test_transition_state.py::TestNEBAnalysis::test_combine_neb_plots": 3.785049124970101, - "tests/analysis/test_wulff.py::TestWulffShape::test_corner_and_edges": 0.048474123992491513, - "tests/analysis/test_wulff.py::TestWulffShape::test_get_azimuth_elev": 0.046476999996230006, - "tests/analysis/test_wulff.py::TestWulffShape::test_get_plot": 0.1072019999846816, - "tests/analysis/test_wulff.py::TestWulffShape::test_get_plotly": 0.1067069589626044, - "tests/analysis/test_wulff.py::TestWulffShape::test_properties": 0.04795904195634648, - "tests/analysis/test_xps.py::TestXPS::test_from_dos": 0.7830395839991979, - "tests/analysis/topological/test_spillage.py::TestSolar::test_spillage_from_vasprun": 3.4113557069795206, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_add_mul": 0.002699415956158191, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_attributes": 0.0020827510161325336, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_e0": 0.0019694159273058176, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_k": 0.0019242080161347985, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_normalization": 0.0019470840343274176, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_site_weighted_spectrum": 0.028337083000224084, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_stitch_l23": 0.007658000977244228, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_stitch_xafs": 0.007175750099122524, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_str": 0.002054751035757363, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_as_from_dict": 0.002419874945189804, - "tests/analysis/xas/test_spectrum.py::TestXAS::test_validate": 0.0020956239895895123, - "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_capacity_grav_calculations": 0.015028917114250362, - "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_capacity_vol_calculations": 0.011784416041336954, - "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_ion_removal": 0.052120123989880085, - "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_oxide_check": 0.011619041964877397, - "tests/apps/battery/test_conversion_battery.py::TestConversionElectrode::test_composite": 0.02429362601833418, - "tests/apps/battery/test_conversion_battery.py::TestConversionElectrode::test_init": 0.04340070701437071, - "tests/apps/battery/test_conversion_battery.py::TestConversionElectrode::test_summary": 0.027381667983718216, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_capacities": 0.016927291988395154, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_entries": 0.22835145791759714, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_all_entries": 0.008003959024790674, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_instability": 0.007887875020969659, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_muO2": 0.007836875040084124, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_summary_dict": 0.015430708939675242, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_init_no_structure": 0.02488891704706475, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_as_from_dict": 0.01890137401642278, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_voltage": 0.00783470895839855, - "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_voltage_pair": 0.009152708982583135, - "tests/apps/battery/test_plotter.py::TestVoltageProfilePlotter::test_name": 0.01028004102408886, - "tests/apps/battery/test_plotter.py::TestVoltageProfilePlotter::test_plotly": 0.16183645802084357, - "tests/apps/borg/test_hive.py::TestGaussianToComputedEntryDrone::test_assimilate": 0.008344375994056463, - "tests/apps/borg/test_hive.py::TestGaussianToComputedEntryDrone::test_get_valid_paths": 0.0006093319971114397, - "tests/apps/borg/test_hive.py::TestGaussianToComputedEntryDrone::test_as_from_dict": 0.0003089589881710708, - "tests/apps/borg/test_hive.py::TestSimpleVaspToComputedEntryDrone::test_get_valid_paths": 0.002592666947748512, - "tests/apps/borg/test_hive.py::TestSimpleVaspToComputedEntryDrone::test_as_from_dict": 0.00027841696282848716, - "tests/apps/borg/test_hive.py::TestVaspToComputedEntryDrone::test_assimilate": 1.3857713339966722, - "tests/apps/borg/test_hive.py::TestVaspToComputedEntryDrone::test_get_valid_paths": 0.003456875041592866, - "tests/apps/borg/test_hive.py::TestVaspToComputedEntryDrone::test_as_from_dict": 0.0003589580301195383, - "tests/apps/borg/test_queen.py::TestBorgQueen::test_get_data": 2.0121871670125984, - "tests/apps/borg/test_queen.py::TestBorgQueen::test_load_data": 0.0005903749843128026, - "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_atom_parsing": 0.0005909999599680305, + "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_calculated_reaction_energy_uncertainty": 0.0008317491738125682, + "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_calculated_reaction_energy_uncertainty_for_nan": 0.0007349579827859998, + "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_calculated_reaction_energy_uncertainty_for_no_uncertainty": 0.0004741250304505229, + "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_init": 0.0004389999667182565, + "tests/analysis/test_reaction_calculator.py::TestComputedReaction::test_nd_reaction_energy": 0.0006497909780591726, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_as_entry": 0.0006469569634646177, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_as_from_dict": 0.00038345810025930405, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_calculate_energy": 0.0003980831243097782, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_equals": 0.0004404591163620353, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_init": 0.002062500105239451, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_normalize_to": 0.0003847490297630429, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_overdetermined": 0.0003450840013101697, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_products_reactants": 0.0006585839437320828, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_rank": 0.0037850820226594806, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_scientific_notation": 0.0007085008546710014, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_singular_case": 0.0005174570251256227, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_underdetermined": 0.002048208029009402, + "tests/analysis/test_reaction_calculator.py::TestReaction::test_underdetermined_reactants": 0.0005667919758707285, + "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_average_coordination_number": 11.576970749069005, + "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_contains_peroxide": 0.0038072499446570873, + "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_oxide_type": 0.0016331248916685581, + "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_solid_angle": 0.0010182069381698966, + "tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_sulfide_type": 0.03744383389130235, + "tests/analysis/test_structure_analyzer.py::TestRelaxationAnalyzer::test_get_percentage_bond_dist_changes": 0.1069917919812724, + "tests/analysis/test_structure_analyzer.py::TestRelaxationAnalyzer::test_vol_and_para_changes": 0.003259417018853128, + "tests/analysis/test_structure_analyzer.py::TestVoronoiAnalyzer::test_analyze": 0.07235724991187453, + "tests/analysis/test_structure_analyzer.py::TestVoronoiConnectivity::test_connectivity_array": 0.12923687498550862, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_as_dict_and_from_dict": 0.006256291875615716, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_cart_dists": 0.006392791983671486, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_class": 0.0883024160284549, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_cmp_fstruct": 0.005732291028834879, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_disordered_primitive_to_ordered_supercell": 0.009624375845305622, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_disordered_to_disordered": 0.005854208138771355, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_electronegativity": 0.11011524987407029, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_find_match1": 0.007754499092698097, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_find_match2": 0.008141041034832597, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_fit": 0.0614552500192076, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_lattices": 0.016318167094141245, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_mapping": 0.012586790951900184, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_mask": 0.006485043093562126, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_s2_large_s2": 0.007978790905326605, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_supercell_matrix": 0.016249708831310272, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_supercell_size": 0.006032540928572416, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_get_supercells": 0.026328291045501828, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_ignore_species": 0.030921584111638367, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_left_handed_lattice": 0.009465916897170246, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_mix": 0.02940804196987301, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_no_scaling": 0.027112791081890464, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_occupancy_comparator": 0.007519332924857736, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_ordered_primitive_to_disordered_supercell": 0.007587374886497855, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_out_of_cell_s2_like_s1": 0.019397125113755465, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_oxi": 0.01771741604898125, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_primitive": 0.0366577081149444, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_rms_vs_minimax": 0.014006250887177885, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_subset": 0.00810591597110033, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_supercell_fit": 0.01138216711115092, + "tests/analysis/test_structure_matcher.py::TestStructureMatcher::test_supercell_subsets": 0.04367587494198233, + "tests/analysis/test_surface_analysis.py::TestNanoscaleStability::test_scaled_wulff": 0.1422456249129027, + "tests/analysis/test_surface_analysis.py::TestNanoscaleStability::test_stability_at_r": 0.278321958030574, + "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_cleaned_up_slab": 0.00818779191467911, + "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_create_slab_label": 0.008972041076049209, + "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_properties": 0.01840604201424867, + "tests/analysis/test_surface_analysis.py::TestSlabEntry::test_surface_energy": 0.021694208029657602, + "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_color_palette_dict": 0.013130959123373032, + "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_entry_dict_from_list": 0.010274001047946513, + "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_get_stable_entry_at_u": 0.010838832939043641, + "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_get_surface_equilibrium": 0.010923707974143326, + "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_stable_u_range_dict": 0.010349873919039965, + "tests/analysis/test_surface_analysis.py::TestSurfaceEnergyPlotter::test_wulff_from_chempot": 0.15100158390123397, + "tests/analysis/test_surface_analysis.py::TestWorkFunctionAnalyzer::test_is_converged": 0.8972397510660812, + "tests/analysis/test_surface_analysis.py::TestWorkFunctionAnalyzer::test_shift": 1.7563245429191738, + "tests/analysis/test_transition_state.py::TestNEBAnalysis::test_combine_neb_plots": 4.212820915970951, + "tests/analysis/test_transition_state.py::TestNEBAnalysis::test_get_plot": 4.265190499951132, + "tests/analysis/test_transition_state.py::TestNEBAnalysis::test_run": 4.354426208068617, + "tests/analysis/test_wulff.py::TestWulffShape::test_corner_and_edges": 0.05410024989396334, + "tests/analysis/test_wulff.py::TestWulffShape::test_get_azimuth_elev": 0.051487750955857337, + "tests/analysis/test_wulff.py::TestWulffShape::test_get_plot": 0.12815150001551956, + "tests/analysis/test_wulff.py::TestWulffShape::test_get_plotly": 0.11618970893323421, + "tests/analysis/test_wulff.py::TestWulffShape::test_properties": 0.05146429198794067, + "tests/analysis/test_xps.py::TestXPS::test_from_dos": 0.011374834110029042, + "tests/analysis/topological/test_spillage.py::TestSolar::test_spillage_from_vasprun": 3.72556341602467, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_add_mul": 0.0034668329171836376, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_as_from_dict": 0.00240545894484967, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_attributes": 0.0018915000837296247, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_e0": 0.0017754159634932876, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_k": 0.001742791966535151, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_normalization": 0.001835040980949998, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_site_weighted_spectrum": 0.027599249966442585, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_stitch_l23": 0.010783500038087368, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_stitch_xafs": 0.014437707839533687, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_str": 0.0021115411072969437, + "tests/analysis/xas/test_spectrum.py::TestXAS::test_validate": 0.0020526678999885917, + "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_capacity_grav_calculations": 0.01947474991902709, + "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_capacity_vol_calculations": 0.015382624114863575, + "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_ion_removal": 0.08418391493614763, + "tests/apps/battery/test_analyzer.py::TestBatteryAnalyzer::test_oxide_check": 0.014914125087670982, + "tests/apps/battery/test_conversion_battery.py::TestConversionElectrode::test_composite": 0.024870043038390577, + "tests/apps/battery/test_conversion_battery.py::TestConversionElectrode::test_init": 0.049571209121495485, + "tests/apps/battery/test_conversion_battery.py::TestConversionElectrode::test_repr": 0.02240666700527072, + "tests/apps/battery/test_conversion_battery.py::TestConversionElectrode::test_summary": 0.029002748895436525, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_as_from_dict": 0.02309012517798692, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_capacities": 0.01346366701181978, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_entries": 0.01290416601113975, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_all_entries": 0.007075791945680976, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_instability": 0.007128666969947517, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_muO2": 0.006926999893039465, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_get_summary_dict": 0.01311499997973442, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_init_no_structure": 0.023532208986580372, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_voltage": 0.007307875901460648, + "tests/apps/battery/test_insertion_battery.py::TestInsertionElectrode::test_voltage_pair": 0.009008124005049467, + "tests/apps/battery/test_plotter.py::TestVoltageProfilePlotter::test_name": 0.009336666902527213, + "tests/apps/battery/test_plotter.py::TestVoltageProfilePlotter::test_plotly": 0.03309158398769796, + "tests/apps/borg/test_hive.py::TestGaussianToComputedEntryDrone::test_as_from_dict": 0.00017870892770588398, + "tests/apps/borg/test_hive.py::TestGaussianToComputedEntryDrone::test_assimilate": 0.008124082116410136, + "tests/apps/borg/test_hive.py::TestGaussianToComputedEntryDrone::test_get_valid_paths": 0.0002459160750731826, + "tests/apps/borg/test_hive.py::TestSimpleVaspToComputedEntryDrone::test_as_from_dict": 0.00021466694306582212, + "tests/apps/borg/test_hive.py::TestSimpleVaspToComputedEntryDrone::test_get_valid_paths": 0.0003793739015236497, + "tests/apps/borg/test_hive.py::TestVaspToComputedEntryDrone::test_as_from_dict": 0.0006350000621750951, + "tests/apps/borg/test_hive.py::TestVaspToComputedEntryDrone::test_assimilate": 0.018650459125638008, + "tests/apps/borg/test_hive.py::TestVaspToComputedEntryDrone::test_get_valid_paths": 0.00047375098802149296, + "tests/apps/borg/test_queen.py::TestBorgQueen::test_get_data": 0.009028916945680976, + "tests/apps/borg/test_queen.py::TestBorgQueen::test_load_data": 0.0003207509871572256, + "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_atom_parsing": 3.31642637506593, "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_automatic_runner": 0.00014004198601469398, - "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_from_path": 0.0001312919775955379, - "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_init": 0.00013320904690772295, - "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_missing_file_bader_exe_path": 0.00015224999515339732, - "tests/command_line/test_chargemol_caller.py::TestChargemolAnalysis::test_parse_chargemol": 0.05377787502948195, - "tests/command_line/test_chargemol_caller.py::TestChargemolAnalysis::test_parse_chargemol2": 0.0007731670048087835, - "tests/command_line/test_critic2_caller.py::TestCritic2Analysis::test_graph_output": 0.002192000043578446, - "tests/command_line/test_critic2_caller.py::TestCritic2Analysis::test_to_from_dict": 0.0017835840117186308, - "tests/command_line/test_critic2_caller.py::TestCritic2Caller::test_from_path": 0.00018416601233184338, - "tests/command_line/test_critic2_caller.py::TestCritic2Caller::test_from_structure": 0.00014708400703966618, - "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_init": 0.0001795410644263029, - "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_partial_disorder": 0.0001407089876011014, - "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_rounding_errors": 0.00013474997831508517, - "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_timeout": 0.00014662503963336349, - "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_element_different_valence": 0.0001527080312371254, - "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_existing_element": 0.00012849998893216252, + "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_bader_analysis_from_path": 7.28130483312998, + "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_from_path": 5.3564770420780405, + "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_init": 1.71914679184556, + "tests/command_line/test_bader_caller.py::TestBaderAnalysis::test_missing_file_bader_exe_path": 0.0014606668846681714, + "tests/command_line/test_chargemol_caller.py::TestChargemolAnalysis::test_parse_chargemol": 0.053670833935029805, + "tests/command_line/test_chargemol_caller.py::TestChargemolAnalysis::test_parse_chargemol2": 0.00114837393630296, + "tests/command_line/test_critic2_caller.py::TestCritic2Analysis::test_graph_output": 0.003703374066390097, + "tests/command_line/test_critic2_caller.py::TestCritic2Analysis::test_to_from_dict": 0.0022655000211670995, + "tests/command_line/test_critic2_caller.py::TestCritic2Caller::test_from_path": 0.00010604201816022396, + "tests/command_line/test_critic2_caller.py::TestCritic2Caller::test_from_structure": 8.570693898946047e-05, + "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_init": 9.075016714632511e-05, + "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_partial_disorder": 8.416606578975916e-05, + "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_rounding_errors": 7.395807188004255e-05, + "tests/command_line/test_enumlib_caller.py::TestEnumlibAdaptor::test_timeout": 7.433304563164711e-05, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_element_different_valence": 7.195794023573399e-05, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_existing_element": 7.270800415426493e-05, "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_non_exisitng_element": 0.00011912401532754302, - "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_spring": 0.00013554096221923828, - "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_element_different_valence": 0.000224083021748811, - "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_existing_element": 0.00012162502389401197, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_non_existing_element": 0.0002466661389917135, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialBush::test_spring": 6.558303721249104e-05, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_element_different_valence": 6.624998059123755e-05, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_existing_element": 6.520806346088648e-05, "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_non_exisitng_element": 0.00012100004823878407, - "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_spring": 0.00012704107211902738, - "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_values": 0.00013983302051201463, - "tests/command_line/test_gulp_caller.py::TestGlobalFunctions::test_get_energy_buckingham": 0.00014320906484499574, - "tests/command_line/test_gulp_caller.py::TestGlobalFunctions::test_get_energy_relax_structure_buckingham": 0.00012312497710809112, - "tests/command_line/test_gulp_caller.py::TestGlobalFunctions::test_get_energy_tersoff": 0.00013254204532131553, - "tests/command_line/test_gulp_caller.py::TestGulpCaller::test_decimal": 0.00015316694043576717, - "tests/command_line/test_gulp_caller.py::TestGulpCaller::test_run": 0.0002335419412702322, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_buckingham_input": 0.00015187397366389632, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_buckingham_potential": 0.00012091698590666056, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_get_energy": 0.0001207079621963203, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_get_relaxed_structure": 0.00013158301590010524, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_keyword_line_with_correct_keywords": 0.00019095797324553132, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_library_line_explicit_path": 0.0001249570050276816, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_library_line_wrong_file": 0.00012466608313843608, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_specie_potential": 0.00012445903848856688, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_structure_lines_default_options": 0.00011916703078895807, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_structure_lines_no_frac_coords": 0.0001177079975605011, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_structure_lines_no_unitcell": 0.0003102489863522351, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_tersoff_input": 0.00012333301128819585, - "tests/command_line/test_gulp_caller.py::TestGulpIO::test_tersoff_potential": 0.0001610000035725534, - "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_parallel": 0.00015433301450684667, - "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_runtime_error": 0.00018695800099521875, - "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_supercell": 0.00013087497791275382, - "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_total_atoms": 0.00013079197378829122, - "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_total_atoms_auto_instances": 0.00013000000035390258, - "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_perfect_match_error": 0.00013100000796839595, - "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_perfect_match_error_parallel": 0.00023162498837336898, - "tests/command_line/test_vampire_caller.py::TestVampireCaller::test_vampire": 0.00016241701086983085, - "tests/core/test_bonds.py::TestCovalentBond::test_get_bond_order": 0.0007952070445753634, - "tests/core/test_bonds.py::TestCovalentBond::test_is_bonded": 0.0003815420204773545, - "tests/core/test_bonds.py::TestCovalentBond::test_length": 0.00026770896511152387, - "tests/core/test_bonds.py::TestCovalentBond::test_str": 0.0002722909557633102, - "tests/core/test_bonds.py::TestFunc::test_get_bond_length": 0.00043708307202905416, - "tests/core/test_bonds.py::TestFunc::test_get_bond_order": 0.0003516260185278952, - "tests/core/test_bonds.py::TestFunc::test_obtain_all_bond_lengths": 0.00027116696583107114, - "tests/core/test_composition.py::TestChemicalPotential::test_init": 0.0004601660184562206, - "tests/core/test_composition.py::TestChemicalPotential::test_math": 0.00045183300971984863, - "tests/core/test_composition.py::TestComposition::test_add": 0.0020059600356034935, - "tests/core/test_composition.py::TestComposition::test_almost_equals": 0.0015049580251798034, - "tests/core/test_composition.py::TestComposition::test_alphabetical_formula": 0.001451042015105486, - "tests/core/test_composition.py::TestComposition::test_anonymized_formula": 0.0014820420183241367, - "tests/core/test_composition.py::TestComposition::test_as_dict": 0.001496331999078393, - "tests/core/test_composition.py::TestComposition::test_average_electroneg": 0.0014185839681886137, - "tests/core/test_composition.py::TestComposition::test_chemical_system": 0.00137533392990008, - "tests/core/test_composition.py::TestComposition::test_comparisons": 0.0015219170600175858, - "tests/core/test_composition.py::TestComposition::test_contains_element_type": 0.001418583036866039, - "tests/core/test_composition.py::TestComposition::test_div": 0.001478708058129996, - "tests/core/test_composition.py::TestComposition::test_equality": 0.0014078329550102353, - "tests/core/test_composition.py::TestComposition::test_equals": 0.0014408329734578729, - "tests/core/test_composition.py::TestComposition::test_formula": 0.0015461239963769913, - "tests/core/test_composition.py::TestComposition::test_fractional_composition": 0.0014334580628201365, - "tests/core/test_composition.py::TestComposition::test_from_dict": 0.0014716250007040799, - "tests/core/test_composition.py::TestComposition::test_from_weight_dict": 0.001452250056900084, - "tests/core/test_composition.py::TestComposition::test_get_atomic_fraction": 0.0013574170297943056, - "tests/core/test_composition.py::TestComposition::test_get_wt_fraction": 0.0027155409334227443, - "tests/core/test_composition.py::TestComposition::test_hash_robustness": 0.0017225000192411244, - "tests/core/test_composition.py::TestComposition::test_hill_formula": 0.0018039580318145454, - "tests/core/test_composition.py::TestComposition::test_immutable": 0.001496418088208884, - "tests/core/test_composition.py::TestComposition::test_in": 0.001737415965180844, - "tests/core/test_composition.py::TestComposition::test_indeterminate_formula": 0.001609665050636977, - "tests/core/test_composition.py::TestComposition::test_init": 0.0015538340667262673, - "tests/core/test_composition.py::TestComposition::test_init_numerical_tolerance": 0.0019775419495999813, - "tests/core/test_composition.py::TestComposition::test_integer_formula": 0.001753749034833163, - "tests/core/test_composition.py::TestComposition::test_is_valid": 0.0015675820177420974, - "tests/core/test_composition.py::TestComposition::test_iupac_formula": 0.0015128739760257304, - "tests/core/test_composition.py::TestComposition::test_metallofullerene": 0.0014281249605119228, - "tests/core/test_composition.py::TestComposition::test_mixed_valence": 0.001520626014098525, - "tests/core/test_composition.py::TestComposition::test_mul": 0.0018282909877598286, - "tests/core/test_composition.py::TestComposition::test_negative_compositions": 0.0016577920760028064, - "tests/core/test_composition.py::TestComposition::test_num_atoms": 0.001426875009201467, - "tests/core/test_composition.py::TestComposition::test_oxi_state_decoration": 0.0016363330068998039, - "tests/core/test_composition.py::TestComposition::test_oxi_state_guesses": 0.0022766669280827045, - "tests/core/test_composition.py::TestComposition::test_pickle": 0.003463707980699837, - "tests/core/test_composition.py::TestComposition::test_reduced_composition": 0.001677625987213105, - "tests/core/test_composition.py::TestComposition::test_reduced_formula": 0.0016728339833207428, - "tests/core/test_composition.py::TestComposition::test_remove_charges": 0.0015155409346334636, - "tests/core/test_composition.py::TestComposition::test_replace": 0.0017759170150384307, - "tests/core/test_composition.py::TestComposition::test_special_formulas": 0.001543625956401229, - "tests/core/test_composition.py::TestComposition::test_str_and_repr": 0.0015349169843830168, - "tests/core/test_composition.py::TestComposition::test_sub": 0.0014747920795343816, - "tests/core/test_composition.py::TestComposition::test_to_data_dict": 0.0014631240046583116, - "tests/core/test_composition.py::TestComposition::test_to_latex_html_unicode": 0.001703707966953516, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_non_existing_element": 7.429101970046759e-05, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_spring": 6.924895569682121e-05, + "tests/command_line/test_gulp_caller.py::TestBuckinghamPotentialLewis::test_values": 6.604206282645464e-05, + "tests/command_line/test_gulp_caller.py::TestGlobalFunctions::test_get_energy_buckingham": 7.06259161233902e-05, + "tests/command_line/test_gulp_caller.py::TestGlobalFunctions::test_get_energy_relax_structure_buckingham": 6.637489423155785e-05, + "tests/command_line/test_gulp_caller.py::TestGlobalFunctions::test_get_energy_tersoff": 0.00014154193922877312, + "tests/command_line/test_gulp_caller.py::TestGulpCaller::test_decimal": 6.920809391885996e-05, + "tests/command_line/test_gulp_caller.py::TestGulpCaller::test_run": 7.65831209719181e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_buckingham_input": 7.562595419585705e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_buckingham_potential": 6.904196925461292e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_get_energy": 6.595789454877377e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_get_relaxed_structure": 6.629095878452063e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_keyword_line_with_correct_keywords": 6.870902143418789e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_library_line_explicit_path": 6.791704799979925e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_library_line_wrong_file": 6.720703095197678e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_specie_potential": 6.808305624872446e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_structure_lines_default_options": 0.00013629102613776922, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_structure_lines_no_frac_coords": 6.941612809896469e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_structure_lines_no_unitcell": 6.729189772158861e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_tersoff_input": 6.841693539172411e-05, + "tests/command_line/test_gulp_caller.py::TestGulpIO::test_tersoff_potential": 6.850110366940498e-05, + "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_parallel": 7.308402564376593e-05, + "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_runtime_error": 6.541598122566938e-05, + "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_supercell": 6.94170594215393e-05, + "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_total_atoms": 6.65830448269844e-05, + "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_caller_total_atoms_auto_instances": 6.870902143418789e-05, + "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_perfect_match_error": 0.00014725001528859138, + "tests/command_line/test_mcsqs_caller.py::TestMcsqsCaller::test_mcsqs_perfect_match_error_parallel": 9.674998000264168e-05, + "tests/command_line/test_vampire_caller.py::TestVampireCaller::test_vampire": 0.00016783305909484625, + "tests/core/test_bonds.py::TestCovalentBond::test_get_bond_order": 0.00021954195108264685, + "tests/core/test_bonds.py::TestCovalentBond::test_is_bonded": 0.00032995897345244884, + "tests/core/test_bonds.py::TestCovalentBond::test_length": 0.0010745839681476355, + "tests/core/test_bonds.py::TestCovalentBond::test_str": 0.0001514580799266696, + "tests/core/test_bonds.py::TestFunc::test_get_bond_length": 0.0002833330072462559, + "tests/core/test_bonds.py::TestFunc::test_get_bond_order": 0.00019158306531608105, + "tests/core/test_bonds.py::TestFunc::test_obtain_all_bond_lengths": 0.00019308284390717745, + "tests/core/test_composition.py::TestChemicalPotential::test_init": 0.00023783312644809484, + "tests/core/test_composition.py::TestChemicalPotential::test_math": 0.0003342929994687438, + "tests/core/test_composition.py::TestChemicalPotential::test_square_brackets": 0.00022087409161031246, + "tests/core/test_composition.py::TestComposition::test_add": 0.0020233740797266364, + "tests/core/test_composition.py::TestComposition::test_almost_equals": 0.0015872088260948658, + "tests/core/test_composition.py::TestComposition::test_alphabetical_formula": 0.0014494579518213868, + "tests/core/test_composition.py::TestComposition::test_anonymized_formula": 0.0018069170182570815, + "tests/core/test_composition.py::TestComposition::test_as_dict": 0.0015840840060263872, + "tests/core/test_composition.py::TestComposition::test_average_electroneg": 0.0015038760611787438, + "tests/core/test_composition.py::TestComposition::test_chemical_system": 0.0016235829098150134, + "tests/core/test_composition.py::TestComposition::test_comparisons": 0.0016008749371394515, + "tests/core/test_composition.py::TestComposition::test_contains_element_type": 0.0015143339987844229, + "tests/core/test_composition.py::TestComposition::test_div": 0.001405499060638249, + "tests/core/test_composition.py::TestComposition::test_equality": 0.0014447919093072414, + "tests/core/test_composition.py::TestComposition::test_equals": 0.0013647900195792317, + "tests/core/test_composition.py::TestComposition::test_formula": 0.002477249945513904, + "tests/core/test_composition.py::TestComposition::test_fractional_composition": 0.001493500079959631, + "tests/core/test_composition.py::TestComposition::test_from_dict": 0.0016868739621713758, + "tests/core/test_composition.py::TestComposition::test_from_weight_dict": 0.00166554213501513, + "tests/core/test_composition.py::TestComposition::test_get_atomic_fraction": 0.0014453328913077712, + "tests/core/test_composition.py::TestComposition::test_get_wt_fraction": 0.0026904999976977706, + "tests/core/test_composition.py::TestComposition::test_getitem": 0.0016353331739082932, + "tests/core/test_composition.py::TestComposition::test_hash_robustness": 0.0014994590310379863, + "tests/core/test_composition.py::TestComposition::test_hill_formula": 0.00183666602242738, + "tests/core/test_composition.py::TestComposition::test_immutable": 0.0015432920772582293, + "tests/core/test_composition.py::TestComposition::test_in": 0.0017199990106746554, + "tests/core/test_composition.py::TestComposition::test_indeterminate_formula": 0.0015761259710416198, + "tests/core/test_composition.py::TestComposition::test_init": 0.0016284998273476958, + "tests/core/test_composition.py::TestComposition::test_init_numerical_tolerance": 0.0013390829553827643, + "tests/core/test_composition.py::TestComposition::test_integer_formula": 0.0017196261323988438, + "tests/core/test_composition.py::TestComposition::test_is_charge_balanced": 0.0028258340898901224, + "tests/core/test_composition.py::TestComposition::test_is_valid": 0.0018842918798327446, + "tests/core/test_composition.py::TestComposition::test_isotopes": 0.0015669161221012473, + "tests/core/test_composition.py::TestComposition::test_iupac_formula": 0.0014914169441908598, + "tests/core/test_composition.py::TestComposition::test_metallofullerene": 0.0014598328853026032, + "tests/core/test_composition.py::TestComposition::test_mixed_valence": 0.0016706660389900208, + "tests/core/test_composition.py::TestComposition::test_mul": 0.0016839599702507257, + "tests/core/test_composition.py::TestComposition::test_negative_compositions": 0.0015748749719932675, + "tests/core/test_composition.py::TestComposition::test_num_atoms": 0.001338000874966383, + "tests/core/test_composition.py::TestComposition::test_oxi_state_decoration": 0.0017315000295639038, + "tests/core/test_composition.py::TestComposition::test_oxi_state_guesses": 0.0030983739998191595, + "tests/core/test_composition.py::TestComposition::test_pickle": 0.004031332908198237, + "tests/core/test_composition.py::TestComposition::test_reduced_composition": 0.001844793208874762, + "tests/core/test_composition.py::TestComposition::test_reduced_formula": 0.0017733339918777347, + "tests/core/test_composition.py::TestComposition::test_remove_charges": 0.0016734999371692538, + "tests/core/test_composition.py::TestComposition::test_replace": 0.00195695913862437, + "tests/core/test_composition.py::TestComposition::test_special_formulas": 0.00174812413752079, + "tests/core/test_composition.py::TestComposition::test_str_and_repr": 0.0016479159239679575, + "tests/core/test_composition.py::TestComposition::test_sub": 0.001520206918939948, + "tests/core/test_composition.py::TestComposition::test_to_data_dict": 0.0015081249875947833, + "tests/core/test_composition.py::TestComposition::test_to_from_weight_dict": 0.0037449580850079656, + "tests/core/test_composition.py::TestComposition::test_to_latex_html_unicode": 0.0017654580296948552, "tests/core/test_composition.py::TestComposition::test_tofrom_weight_dict": 0.00952912401407957, - "tests/core/test_composition.py::TestComposition::test_total_electrons": 0.0017755829612724483, - "tests/core/test_composition.py::TestComposition::test_weight": 0.002958917000796646, - "tests/core/test_interface.py::TestInterface::test_basic_props": 0.2617006240179762, - "tests/core/test_interface.py::TestInterface::test_from_slabs": 0.034233208978548646, - "tests/core/test_interface.py::TestInterface::test_gap_setter": 0.00443224998889491, - "tests/core/test_interface.py::TestInterface::test_get_shifts_based_on_adsorbate_sites": 0.14464554202277213, - "tests/core/test_interface.py::TestInterface::test_in_plane_offset_setter": 0.004234166932292283, - "tests/core/test_interface.py::TestInterface::test_vacuum_over_film_setter": 0.0038531249738298357, - "tests/core/test_ion.py::TestIon::test_alphabetical_formula": 0.00047466601245105267, - "tests/core/test_ion.py::TestIon::test_anonymized_formula": 0.00044270901707932353, - "tests/core/test_ion.py::TestIon::test_as_dict": 0.0003784169675782323, - "tests/core/test_ion.py::TestIon::test_charge_from_formula": 0.0005049589672125876, - "tests/core/test_ion.py::TestIon::test_equality": 0.0003570839762687683, - "tests/core/test_ion.py::TestIon::test_equals": 0.0004077500198036432, - "tests/core/test_ion.py::TestIon::test_formula": 0.00039254111470654607, - "tests/core/test_ion.py::TestIon::test_from_dict": 0.00039599998854100704, - "tests/core/test_ion.py::TestIon::test_init": 0.00035429198760539293, - "tests/core/test_ion.py::TestIon::test_len": 0.0003446670016273856, - "tests/core/test_ion.py::TestIon::test_mixed_valence": 0.00048120797146111727, - "tests/core/test_ion.py::TestIon::test_mul": 0.0003400000277906656, - "tests/core/test_ion.py::TestIon::test_num_atoms": 0.0003505000495351851, - "tests/core/test_ion.py::TestIon::test_oxi_state_guesses": 0.0005007070139981806, - "tests/core/test_ion.py::TestIon::test_special_formulas": 0.000947916938457638, - "tests/core/test_ion.py::TestIon::test_to_latex_string": 0.0005689989775419235, - "tests/core/test_lattice.py::TestLattice::test_attributes": 0.0013616670621559024, - "tests/core/test_lattice.py::TestLattice::test_copy": 0.00129941594786942, - "tests/core/test_lattice.py::TestLattice::test_d_hkl": 0.001224166015163064, - "tests/core/test_lattice.py::TestLattice::test_dot_and_norm": 0.0021065829787403345, - "tests/core/test_lattice.py::TestLattice::test_equal": 0.0015783329727128148, - "tests/core/test_lattice.py::TestLattice::test_find_all_mappings": 0.014700166007969528, - "tests/core/test_lattice.py::TestLattice::test_find_mapping": 0.001790250011254102, - "tests/core/test_lattice.py::TestLattice::test_format": 0.0012162079801782966, - "tests/core/test_lattice.py::TestLattice::test_get_all_distances": 0.0014519169926643372, - "tests/core/test_lattice.py::TestLattice::test_get_cartesian_or_frac_coord": 0.0013719589915126562, - "tests/core/test_lattice.py::TestLattice::test_get_distance_and_image": 0.001282749988604337, - "tests/core/test_lattice.py::TestLattice::test_get_distance_and_image_strict": 0.013159626047126949, - "tests/core/test_lattice.py::TestLattice::test_get_lll_reduced_lattice": 0.002524374984204769, - "tests/core/test_lattice.py::TestLattice::test_get_miller_index_from_sites": 0.0015758739900775254, - "tests/core/test_lattice.py::TestLattice::test_get_niggli_reduced_lattice": 0.002360417041927576, - "tests/core/test_lattice.py::TestLattice::test_get_points_in_sphere": 0.005142041016370058, - "tests/core/test_lattice.py::TestLattice::test_get_vector_along_lattice_directions": 0.0014230000670067966, - "tests/core/test_lattice.py::TestLattice::test_get_wigner_seitz_cell": 0.0015817929524928331, - "tests/core/test_lattice.py::TestLattice::test_init": 0.0013397909933701158, - "tests/core/test_lattice.py::TestLattice::test_is_3d_periodic": 0.0012610420235432684, - "tests/core/test_lattice.py::TestLattice::test_is_hexagonal": 0.0012544590863399208, - "tests/core/test_lattice.py::TestLattice::test_lattice_matrices": 0.0012341660331003368, - "tests/core/test_lattice.py::TestLattice::test_lll_basis": 0.001683499023783952, - "tests/core/test_lattice.py::TestLattice::test_mapping_symmetry": 0.001692500023636967, - "tests/core/test_lattice.py::TestLattice::test_monoclinic": 0.0012882089940831065, - "tests/core/test_lattice.py::TestLattice::test_points_in_spheres": 0.0026560419937595725, - "tests/core/test_lattice.py::TestLattice::test_reciprocal_lattice": 0.001335958018898964, - "tests/core/test_lattice.py::TestLattice::test_scale": 0.0016442069900222123, - "tests/core/test_lattice.py::TestLattice::test_selling_dist": 0.00350079097552225, - "tests/core/test_lattice.py::TestLattice::test_selling_vector": 0.0014326670207083225, - "tests/core/test_lattice.py::TestLattice::test_static_methods": 0.0013170000165700912, - "tests/core/test_lattice.py::TestLattice::test_as_from_dict": 0.0015288760187104344, - "tests/core/test_libxcfunc.py::TestLibxcFunc::test_libxcfunc_api": 0.0015083340113051236, - "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_aos_as_list": 0.0012476249830797315, - "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_fractional_compositions": 0.00218645908171311, - "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_max_electronegativity": 0.004327957925852388, - "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_obtain_band_edges": 0.0013270010240375996, - "tests/core/test_operations.py::TestMagSymmOp::test_operate_magmom": 0.0021593329729512334, - "tests/core/test_operations.py::TestMagSymmOp::test_as_from_dict": 0.0012797510134987533, - "tests/core/test_operations.py::TestMagSymmOp::test_xyzt_string": 0.0013733739615418017, - "tests/core/test_operations.py::TestSymmOp::test_apply_rotation_only": 0.0012938339496031404, - "tests/core/test_operations.py::TestSymmOp::test_are_symmetrically_related": 0.0012189170229248703, - "tests/core/test_operations.py::TestSymmOp::test_are_symmetrically_related_vectors": 0.0014421659871004522, - "tests/core/test_operations.py::TestSymmOp::test_inverse": 0.0012554159620776772, - "tests/core/test_operations.py::TestSymmOp::test_inversion": 0.0012409999617375433, - "tests/core/test_operations.py::TestSymmOp::test_operate": 0.0012290010345168412, - "tests/core/test_operations.py::TestSymmOp::test_operate_multi": 0.0013142511015757918, - "tests/core/test_operations.py::TestSymmOp::test_properties": 0.0012810410116799176, - "tests/core/test_operations.py::TestSymmOp::test_reflection": 0.0012293330510146916, - "tests/core/test_operations.py::TestSymmOp::test_as_from_dict": 0.0013375001144595444, - "tests/core/test_operations.py::TestSymmOp::test_transform_tensor": 0.0014549170155078173, - "tests/core/test_operations.py::TestSymmOp::test_xyz": 0.0016299580456689, - "tests/core/test_periodic_table.py::TestDummySpecies::test_attr": 0.0002989170025102794, - "tests/core/test_periodic_table.py::TestDummySpecies::test_eq": 0.0002703749923966825, + "tests/core/test_composition.py::TestComposition::test_total_electrons": 0.001440998981706798, + "tests/core/test_composition.py::TestComposition::test_weight": 0.002201374969445169, + "tests/core/test_interface.py::TestGrainBoundary::test_as_dict_and_from_dict": 0.23955141694750637, + "tests/core/test_interface.py::TestGrainBoundary::test_bottom_grain": 0.18838962586596608, + "tests/core/test_interface.py::TestGrainBoundary::test_coincidents": 0.1855751669500023, + "tests/core/test_interface.py::TestGrainBoundary::test_copy": 0.7058382499963045, + "tests/core/test_interface.py::TestGrainBoundary::test_init": 0.18109691701829433, + "tests/core/test_interface.py::TestGrainBoundary::test_sigma": 0.18162424897309393, + "tests/core/test_interface.py::TestGrainBoundary::test_top_grain": 0.18073345790617168, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_enum_possible_plane_cubic": 0.13521387602668256, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_enum_sigma_cubic": 0.002334125922061503, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_enum_sigma_hex": 0.011597624979913235, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_enum_sigma_ort": 0.03483191702980548, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_enum_sigma_rho": 0.0035071660531684756, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_enum_sigma_tet": 0.0024242090294137597, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_gb_from_parameters": 2.784849957912229, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_get_ratio": 0.001581918098963797, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_get_rotation_angle_from_sigma": 0.03389508300460875, + "tests/core/test_interface.py::TestGrainBoundaryGenerator::test_get_trans_mat": 0.3961127089569345, + "tests/core/test_interface.py::TestInterface::test_basic_props": 0.013049084111116827, + "tests/core/test_interface.py::TestInterface::test_from_slabs": 0.034558249870315194, + "tests/core/test_interface.py::TestInterface::test_gap_setter": 0.0048263330245390534, + "tests/core/test_interface.py::TestInterface::test_get_shifts_based_on_adsorbate_sites": 0.15343841607682407, + "tests/core/test_interface.py::TestInterface::test_in_plane_offset_setter": 0.004606500151567161, + "tests/core/test_interface.py::TestInterface::test_vacuum_over_film_setter": 0.004087624023668468, + "tests/core/test_ion.py::TestIon::test_alphabetical_formula": 0.0004113350296393037, + "tests/core/test_ion.py::TestIon::test_anonymized_formula": 0.0004016660386696458, + "tests/core/test_ion.py::TestIon::test_as_dict": 0.0002995829563587904, + "tests/core/test_ion.py::TestIon::test_charge_from_formula": 0.0003875410184264183, + "tests/core/test_ion.py::TestIon::test_equality": 0.00026362494099885225, + "tests/core/test_ion.py::TestIon::test_equals": 0.0003599170595407486, + "tests/core/test_ion.py::TestIon::test_formula": 0.00041812402196228504, + "tests/core/test_ion.py::TestIon::test_from_dict": 0.00033120717853307724, + "tests/core/test_ion.py::TestIon::test_init": 0.00029262492898851633, + "tests/core/test_ion.py::TestIon::test_len": 0.00024995789863169193, + "tests/core/test_ion.py::TestIon::test_mixed_valence": 0.00038916710764169693, + "tests/core/test_ion.py::TestIon::test_mul": 0.0002751249121502042, + "tests/core/test_ion.py::TestIon::test_num_atoms": 0.00025975005701184273, + "tests/core/test_ion.py::TestIon::test_oxi_state_guesses": 0.00039483304135501385, + "tests/core/test_ion.py::TestIon::test_special_formulas": 0.0008277918677777052, + "tests/core/test_ion.py::TestIon::test_to_latex_string": 0.0005910409381613135, + "tests/core/test_lattice.py::TestLattice::test_as_from_dict": 0.0014168750494718552, + "tests/core/test_lattice.py::TestLattice::test_attributes": 0.00108083407394588, + "tests/core/test_lattice.py::TestLattice::test_copy": 0.0010567930294200778, + "tests/core/test_lattice.py::TestLattice::test_d_hkl": 0.0010272080544382334, + "tests/core/test_lattice.py::TestLattice::test_dot_and_norm": 0.0024036660324782133, + "tests/core/test_lattice.py::TestLattice::test_equal": 0.001533541944809258, + "tests/core/test_lattice.py::TestLattice::test_find_all_mappings": 0.016113499994389713, + "tests/core/test_lattice.py::TestLattice::test_find_mapping": 0.0019077089382335544, + "tests/core/test_lattice.py::TestLattice::test_format": 0.0010579179506748915, + "tests/core/test_lattice.py::TestLattice::test_get_all_distances": 0.0013243750436231494, + "tests/core/test_lattice.py::TestLattice::test_get_cartesian_or_frac_coord": 0.0011029159650206566, + "tests/core/test_lattice.py::TestLattice::test_get_distance_and_image": 0.0012379171093925834, + "tests/core/test_lattice.py::TestLattice::test_get_distance_and_image_strict": 0.011598041863180697, + "tests/core/test_lattice.py::TestLattice::test_get_lll_reduced_lattice": 0.0018347081495448947, + "tests/core/test_lattice.py::TestLattice::test_get_miller_index_from_sites": 0.0013462919741868973, + "tests/core/test_lattice.py::TestLattice::test_get_niggli_reduced_lattice": 0.002957167918793857, + "tests/core/test_lattice.py::TestLattice::test_get_points_in_sphere": 0.006618208019062877, + "tests/core/test_lattice.py::TestLattice::test_get_vector_along_lattice_directions": 0.0013008338864892721, + "tests/core/test_lattice.py::TestLattice::test_get_wigner_seitz_cell": 0.0014446660643443465, + "tests/core/test_lattice.py::TestLattice::test_init": 0.0013390830717980862, + "tests/core/test_lattice.py::TestLattice::test_is_3d_periodic": 0.0010653749341145158, + "tests/core/test_lattice.py::TestLattice::test_is_hexagonal": 0.001125373994000256, + "tests/core/test_lattice.py::TestLattice::test_lattice_matrices": 0.0011126252356916666, + "tests/core/test_lattice.py::TestLattice::test_lll_basis": 0.0013641661498695612, + "tests/core/test_lattice.py::TestLattice::test_mapping_symmetry": 0.001654874999076128, + "tests/core/test_lattice.py::TestLattice::test_monoclinic": 0.0010673751821741462, + "tests/core/test_lattice.py::TestLattice::test_parameters": 0.0010489170672371984, + "tests/core/test_lattice.py::TestLattice::test_points_in_spheres": 0.002546417061239481, + "tests/core/test_lattice.py::TestLattice::test_reciprocal_lattice": 0.0012053740210831165, + "tests/core/test_lattice.py::TestLattice::test_scale": 0.001665957854129374, + "tests/core/test_lattice.py::TestLattice::test_selling_dist": 0.00478329008910805, + "tests/core/test_lattice.py::TestLattice::test_selling_vector": 0.0012127930531278253, + "tests/core/test_lattice.py::TestLattice::test_static_methods": 0.0013555841287598014, + "tests/core/test_libxcfunc.py::TestLibxcFunc::test_libxcfunc_api": 0.0012975430581718683, + "tests/core/test_libxcfunc.py::TestLibxcFunc::test_repr": 0.0010183349950239062, + "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_aos_as_list": 0.001008374965749681, + "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_fractional_compositions": 0.0010399160673841834, + "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_max_electronegativity": 0.0009435839019715786, + "tests/core/test_molecular_orbitals.py::TestMolecularOrbital::test_obtain_band_edges": 0.0011216249549761415, + "tests/core/test_operations.py::TestMagSymmOp::test_as_from_dict": 0.001128248986788094, + "tests/core/test_operations.py::TestMagSymmOp::test_operate_magmom": 0.002258082968182862, + "tests/core/test_operations.py::TestMagSymmOp::test_xyzt_string": 0.0011911250185221434, + "tests/core/test_operations.py::TestSymmOp::test_apply_rotation_only": 0.0011829581344500184, + "tests/core/test_operations.py::TestSymmOp::test_are_symmetrically_related": 0.001038501039147377, + "tests/core/test_operations.py::TestSymmOp::test_are_symmetrically_related_vectors": 0.0013097509508952498, + "tests/core/test_operations.py::TestSymmOp::test_as_from_dict": 0.0010230420157313347, + "tests/core/test_operations.py::TestSymmOp::test_inverse": 0.0010609579039737582, + "tests/core/test_operations.py::TestSymmOp::test_inversion": 0.0010477910982444882, + "tests/core/test_operations.py::TestSymmOp::test_operate": 0.0010304999304935336, + "tests/core/test_operations.py::TestSymmOp::test_operate_multi": 0.0011210821103304625, + "tests/core/test_operations.py::TestSymmOp::test_properties": 0.0010982501553371549, + "tests/core/test_operations.py::TestSymmOp::test_reflection": 0.001102500013075769, + "tests/core/test_operations.py::TestSymmOp::test_transform_tensor": 0.001341792056336999, + "tests/core/test_operations.py::TestSymmOp::test_xyz": 0.0015515410341322422, + "tests/core/test_periodic_table.py::TestDummySpecies::test_attr": 0.00015462411101907492, + "tests/core/test_periodic_table.py::TestDummySpecies::test_eq": 0.00015400000847876072, + "tests/core/test_periodic_table.py::TestDummySpecies::test_from_str": 0.00023083400446921587, "tests/core/test_periodic_table.py::TestDummySpecies::test_from_string": 0.0003050409723073244, "tests/core/test_periodic_table.py::TestDummySpecies::test_immutable": 0.00031504296930506825, - "tests/core/test_periodic_table.py::TestDummySpecies::test_init": 0.0004290830693207681, - "tests/core/test_periodic_table.py::TestDummySpecies::test_pickle": 0.00027341704117134213, - "tests/core/test_periodic_table.py::TestDummySpecies::test_sort": 0.0002741679782047868, - "tests/core/test_periodic_table.py::TestElement::test_attributes": 0.062131249986123294, - "tests/core/test_periodic_table.py::TestElement::test_block": 0.0014038329245522618, - "tests/core/test_periodic_table.py::TestElement::test_data": 0.0012909590150229633, - "tests/core/test_periodic_table.py::TestElement::test_deepcopy": 0.0012744999257847667, - "tests/core/test_periodic_table.py::TestElement::test_dict": 0.001254875969607383, - "tests/core/test_periodic_table.py::TestElement::test_from_name": 0.0013069179840385914, - "tests/core/test_periodic_table.py::TestElement::test_from_row_and_group": 0.0016577079659327865, - "tests/core/test_periodic_table.py::TestElement::test_full_electronic_structure": 0.0013409170205704868, - "tests/core/test_periodic_table.py::TestElement::test_ground_state_term_symbol": 0.002299125015269965, - "tests/core/test_periodic_table.py::TestElement::test_group": 0.0012170420959591866, - "tests/core/test_periodic_table.py::TestElement::test_ie_ea": 0.0011918750242330134, - "tests/core/test_periodic_table.py::TestElement::test_init": 0.00143912504427135, - "tests/core/test_periodic_table.py::TestElement::test_is": 0.0012667080154642463, - "tests/core/test_periodic_table.py::TestElement::test_is_metal": 0.0012503340258263052, - "tests/core/test_periodic_table.py::TestElement::test_nan_x": 0.001281375007238239, - "tests/core/test_periodic_table.py::TestElement::test_oxidation_states": 0.0012213330483064055, - "tests/core/test_periodic_table.py::TestElement::test_pickle": 0.010329875047318637, - "tests/core/test_periodic_table.py::TestElement::test_print_periodic_table": 0.009697831992525607, - "tests/core/test_periodic_table.py::TestElement::test_radii": 0.0014834590256214142, - "tests/core/test_periodic_table.py::TestElement::test_row": 0.0012839180417358875, - "tests/core/test_periodic_table.py::TestElement::test_sort": 0.001303499040659517, - "tests/core/test_periodic_table.py::TestElement::test_term_symbols": 0.002003665955271572, - "tests/core/test_periodic_table.py::TestElement::test_valence": 0.0014555829693563282, - "tests/core/test_periodic_table.py::TestSpecies::test_attr": 0.0012557489681057632, - "tests/core/test_periodic_table.py::TestSpecies::test_cmp": 0.001242915983311832, - "tests/core/test_periodic_table.py::TestSpecies::test_deepcopy": 0.0012872919905930758, - "tests/core/test_periodic_table.py::TestSpecies::test_eq": 0.0014182509621605277, - "tests/core/test_periodic_table.py::TestSpecies::test_get_crystal_field_spin": 0.0016555010224692523, - "tests/core/test_periodic_table.py::TestSpecies::test_get_nmr_mom": 0.0015882920124568045, - "tests/core/test_periodic_table.py::TestSpecies::test_get_shannon_radius": 0.0014892080216668546, - "tests/core/test_periodic_table.py::TestSpecies::test_init": 0.0014829590218141675, - "tests/core/test_periodic_table.py::TestSpecies::test_ionic_radius": 0.001733499055262655, - "tests/core/test_periodic_table.py::TestSpecies::test_no_oxidation_state": 0.0012180840130895376, - "tests/core/test_periodic_table.py::TestSpecies::test_pickle": 0.0022111249854788184, - "tests/core/test_periodic_table.py::TestSpecies::test_sort": 0.0013953330926597118, - "tests/core/test_periodic_table.py::TestSpecies::test_stringify": 0.0013461660128086805, - "tests/core/test_periodic_table.py::TestSpecies::test_to_from_string": 0.001370625977870077, + "tests/core/test_periodic_table.py::TestDummySpecies::test_init": 0.00029270793311297894, + "tests/core/test_periodic_table.py::TestDummySpecies::test_not_implemented": 0.00014604104217141867, + "tests/core/test_periodic_table.py::TestDummySpecies::test_pickle": 0.00015583308413624763, + "tests/core/test_periodic_table.py::TestDummySpecies::test_sort": 0.00015008298214524984, + "tests/core/test_periodic_table.py::TestElement::test_attributes": 0.06150091695599258, + "tests/core/test_periodic_table.py::TestElement::test_block": 0.0011166270123794675, + "tests/core/test_periodic_table.py::TestElement::test_data": 0.0010876670712605119, + "tests/core/test_periodic_table.py::TestElement::test_deepcopy": 0.0009748750599101186, + "tests/core/test_periodic_table.py::TestElement::test_dict": 0.000984625075943768, + "tests/core/test_periodic_table.py::TestElement::test_from_name": 0.00105824985075742, + "tests/core/test_periodic_table.py::TestElement::test_from_row_and_group": 0.0013667918974533677, + "tests/core/test_periodic_table.py::TestElement::test_full_electronic_structure": 0.0010229171020910144, + "tests/core/test_periodic_table.py::TestElement::test_ground_state_term_symbol": 0.0021864590235054493, + "tests/core/test_periodic_table.py::TestElement::test_group": 0.001037165871821344, + "tests/core/test_periodic_table.py::TestElement::test_ie_ea": 0.0010015820153057575, + "tests/core/test_periodic_table.py::TestElement::test_init": 0.0011563739972189069, + "tests/core/test_periodic_table.py::TestElement::test_is": 0.0009944589110091329, + "tests/core/test_periodic_table.py::TestElement::test_is_metal": 0.0009978330926969647, + "tests/core/test_periodic_table.py::TestElement::test_isotope": 0.0010942078661173582, + "tests/core/test_periodic_table.py::TestElement::test_missing_and_confusing_data": 0.0011168749770149589, + "tests/core/test_periodic_table.py::TestElement::test_nan_x": 0.0010581669630482793, + "tests/core/test_periodic_table.py::TestElement::test_oxidation_states": 0.0009873741073533893, + "tests/core/test_periodic_table.py::TestElement::test_pickle": 0.002251415979117155, + "tests/core/test_periodic_table.py::TestElement::test_print_periodic_table": 0.009421833092346787, + "tests/core/test_periodic_table.py::TestElement::test_radii": 0.0010620409157127142, + "tests/core/test_periodic_table.py::TestElement::test_row": 0.0012718330835923553, + "tests/core/test_periodic_table.py::TestElement::test_sort": 0.0011507509043440223, + "tests/core/test_periodic_table.py::TestElement::test_term_symbols": 0.0018397498643025756, + "tests/core/test_periodic_table.py::TestElement::test_valence": 0.0012627090327441692, "tests/core/test_periodic_table.py::TestFunc::test_get_el_sp": 0.00031133199809119105, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Ca+-Ca-1]": 0.00030433404026553035, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Fe-Fe-None]": 0.00034308305475860834, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Fe2+-Fe-2]": 0.00031174992909654975, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[N--N--1]": 0.0002834169426932931, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Na0+-Na-0]": 0.00029754097340628505, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Na0--Na-0]": 0.0003523750347085297, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[O2--O--2]": 0.0003070840029977262, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[P5+-P-5]": 0.00030750007135793567, - "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Te3+-Te-3]": 0.0003150419797748327, - "tests/core/test_settings.py::test_load_settings": 0.002723167010117322, - "tests/core/test_sites.py::TestPeriodicSite::test_as_from_dict": 0.0014972499338909984, - "tests/core/test_sites.py::TestPeriodicSite::test_distance": 0.001528959022834897, - "tests/core/test_sites.py::TestPeriodicSite::test_distance_and_image": 0.001962958020158112, - "tests/core/test_sites.py::TestPeriodicSite::test_distance_from_point": 0.001322499942034483, - "tests/core/test_sites.py::TestPeriodicSite::test_equality": 0.001367041957564652, - "tests/core/test_sites.py::TestPeriodicSite::test_equality_with_label": 0.001359540969133377, - "tests/core/test_sites.py::TestPeriodicSite::test_is_periodic_image": 0.001501833030488342, - "tests/core/test_sites.py::TestPeriodicSite::test_properties": 0.001706375041976571, - "tests/core/test_sites.py::TestPeriodicSite::test_repr": 0.0015662920195609331, - "tests/core/test_sites.py::TestPeriodicSite::test_setters": 0.0016406670329160988, - "tests/core/test_sites.py::TestPeriodicSite::test_to_unit_cell": 0.0014168340130709112, - "tests/core/test_sites.py::TestSite::test_distance": 0.0013730829814448953, - "tests/core/test_sites.py::TestSite::test_gt_lt": 0.001298415008932352, - "tests/core/test_sites.py::TestSite::test_hash": 0.001291082939133048, - "tests/core/test_sites.py::TestSite::test_pickle": 0.0014392930315807462, - "tests/core/test_sites.py::TestSite::test_properties": 0.0015389159671030939, - "tests/core/test_sites.py::TestSite::test_setters": 0.0014512089546769857, - "tests/core/test_sites.py::TestSite::test_as_from_dict": 0.001877165981568396, - "tests/core/test_spectrum.py::TestSpectrum::test_copy": 0.0013414169661700726, - "tests/core/test_spectrum.py::TestSpectrum::test_normalize": 0.0015957080177031457, - "tests/core/test_spectrum.py::TestSpectrum::test_operators": 0.0018646249081939459, - "tests/core/test_spectrum.py::TestSpectrum::test_smear": 0.0020381659851409495, - "tests/core/test_spectrum.py::TestSpectrum::test_str": 0.0026880830409936607, - "tests/core/test_structure.py::TestIMolecule::test_bad_molecule": 0.001815583964344114, - "tests/core/test_structure.py::TestIMolecule::test_break_bond": 0.001601293042767793, - "tests/core/test_structure.py::TestIMolecule::test_default_dict_attrs": 0.0015214579761959612, - "tests/core/test_structure.py::TestIMolecule::test_equal": 0.0017474170308560133, - "tests/core/test_structure.py::TestIMolecule::test_get_angle_dihedral": 0.002700332086533308, - "tests/core/test_structure.py::TestIMolecule::test_get_boxed_structure": 0.006184541969560087, - "tests/core/test_structure.py::TestIMolecule::test_get_centered_molecule": 0.0017840410000644624, - "tests/core/test_structure.py::TestIMolecule::test_get_covalent_bonds": 0.0015172900166362524, - "tests/core/test_structure.py::TestIMolecule::test_get_dist_matrix": 0.0015835410449653864, - "tests/core/test_structure.py::TestIMolecule::test_get_distance": 0.0015421670395880938, - "tests/core/test_structure.py::TestIMolecule::test_get_neighbors": 0.0016068330151028931, - "tests/core/test_structure.py::TestIMolecule::test_get_neighbors_in_shell": 0.0024622089695185423, - "tests/core/test_structure.py::TestIMolecule::test_get_zmatrix": 0.0017532509518787265, - "tests/core/test_structure.py::TestIMolecule::test_no_spin_check": 0.00165275001199916, - "tests/core/test_structure.py::TestIMolecule::test_prop": 0.0019472490530461073, - "tests/core/test_structure.py::TestIMolecule::test_properties": 0.001595791953150183, - "tests/core/test_structure.py::TestIMolecule::test_repr_str": 0.001876375055871904, - "tests/core/test_structure.py::TestIMolecule::test_set_item": 0.0021690830471925437, - "tests/core/test_structure.py::TestIMolecule::test_site_properties": 0.0016464999644085765, - "tests/core/test_structure.py::TestIMolecule::test_as_from_dict": 0.0019554159371182323, + "tests/core/test_periodic_table.py::TestSpecies::test_attr": 0.0010292921215295792, + "tests/core/test_periodic_table.py::TestSpecies::test_cmp": 0.0009976249421015382, + "tests/core/test_periodic_table.py::TestSpecies::test_deepcopy": 0.001028207945637405, + "tests/core/test_periodic_table.py::TestSpecies::test_eq": 0.0010781669989228249, + "tests/core/test_periodic_table.py::TestSpecies::test_get_crystal_field_spin": 0.0016791659872978926, + "tests/core/test_periodic_table.py::TestSpecies::test_get_nmr_mom": 0.0012645409442484379, + "tests/core/test_periodic_table.py::TestSpecies::test_get_shannon_radius": 0.0011022079270333052, + "tests/core/test_periodic_table.py::TestSpecies::test_init": 0.0010904159862548113, + "tests/core/test_periodic_table.py::TestSpecies::test_ionic_radius": 0.001545668113976717, + "tests/core/test_periodic_table.py::TestSpecies::test_no_oxidation_state": 0.0010166671127080917, + "tests/core/test_periodic_table.py::TestSpecies::test_pickle": 0.001822250080294907, + "tests/core/test_periodic_table.py::TestSpecies::test_sort": 0.0012293331092223525, + "tests/core/test_periodic_table.py::TestSpecies::test_stringify": 0.0010991659946739674, + "tests/core/test_periodic_table.py::TestSpecies::test_to_from_str": 0.001147958100773394, + "tests/core/test_periodic_table.py::TestSpecies::test_to_from_string": 0.001370625977870077, + "tests/core/test_periodic_table.py::test_element_type": 0.00013412500265985727, + "tests/core/test_periodic_table.py::test_get_el_sp": 0.00026333308778703213, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Ca+-Ca-1]": 0.0002069990150630474, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Fe-Fe-None]": 0.00021995813585817814, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Fe2+-Fe-2]": 0.00021370803005993366, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[N--N--1]": 0.00020241807214915752, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Na0+-Na-0]": 0.00020304194185882807, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Na0--Na-0]": 0.00019962387159466743, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[O2--O--2]": 0.00020437489729374647, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[P5+-P-5]": 0.00019529194105416536, + "tests/core/test_periodic_table.py::test_symbol_oxi_state_str[Te3+-Te-3]": 0.0001967080170288682, + "tests/core/test_settings.py::test_load_settings": 0.0026169579941779375, + "tests/core/test_sites.py::TestPeriodicSite::test_as_from_dict": 0.001319000031799078, + "tests/core/test_sites.py::TestPeriodicSite::test_distance": 0.0013782089808955789, + "tests/core/test_sites.py::TestPeriodicSite::test_distance_and_image": 0.001689000055193901, + "tests/core/test_sites.py::TestPeriodicSite::test_distance_from_point": 0.0012228329433128238, + "tests/core/test_sites.py::TestPeriodicSite::test_equality": 0.0012170840054750443, + "tests/core/test_sites.py::TestPeriodicSite::test_equality_with_label": 0.001120998989790678, + "tests/core/test_sites.py::TestPeriodicSite::test_is_periodic_image": 0.0011395831825211644, + "tests/core/test_sites.py::TestPeriodicSite::test_properties": 0.001065207994543016, + "tests/core/test_sites.py::TestPeriodicSite::test_repr": 0.001083499868400395, + "tests/core/test_sites.py::TestPeriodicSite::test_setters": 0.001246415893547237, + "tests/core/test_sites.py::TestPeriodicSite::test_str": 0.0016003339551389217, + "tests/core/test_sites.py::TestPeriodicSite::test_to_unit_cell": 0.001417707884684205, + "tests/core/test_sites.py::TestSite::test_as_from_dict": 0.0016748759662732482, + "tests/core/test_sites.py::TestSite::test_distance": 0.0012147078523412347, + "tests/core/test_sites.py::TestSite::test_gt_lt": 0.001175625016912818, + "tests/core/test_sites.py::TestSite::test_hash": 0.0010831659892573953, + "tests/core/test_sites.py::TestSite::test_pickle": 0.0011966668535023928, + "tests/core/test_sites.py::TestSite::test_properties": 0.001161749940365553, + "tests/core/test_sites.py::TestSite::test_setters": 0.0013427489902824163, + "tests/core/test_spectrum.py::TestSpectrum::test_copy": 0.0011019159574061632, + "tests/core/test_spectrum.py::TestSpectrum::test_normalize": 0.0011256251018494368, + "tests/core/test_spectrum.py::TestSpectrum::test_operators": 0.00138262496329844, + "tests/core/test_spectrum.py::TestSpectrum::test_smear": 0.0017126661259680986, + "tests/core/test_spectrum.py::TestSpectrum::test_str": 0.0026414591120555997, + "tests/core/test_structure.py::TestIMolecule::test_as_from_dict": 0.001900334027595818, + "tests/core/test_structure.py::TestIMolecule::test_bad_molecule": 0.001418250030837953, + "tests/core/test_structure.py::TestIMolecule::test_break_bond": 0.0013420410687103868, + "tests/core/test_structure.py::TestIMolecule::test_default_dict_attrs": 0.0013203739654272795, + "tests/core/test_structure.py::TestIMolecule::test_equal": 0.0013252079952508211, + "tests/core/test_structure.py::TestIMolecule::test_get_angle_dihedral": 0.0013887920649722219, + "tests/core/test_structure.py::TestIMolecule::test_get_boxed_structure": 0.01006487407721579, + "tests/core/test_structure.py::TestIMolecule::test_get_centered_molecule": 0.0016756249824538827, + "tests/core/test_structure.py::TestIMolecule::test_get_covalent_bonds": 0.0015583329368382692, + "tests/core/test_structure.py::TestIMolecule::test_get_dist_matrix": 0.0014702489133924246, + "tests/core/test_structure.py::TestIMolecule::test_get_distance": 0.0013796660350635648, + "tests/core/test_structure.py::TestIMolecule::test_get_neighbors": 0.0013773749815300107, + "tests/core/test_structure.py::TestIMolecule::test_get_neighbors_in_shell": 0.0013723749434575438, + "tests/core/test_structure.py::TestIMolecule::test_get_zmatrix": 0.0014485830906778574, + "tests/core/test_structure.py::TestIMolecule::test_no_spin_check": 0.0016790828667581081, + "tests/core/test_structure.py::TestIMolecule::test_prop": 0.0017939578974619508, + "tests/core/test_structure.py::TestIMolecule::test_properties": 0.0013837089063599706, + "tests/core/test_structure.py::TestIMolecule::test_properties_dict": 0.0013510819990187883, + "tests/core/test_structure.py::TestIMolecule::test_repr_str": 0.001364541007205844, + "tests/core/test_structure.py::TestIMolecule::test_set_item": 0.001623749965801835, + "tests/core/test_structure.py::TestIMolecule::test_site_properties": 0.0013509589480236173, + "tests/core/test_structure.py::TestIMolecule::test_to_file_alias": 0.002376624965108931, + "tests/core/test_structure.py::TestIMolecule::test_to_from_file_str": 0.02236566599458456, "tests/core/test_structure.py::TestIMolecule::test_to_from_file_string": 0.015290040930267423, - "tests/core/test_structure.py::TestIStructure::test_as_dataframe": 0.002099001023452729, - "tests/core/test_structure.py::TestIStructure::test_as_dict": 0.0021654589800164104, - "tests/core/test_structure.py::TestIStructure::test_bad_structure": 0.001541875011753291, - "tests/core/test_structure.py::TestIStructure::test_coincide_sites": 0.002444583980832249, - "tests/core/test_structure.py::TestIStructure::test_copy": 0.0016628329758532345, - "tests/core/test_structure.py::TestIStructure::test_equal": 0.002092833979986608, - "tests/core/test_structure.py::TestIStructure::test_fractional_occupations": 0.0015041260630823672, - "tests/core/test_structure.py::TestIStructure::test_from_dict": 0.001787623972631991, - "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_and_get_neighbors": 0.004425040970090777, - "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_equal": 0.025913541030604392, - "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_outside_cell": 0.0020799580379389226, - "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_small_cutoff": 0.0018815839430317283, - "tests/core/test_structure.py::TestIStructure::test_get_dist_matrix": 0.0015660410281270742, - "tests/core/test_structure.py::TestIStructure::test_get_distance": 0.0015146239893510938, - "tests/core/test_structure.py::TestIStructure::test_get_miller_index": 0.001564666978083551, - "tests/core/test_structure.py::TestIStructure::test_get_neighbor_list": 0.004266333009582013, - "tests/core/test_structure.py::TestIStructure::test_get_orderings": 0.0015990830725058913, - "tests/core/test_structure.py::TestIStructure::test_get_primitive_structure": 0.0037340010167099535, - "tests/core/test_structure.py::TestIStructure::test_get_sorted_structure": 0.0015985829522833228, - "tests/core/test_structure.py::TestIStructure::test_get_space_group_data": 0.001677958993241191, - "tests/core/test_structure.py::TestIStructure::test_get_symmetric_neighbor_list": 0.06353579100687057, - "tests/core/test_structure.py::TestIStructure::test_interpolate": 0.010218083974905312, - "tests/core/test_structure.py::TestIStructure::test_interpolate_lattice": 0.0019767500343732536, - "tests/core/test_structure.py::TestIStructure::test_interpolate_lattice_rotation": 0.0016187080182135105, - "tests/core/test_structure.py::TestIStructure::test_labeled_structure": 0.0014187490451149642, - "tests/core/test_structure.py::TestIStructure::test_matches": 0.004327709029894322, - "tests/core/test_structure.py::TestIStructure::test_pbc": 0.001545458973851055, - "tests/core/test_structure.py::TestIStructure::test_primitive_cell_site_merging": 0.001991167024243623, - "tests/core/test_structure.py::TestIStructure::test_primitive_on_large_supercell": 0.005134041013661772, - "tests/core/test_structure.py::TestIStructure::test_primitive_positions": 0.0029509999440051615, - "tests/core/test_structure.py::TestIStructure::test_primitive_structure_volume_check": 0.0020621659932658076, - "tests/core/test_structure.py::TestIStructure::test_site_properties": 0.001508625049609691, - "tests/core/test_structure.py::TestIStructure::test_sites_setter": 0.0014386249822564423, - "tests/core/test_structure.py::TestIStructure::test_specie_init": 0.0014592919615097344, + "tests/core/test_structure.py::TestIStructure::test_alphabetical_formula": 0.0033247091341763735, + "tests/core/test_structure.py::TestIStructure::test_as_dataframe": 0.0032180838752537966, + "tests/core/test_structure.py::TestIStructure::test_as_dict": 0.0033717500045895576, + "tests/core/test_structure.py::TestIStructure::test_bad_structure": 0.003008084138855338, + "tests/core/test_structure.py::TestIStructure::test_coincide_sites": 0.002828917116858065, + "tests/core/test_structure.py::TestIStructure::test_copy": 0.0029410000424832106, + "tests/core/test_structure.py::TestIStructure::test_density": 0.0028386670164763927, + "tests/core/test_structure.py::TestIStructure::test_elements": 0.002634751028381288, + "tests/core/test_structure.py::TestIStructure::test_equal": 0.003373415907844901, + "tests/core/test_structure.py::TestIStructure::test_formula": 0.0027403341373428702, + "tests/core/test_structure.py::TestIStructure::test_fractional_occupations": 0.002594584017060697, + "tests/core/test_structure.py::TestIStructure::test_from_dict": 0.0031077080639079213, + "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_and_get_neighbors": 0.005781417014077306, + "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_equal": 0.028946000151336193, + "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_outside_cell": 0.0033916679676622152, + "tests/core/test_structure.py::TestIStructure::test_get_all_neighbors_small_cutoff": 0.003232331946492195, + "tests/core/test_structure.py::TestIStructure::test_get_dist_matrix": 0.0027458330150693655, + "tests/core/test_structure.py::TestIStructure::test_get_distance": 0.002758209011517465, + "tests/core/test_structure.py::TestIStructure::test_get_miller_index": 0.002832625061273575, + "tests/core/test_structure.py::TestIStructure::test_get_neighbor_list": 0.0058821659768000245, + "tests/core/test_structure.py::TestIStructure::test_get_orderings": 0.0011254568817093968, + "tests/core/test_structure.py::TestIStructure::test_get_primitive_structure": 0.0049807908944785595, + "tests/core/test_structure.py::TestIStructure::test_get_sorted_structure": 0.0028342079604044557, + "tests/core/test_structure.py::TestIStructure::test_get_space_group_data": 0.0026294569252058864, + "tests/core/test_structure.py::TestIStructure::test_get_symmetric_neighbor_list": 0.07319925003685057, + "tests/core/test_structure.py::TestIStructure::test_interpolate": 0.013815126963891089, + "tests/core/test_structure.py::TestIStructure::test_interpolate_lattice": 0.004761334042996168, + "tests/core/test_structure.py::TestIStructure::test_interpolate_lattice_rotation": 0.0038133750203996897, + "tests/core/test_structure.py::TestIStructure::test_labeled_structure": 0.0026772929122671485, + "tests/core/test_structure.py::TestIStructure::test_matches": 0.00618158292490989, + "tests/core/test_structure.py::TestIStructure::test_pbc": 0.0028859160374850035, + "tests/core/test_structure.py::TestIStructure::test_primitive_cell_site_merging": 0.0036512090591713786, + "tests/core/test_structure.py::TestIStructure::test_primitive_on_large_supercell": 0.007315042079426348, + "tests/core/test_structure.py::TestIStructure::test_primitive_positions": 0.004377293051220477, + "tests/core/test_structure.py::TestIStructure::test_primitive_structure_volume_check": 0.0034630009904503822, + "tests/core/test_structure.py::TestIStructure::test_primitive_with_constrained_lattice": 0.01175833202432841, + "tests/core/test_structure.py::TestIStructure::test_primitive_with_similar_constraints": 0.05972533510066569, + "tests/core/test_structure.py::TestIStructure::test_properties_dict": 0.0031510840635746717, + "tests/core/test_structure.py::TestIStructure::test_reduced_formula": 0.0029607919277623296, + "tests/core/test_structure.py::TestIStructure::test_site_properties": 0.002629708149470389, + "tests/core/test_structure.py::TestIStructure::test_sites_setter": 0.0026580829871818423, + "tests/core/test_structure.py::TestIStructure::test_specie_init": 0.002760667121037841, + "tests/core/test_structure.py::TestIStructure::test_to_file_alias": 0.0034945420920848846, + "tests/core/test_structure.py::TestIStructure::test_to_from_file_and_string": 0.1347798330243677, "tests/core/test_structure.py::TestIStructure::test_to_from_file_string": 0.0749361669877544, + "tests/core/test_structure.py::TestIStructure::test_volume": 0.003345916047692299, "tests/core/test_structure.py::TestIStructure::test_volume_and_density": 0.002206374949309975, + "tests/core/test_structure.py::TestMolecule::test_add_remove_site_property": 0.0015662501100450754, "tests/core/test_structure.py::TestMolecule::test_add_site_property": 0.001756291021592915, - "tests/core/test_structure.py::TestMolecule::test_apply_operation": 0.0016294580418616533, - "tests/core/test_structure.py::TestMolecule::test_calculate_ase_mol": 0.0024577919975854456, - "tests/core/test_structure.py::TestMolecule::test_calculate_gfnxtb": 0.0001289580250158906, - "tests/core/test_structure.py::TestMolecule::test_extract_cluster": 0.0022271659690886736, - "tests/core/test_structure.py::TestMolecule::test_insert_remove_append": 0.0018256259500049055, - "tests/core/test_structure.py::TestMolecule::test_mutable_sequence_methods": 0.0017834570026025176, - "tests/core/test_structure.py::TestMolecule::test_no_spin_check": 0.0016348750796169043, - "tests/core/test_structure.py::TestMolecule::test_relax_ase_mol": 0.00900712498696521, - "tests/core/test_structure.py::TestMolecule::test_relax_ase_mol_return_traj": 0.006231041974388063, - "tests/core/test_structure.py::TestMolecule::test_relax_gfnxtb": 0.00013875000877305865, - "tests/core/test_structure.py::TestMolecule::test_replace_species": 0.0018936669803224504, - "tests/core/test_structure.py::TestMolecule::test_rotate_sites": 0.0017342490027658641, - "tests/core/test_structure.py::TestMolecule::test_substitute": 0.005597625044174492, - "tests/core/test_structure.py::TestMolecule::test_as_from_dict": 0.0021212499705143273, + "tests/core/test_structure.py::TestMolecule::test_apply_operation": 0.0014787500258535147, + "tests/core/test_structure.py::TestMolecule::test_as_from_dict": 0.0016682909335941076, + "tests/core/test_structure.py::TestMolecule::test_calculate_ase_mol": 0.0016157489735633135, + "tests/core/test_structure.py::TestMolecule::test_calculate_gfnxtb": 0.00010724994353950024, + "tests/core/test_structure.py::TestMolecule::test_extract_cluster": 0.00166637497022748, + "tests/core/test_structure.py::TestMolecule::test_from_sites": 0.0016077079344540834, + "tests/core/test_structure.py::TestMolecule::test_insert_remove_append": 0.0014247499639168382, + "tests/core/test_structure.py::TestMolecule::test_mutable_sequence_methods": 0.0015409179031848907, + "tests/core/test_structure.py::TestMolecule::test_no_spin_check": 0.0013966249534860253, + "tests/core/test_structure.py::TestMolecule::test_relax_ase_mol": 0.0015586240915581584, + "tests/core/test_structure.py::TestMolecule::test_relax_ase_mol_return_traj": 0.0015089170774444938, + "tests/core/test_structure.py::TestMolecule::test_relax_gfnxtb": 0.00012195808812975883, + "tests/core/test_structure.py::TestMolecule::test_replace_species": 0.0016042920760810375, + "tests/core/test_structure.py::TestMolecule::test_rotate_sites": 0.0015949150547385216, + "tests/core/test_structure.py::TestMolecule::test_set_charge_and_spin": 0.0013838339364156127, + "tests/core/test_structure.py::TestMolecule::test_substitute": 0.005754249985329807, + "tests/core/test_structure.py::TestMolecule::test_to_ase_atoms": 0.001580249983817339, + "tests/core/test_structure.py::TestMolecule::test_to_from_file_str": 0.0027819169918075204, "tests/core/test_structure.py::TestMolecule::test_to_from_file_string": 0.0029606670141220093, - "tests/core/test_structure.py::TestMolecule::test_translate_sites": 0.0019293749937787652, - "tests/core/test_structure.py::TestNeighbor::test_msonable": 0.0021466249600052834, - "tests/core/test_structure.py::TestNeighbor::test_neighbor_labels": 0.0014545419835485518, - "tests/core/test_structure.py::TestStructure::test_add_oxidation_state_by_element": 0.06694620900088921, + "tests/core/test_structure.py::TestMolecule::test_translate_sites": 0.0014848740538582206, + "tests/core/test_structure.py::TestNeighbor::test_msonable": 0.002060958184301853, + "tests/core/test_structure.py::TestNeighbor::test_neighbor_labels": 0.001109291217289865, + "tests/core/test_structure.py::TestStructure::test_add_oxidation_state_by_element": 0.07452216604724526, + "tests/core/test_structure.py::TestStructure::test_add_oxidation_state_by_guess": 0.0026459170039743185, "tests/core/test_structure.py::TestStructure::test_add_oxidation_states_by_guess": 0.002574582991655916, - "tests/core/test_structure.py::TestStructure::test_add_oxidation_states_by_site": 0.0022316250251606107, - "tests/core/test_structure.py::TestStructure::test_add_remove_site_property": 0.002218457986600697, - "tests/core/test_structure.py::TestStructure::test_add_remove_spin_states": 0.005723124020732939, - "tests/core/test_structure.py::TestStructure::test_another_supercell": 0.0027532920939847827, - "tests/core/test_structure.py::TestStructure::test_append_insert_remove_replace_substitute": 0.003830667003057897, - "tests/core/test_structure.py::TestStructure::test_apply_operation": 0.0023605420137755573, - "tests/core/test_structure.py::TestStructure::test_apply_strain": 0.0024083740427158773, - "tests/core/test_structure.py::TestStructure::test_calculate_ase": 0.004307249910198152, - "tests/core/test_structure.py::TestStructure::test_calculate_chgnet": 0.1104310829541646, - "tests/core/test_structure.py::TestStructure::test_calculate_m3gnet": 0.2101247920654714, - "tests/core/test_structure.py::TestStructure::test_charge": 0.004793790983967483, - "tests/core/test_structure.py::TestStructure::test_default_dict_attrs": 0.008194666996132582, - "tests/core/test_structure.py::TestStructure::test_disordered_supercell_primitive_cell": 0.003008333034813404, - "tests/core/test_structure.py::TestStructure::test_extract_cluster": 0.012694499979261309, - "tests/core/test_structure.py::TestStructure::test_from_magnetic_spacegroup": 0.010344083071686327, - "tests/core/test_structure.py::TestStructure::test_from_prototype": 0.30270229099551216, - "tests/core/test_structure.py::TestStructure::test_from_sites": 0.0022978759952820837, - "tests/core/test_structure.py::TestStructure::test_from_spacegroup": 0.01952862396137789, - "tests/core/test_structure.py::TestStructure::test_init_error": 0.0022710420307703316, - "tests/core/test_structure.py::TestStructure::test_make_supercell": 0.0035103740519843996, - "tests/core/test_structure.py::TestStructure::test_make_supercell_labeled": 0.0022645839489996433, - "tests/core/test_structure.py::TestStructure::test_merge_sites": 0.008738208969589323, - "tests/core/test_structure.py::TestStructure::test_mul": 0.0025491660344414413, - "tests/core/test_structure.py::TestStructure::test_mutable_sequence_methods": 0.0023654590477235615, - "tests/core/test_structure.py::TestStructure::test_not_hashable": 0.0022048329701647162, - "tests/core/test_structure.py::TestStructure::test_perturb": 0.0026005010004155338, - "tests/core/test_structure.py::TestStructure::test_propertied_structure": 0.002392248949036002, - "tests/core/test_structure.py::TestStructure::test_properties": 0.0028182510286569595, - "tests/core/test_structure.py::TestStructure::test_relax_ase": 0.005340166040696204, - "tests/core/test_structure.py::TestStructure::test_relax_ase_opt_kwargs": 0.024058167007751763, - "tests/core/test_structure.py::TestStructure::test_relax_ase_return_traj": 0.04309099999954924, - "tests/core/test_structure.py::TestStructure::test_relax_chgnet": 0.06905166601063684, - "tests/core/test_structure.py::TestStructure::test_relax_m3gnet": 0.05212483403738588, - "tests/core/test_structure.py::TestStructure::test_relax_m3gnet_fixed_lattice": 0.03389462502673268, - "tests/core/test_structure.py::TestStructure::test_relax_m3gnet_with_traj": 0.05168779205996543, - "tests/core/test_structure.py::TestStructure::test_remove_oxidation_states": 0.00273162400117144, - "tests/core/test_structure.py::TestStructure::test_rotate_sites": 0.002739165967795998, - "tests/core/test_structure.py::TestStructure::test_scale_lattice": 0.0026451669982634485, - "tests/core/test_structure.py::TestStructure::test_set_item": 0.0025306660099886358, - "tests/core/test_structure.py::TestStructure::test_sort": 0.0024688339908607304, - "tests/core/test_structure.py::TestStructure::test_species": 0.002856582053937018, - "tests/core/test_structure.py::TestStructure::test_to_from_abivars": 0.0029863339732401073, - "tests/core/test_structure.py::TestStructure::test_as_from_dict": 0.002505542943254113, + "tests/core/test_structure.py::TestStructure::test_add_oxidation_states_by_site": 0.0021695828763768077, + "tests/core/test_structure.py::TestStructure::test_add_remove_site_property": 0.002047749003395438, + "tests/core/test_structure.py::TestStructure::test_add_remove_spin_states": 0.0056613319320604205, + "tests/core/test_structure.py::TestStructure::test_another_supercell": 0.0025833338731899858, + "tests/core/test_structure.py::TestStructure::test_append_insert_remove_replace_substitute": 0.0044284999603405595, + "tests/core/test_structure.py::TestStructure::test_apply_operation": 0.002338542020879686, + "tests/core/test_structure.py::TestStructure::test_apply_strain": 0.0024850410409271717, + "tests/core/test_structure.py::TestStructure::test_as_from_dict": 0.002218332956545055, + "tests/core/test_structure.py::TestStructure::test_calculate_ase": 0.002328417031094432, + "tests/core/test_structure.py::TestStructure::test_calculate_chgnet": 0.005383208976127207, + "tests/core/test_structure.py::TestStructure::test_calculate_m3gnet": 0.00010270893108099699, + "tests/core/test_structure.py::TestStructure::test_charge": 0.004876500926911831, + "tests/core/test_structure.py::TestStructure::test_default_dict_attrs": 0.002379625104367733, + "tests/core/test_structure.py::TestStructure::test_disordered_supercell_primitive_cell": 0.0029336659936234355, + "tests/core/test_structure.py::TestStructure::test_extract_cluster": 0.011408207123167813, + "tests/core/test_structure.py::TestStructure::test_from_magnetic_spacegroup": 0.027082915999926627, + "tests/core/test_structure.py::TestStructure::test_from_prototype": 0.32908700103871524, + "tests/core/test_structure.py::TestStructure::test_from_sites": 0.0023874997859820724, + "tests/core/test_structure.py::TestStructure::test_from_spacegroup": 0.021348666050471365, + "tests/core/test_structure.py::TestStructure::test_init_error": 0.0023537088418379426, + "tests/core/test_structure.py::TestStructure::test_make_supercell": 0.0036137509159743786, + "tests/core/test_structure.py::TestStructure::test_make_supercell_labeled": 0.0023014991311356425, + "tests/core/test_structure.py::TestStructure::test_merge_sites": 0.00969329196959734, + "tests/core/test_structure.py::TestStructure::test_mul": 0.0027207907987758517, + "tests/core/test_structure.py::TestStructure::test_mutable_sequence_methods": 0.0023783340584486723, + "tests/core/test_structure.py::TestStructure::test_not_hashable": 0.002185499994084239, + "tests/core/test_structure.py::TestStructure::test_perturb": 0.0023798339534550905, + "tests/core/test_structure.py::TestStructure::test_propertied_structure": 0.002891833079047501, + "tests/core/test_structure.py::TestStructure::test_properties": 0.002758749993517995, + "tests/core/test_structure.py::TestStructure::test_relabel_sites": 0.002177666057832539, + "tests/core/test_structure.py::TestStructure::test_relax_ase": 0.002355000004172325, + "tests/core/test_structure.py::TestStructure::test_relax_ase_opt_kwargs": 0.002497750916518271, + "tests/core/test_structure.py::TestStructure::test_relax_ase_return_traj": 0.0021582498447969556, + "tests/core/test_structure.py::TestStructure::test_relax_chgnet": 0.0023451250744983554, + "tests/core/test_structure.py::TestStructure::test_relax_m3gnet": 9.854207746684551e-05, + "tests/core/test_structure.py::TestStructure::test_relax_m3gnet_fixed_lattice": 7.791700772941113e-05, + "tests/core/test_structure.py::TestStructure::test_relax_m3gnet_with_traj": 7.187400478869677e-05, + "tests/core/test_structure.py::TestStructure::test_remove_oxidation_states": 0.0024143329355865717, + "tests/core/test_structure.py::TestStructure::test_replace": 0.0022557908669114113, + "tests/core/test_structure.py::TestStructure::test_replace_species": 0.002345166984014213, + "tests/core/test_structure.py::TestStructure::test_replace_species_labels": 0.0020753348944708705, + "tests/core/test_structure.py::TestStructure::test_rotate_sites": 0.014994542114436626, + "tests/core/test_structure.py::TestStructure::test_scale_lattice": 0.0024197499733418226, + "tests/core/test_structure.py::TestStructure::test_set_item": 0.0024317498318850994, + "tests/core/test_structure.py::TestStructure::test_sort": 0.0022435010178014636, + "tests/core/test_structure.py::TestStructure::test_species": 0.0022040408803150058, + "tests/core/test_structure.py::TestStructure::test_struct_with_isotope": 0.006663709064014256, + "tests/core/test_structure.py::TestStructure::test_to_ase_atoms": 0.002523000934161246, + "tests/core/test_structure.py::TestStructure::test_to_conventional": 0.013114167028106749, + "tests/core/test_structure.py::TestStructure::test_to_from_abivars": 0.0026279579615220428, + "tests/core/test_structure.py::TestStructure::test_to_from_file_str": 0.031942541943863034, "tests/core/test_structure.py::TestStructure::test_to_from_file_string": 0.014112999953795224, - "tests/core/test_structure.py::TestStructure::test_translate_sites": 0.0026314989663660526, - "tests/core/test_structure.py::TestStructure::test_vesta_lattice_matrix": 0.017052043054718524, - "tests/core/test_surface.py::MillerIndexFinderTests::test_generate_all_slabs": 5.96175137499813, - "tests/core/test_surface.py::MillerIndexFinderTests::test_get_symmetrically_distinct_miller_indices": 0.18912275100592524, - "tests/core/test_surface.py::MillerIndexFinderTests::test_get_symmetrically_equivalent_miller_indices": 0.03645675099687651, - "tests/core/test_surface.py::MillerIndexFinderTests::test_miller_index_from_sites": 0.005936750036198646, - "tests/core/test_surface.py::ReconstructionGeneratorTests::test_build_slab": 0.27947795804357156, - "tests/core/test_surface.py::ReconstructionGeneratorTests::test_get_d": 0.04368099995190278, - "tests/core/test_surface.py::ReconstructionGeneratorTests::test_previous_reconstructions": 0.0017328329267911613, - "tests/core/test_surface.py::TestSlab::test_add_adsorbate_atom": 0.004766748985275626, - "tests/core/test_surface.py::TestSlab::test_as_dict": 0.05603945901384577, - "tests/core/test_surface.py::TestSlab::test_as_from_dict": 0.004752333043143153, - "tests/core/test_surface.py::TestSlab::test_dipole_and_is_polar": 0.006378124991897494, - "tests/core/test_surface.py::TestSlab::test_get_slab_regions": 0.16320583398919553, - "tests/core/test_surface.py::TestSlab::test_get_sorted_structure": 0.004253082966897637, - "tests/core/test_surface.py::TestSlab::test_get_symmetric_sites": 2.135133375006262, - "tests/core/test_surface.py::TestSlab::test_init": 0.005346624995581806, - "tests/core/test_surface.py::TestSlab::test_methods": 0.0039006679435260594, - "tests/core/test_surface.py::TestSlab::test_oriented_unit_cell": 1.5566850409959443, - "tests/core/test_surface.py::TestSlab::test_surface_sites_and_symmetry": 2.083607039996423, - "tests/core/test_surface.py::TestSlab::test_symmetrization": 3.5949048749753274, - "tests/core/test_surface.py::TestSlabGenerator::test_bonds_broken": 0.04925375001039356, - "tests/core/test_surface.py::TestSlabGenerator::test_get_orthogonal_c_slab": 0.07619654200971127, - "tests/core/test_surface.py::TestSlabGenerator::test_get_orthogonal_c_slab_site_props": 0.0737915009376593, - "tests/core/test_surface.py::TestSlabGenerator::test_get_slab": 1.1129394180024974, - "tests/core/test_surface.py::TestSlabGenerator::test_get_slabs": 0.6161378750111908, - "tests/core/test_surface.py::TestSlabGenerator::test_get_tasker2_slabs": 0.0742877500015311, - "tests/core/test_surface.py::TestSlabGenerator::test_move_to_other_side": 0.8720399169833399, - "tests/core/test_surface.py::TestSlabGenerator::test_non_stoichiometric_symmetrized_slab": 3.6920437510707416, - "tests/core/test_surface.py::TestSlabGenerator::test_normal_search": 0.42782758397515863, - "tests/core/test_surface.py::TestSlabGenerator::test_triclinic_TeI": 0.2443105829297565, - "tests/core/test_tensors.py::TestSquareTensor::test_get_scaled": 0.0019302499713376164, - "tests/core/test_tensors.py::TestSquareTensor::test_is_rotation": 0.0016781669692136347, - "tests/core/test_tensors.py::TestSquareTensor::test_new": 0.0016846239450387657, - "tests/core/test_tensors.py::TestSquareTensor::test_polar_decomposition": 0.0015970850363373756, - "tests/core/test_tensors.py::TestSquareTensor::test_properties": 0.001945542055182159, - "tests/core/test_tensors.py::TestSquareTensor::test_refine_rotation": 0.0017161670257337391, - "tests/core/test_tensors.py::TestSquareTensor::test_serialization": 0.0017735000001266599, - "tests/core/test_tensors.py::TestTensor::test_convert_to_ieee": 0.047480625042226166, - "tests/core/test_tensors.py::TestTensor::test_einsum_sequence": 0.003108791948761791, - "tests/core/test_tensors.py::TestTensor::test_fit_to_structure": 0.005026875005569309, - "tests/core/test_tensors.py::TestTensor::test_from_values_indices": 0.06821520795347169, - "tests/core/test_tensors.py::TestTensor::test_from_voigt": 0.003068207937758416, - "tests/core/test_tensors.py::TestTensor::test_is_fit_to_structure": 0.006849083001725376, - "tests/core/test_tensors.py::TestTensor::test_is_symmetric": 0.0030454579973593354, - "tests/core/test_tensors.py::TestTensor::test_new": 0.00263841706328094, - "tests/core/test_tensors.py::TestTensor::test_populate": 3.652060459018685, - "tests/core/test_tensors.py::TestTensor::test_projection_methods": 0.0075330399558879435, - "tests/core/test_tensors.py::TestTensor::test_rotate": 0.003129292046651244, - "tests/core/test_tensors.py::TestTensor::test_round": 0.0027328329160809517, - "tests/core/test_tensors.py::TestTensor::test_serialization": 0.0028856260469183326, - "tests/core/test_tensors.py::TestTensor::test_structure_transform": 0.03984324896009639, - "tests/core/test_tensors.py::TestTensor::test_summary_methods": 0.0032162080169655383, - "tests/core/test_tensors.py::TestTensor::test_symmetrized": 0.0029820430208928883, - "tests/core/test_tensors.py::TestTensor::test_symmetry_reduce": 0.025934248988050967, - "tests/core/test_tensors.py::TestTensor::test_tensor_mapping": 0.02645758300786838, - "tests/core/test_tensors.py::TestTensor::test_transform": 0.0028825830668210983, - "tests/core/test_tensors.py::TestTensor::test_zeroed": 0.0029603339498862624, - "tests/core/test_tensors.py::TestTensorCollection::test_list_based_functions": 0.26492549997055903, - "tests/core/test_tensors.py::TestTensorCollection::test_serialization": 0.003815124975517392, - "tests/core/test_trajectory.py::TestTrajectory::test_conversion": 3.3304930420126766, - "tests/core/test_trajectory.py::TestTrajectory::test_displacements": 0.14612679101992399, - "tests/core/test_trajectory.py::TestTrajectory::test_extend": 3.758916458056774, - "tests/core/test_trajectory.py::TestTrajectory::test_extend_frame_props": 0.128485958033707, - "tests/core/test_trajectory.py::TestTrajectory::test_extend_site_props": 0.126562042045407, - "tests/core/test_trajectory.py::TestTrajectory::test_frame_properties": 0.12813537498004735, - "tests/core/test_trajectory.py::TestTrajectory::test_length": 0.12787291698623449, - "tests/core/test_trajectory.py::TestTrajectory::test_list_slice": 0.22406041604699567, - "tests/core/test_trajectory.py::TestTrajectory::test_single_index_slice": 0.32416116597596556, - "tests/core/test_trajectory.py::TestTrajectory::test_site_properties": 0.35877595795318484, - "tests/core/test_trajectory.py::TestTrajectory::test_slice": 2.768072416947689, - "tests/core/test_trajectory.py::TestTrajectory::test_as_from_dict": 0.12875483295647427, - "tests/core/test_trajectory.py::TestTrajectory::test_variable_lattice": 0.14136820705607533, - "tests/core/test_trajectory.py::TestTrajectory::test_xdatcar_write": 3.4243448760244064, + "tests/core/test_structure.py::TestStructure::test_to_primitive": 0.01396670809481293, + "tests/core/test_structure.py::TestStructure::test_translate_sites": 0.002645375090651214, + "tests/core/test_structure.py::TestStructure::test_vesta_lattice_matrix": 0.050474417046643794, + "tests/core/test_surface.py::MillerIndexFinderTests::test_generate_all_slabs": 3.0559060839004815, + "tests/core/test_surface.py::MillerIndexFinderTests::test_get_symmetrically_distinct_miller_indices": 0.2085625830804929, + "tests/core/test_surface.py::MillerIndexFinderTests::test_get_symmetrically_equivalent_miller_indices": 0.039960334077477455, + "tests/core/test_surface.py::MillerIndexFinderTests::test_miller_index_from_sites": 0.006802000920288265, + "tests/core/test_surface.py::ReconstructionGeneratorTests::test_build_slab": 0.8923275829292834, + "tests/core/test_surface.py::ReconstructionGeneratorTests::test_get_d": 0.14080316701438278, + "tests/core/test_surface.py::ReconstructionGeneratorTests::test_previous_reconstructions": 0.001733084092848003, + "tests/core/test_surface.py::TestSlab::test_add_adsorbate_atom": 0.006185709149576724, + "tests/core/test_surface.py::TestSlab::test_as_dict": 0.04791124910116196, + "tests/core/test_surface.py::TestSlab::test_as_from_dict": 0.004750791937112808, + "tests/core/test_surface.py::TestSlab::test_dipole_and_is_polar": 0.006797583075240254, + "tests/core/test_surface.py::TestSlab::test_get_slab_regions": 0.1623936661053449, + "tests/core/test_surface.py::TestSlab::test_get_sorted_structure": 0.004375917022116482, + "tests/core/test_surface.py::TestSlab::test_get_symmetric_sites": 3.271117459051311, + "tests/core/test_surface.py::TestSlab::test_init": 0.005897959927096963, + "tests/core/test_surface.py::TestSlab::test_methods": 0.0040645410772413015, + "tests/core/test_surface.py::TestSlab::test_oriented_unit_cell": 2.1045598330674693, + "tests/core/test_surface.py::TestSlab::test_surface_sites_and_symmetry": 1.7349007918965071, + "tests/core/test_surface.py::TestSlab::test_symmetrization": 5.5000431661028415, + "tests/core/test_surface.py::TestSlabGenerator::test_bonds_broken": 0.071895168046467, + "tests/core/test_surface.py::TestSlabGenerator::test_get_orthogonal_c_slab": 0.08218370797112584, + "tests/core/test_surface.py::TestSlabGenerator::test_get_orthogonal_c_slab_site_props": 0.08692266698926687, + "tests/core/test_surface.py::TestSlabGenerator::test_get_slab": 0.06529804214369506, + "tests/core/test_surface.py::TestSlabGenerator::test_get_slabs": 0.6335428759921342, + "tests/core/test_surface.py::TestSlabGenerator::test_get_tasker2_slabs": 0.09435183403547853, + "tests/core/test_surface.py::TestSlabGenerator::test_move_to_other_side": 0.7571714989608154, + "tests/core/test_surface.py::TestSlabGenerator::test_non_stoichiometric_symmetrized_slab": 7.296198124997318, + "tests/core/test_surface.py::TestSlabGenerator::test_normal_search": 0.5328637911006808, + "tests/core/test_surface.py::TestSlabGenerator::test_triclinic_TeI": 0.26505941699724644, + "tests/core/test_tensors.py::TestSquareTensor::test_get_scaled": 0.0015864589950069785, + "tests/core/test_tensors.py::TestSquareTensor::test_is_rotation": 0.0014400410000234842, + "tests/core/test_tensors.py::TestSquareTensor::test_new": 0.0014180830912664533, + "tests/core/test_tensors.py::TestSquareTensor::test_polar_decomposition": 0.0014647498028352857, + "tests/core/test_tensors.py::TestSquareTensor::test_properties": 0.0018092510290443897, + "tests/core/test_tensors.py::TestSquareTensor::test_refine_rotation": 0.0015761239919811487, + "tests/core/test_tensors.py::TestSquareTensor::test_serialization": 0.0015925001353025436, + "tests/core/test_tensors.py::TestTensor::test_convert_to_ieee": 0.05304804095067084, + "tests/core/test_tensors.py::TestTensor::test_einsum_sequence": 0.003097791923210025, + "tests/core/test_tensors.py::TestTensor::test_fit_to_structure": 0.004775458015501499, + "tests/core/test_tensors.py::TestTensor::test_from_values_indices": 0.06870425003580749, + "tests/core/test_tensors.py::TestTensor::test_from_voigt": 0.0031835419358685613, + "tests/core/test_tensors.py::TestTensor::test_is_fit_to_structure": 0.006768165971152484, + "tests/core/test_tensors.py::TestTensor::test_is_symmetric": 0.0026582920690998435, + "tests/core/test_tensors.py::TestTensor::test_new": 0.0025635819183662534, + "tests/core/test_tensors.py::TestTensor::test_populate": 3.899730042088777, + "tests/core/test_tensors.py::TestTensor::test_projection_methods": 0.007448207936249673, + "tests/core/test_tensors.py::TestTensor::test_rotate": 0.0028815841069445014, + "tests/core/test_tensors.py::TestTensor::test_round": 0.0027255830354988575, + "tests/core/test_tensors.py::TestTensor::test_serialization": 0.0030153319239616394, + "tests/core/test_tensors.py::TestTensor::test_structure_transform": 0.0442898339824751, + "tests/core/test_tensors.py::TestTensor::test_summary_methods": 0.0031623748363927007, + "tests/core/test_tensors.py::TestTensor::test_symmetrized": 0.0031718339305371046, + "tests/core/test_tensors.py::TestTensor::test_symmetry_reduce": 0.027213166933506727, + "tests/core/test_tensors.py::TestTensor::test_tensor_mapping": 0.027735374867916107, + "tests/core/test_tensors.py::TestTensor::test_transform": 0.003035791916772723, + "tests/core/test_tensors.py::TestTensor::test_zeroed": 0.0030896669486537576, + "tests/core/test_tensors.py::TestTensorCollection::test_list_based_functions": 0.26800083403941244, + "tests/core/test_tensors.py::TestTensorCollection::test_serialization": 0.003753459081053734, + "tests/core/test_trajectory.py::TestTrajectory::test_as_from_dict": 0.1562870000489056, + "tests/core/test_trajectory.py::TestTrajectory::test_conversion": 4.035179376020096, + "tests/core/test_trajectory.py::TestTrajectory::test_displacements": 0.14223933208268136, + "tests/core/test_trajectory.py::TestTrajectory::test_extend": 4.000278750085272, + "tests/core/test_trajectory.py::TestTrajectory::test_extend_frame_props": 0.1398122920654714, + "tests/core/test_trajectory.py::TestTrajectory::test_extend_site_props": 0.35094724991358817, + "tests/core/test_trajectory.py::TestTrajectory::test_frame_properties": 0.13972674997057766, + "tests/core/test_trajectory.py::TestTrajectory::test_from_file": 0.14069441705942154, + "tests/core/test_trajectory.py::TestTrajectory::test_index_error": 0.14252562390174717, + "tests/core/test_trajectory.py::TestTrajectory::test_length": 0.14096537500154227, + "tests/core/test_trajectory.py::TestTrajectory::test_list_slice": 0.25444583292119205, + "tests/core/test_trajectory.py::TestTrajectory::test_single_index_slice": 0.3616150830639526, + "tests/core/test_trajectory.py::TestTrajectory::test_site_properties": 0.34927333297673613, + "tests/core/test_trajectory.py::TestTrajectory::test_slice": 3.130933540989645, + "tests/core/test_trajectory.py::TestTrajectory::test_variable_lattice": 0.15549408295191824, + "tests/core/test_trajectory.py::TestTrajectory::test_xdatcar_write": 3.8919032500125468, "tests/core/test_units.py::TestArrayWithFloatWithUnit::test_array_algebra": 0.001917333051096648, "tests/core/test_units.py::TestArrayWithFloatWithUnit::test_as_base_units": 0.0017001660889945924, "tests/core/test_units.py::TestArrayWithFloatWithUnit::test_energy": 0.0019128760322928429, "tests/core/test_units.py::TestArrayWithFloatWithUnit::test_factors": 0.002044500957708806, "tests/core/test_units.py::TestArrayWithFloatWithUnit::test_length": 0.0017540419357828796, "tests/core/test_units.py::TestArrayWithFloatWithUnit::test_time": 0.001722541986964643, - "tests/core/test_units.py::TestDataPersistence::test_pickle": 0.0021519999718293548, - "tests/core/test_units.py::TestFloatWithUnit::test_as_base_units": 0.0017419180367141962, - "tests/core/test_units.py::TestFloatWithUnit::test_compound_operations": 0.0022290829801931977, - "tests/core/test_units.py::TestFloatWithUnit::test_energy": 0.0023585009039379656, - "tests/core/test_units.py::TestFloatWithUnit::test_length": 0.0017806660034693778, - "tests/core/test_units.py::TestFloatWithUnit::test_memory": 0.0016905830125324428, - "tests/core/test_units.py::TestFloatWithUnit::test_time": 0.0018813328933902085, - "tests/core/test_units.py::TestFloatWithUnit::test_unitized": 0.0024999159504659474, - "tests/core/test_units.py::TestUnit::test_init": 0.002151124062947929, - "tests/core/test_xcfunc.py::TestLibxcFunc::test_xcfunc_api": 0.0018914169631898403, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_apply_scissor_insulator": 0.3131287500145845, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_apply_scissor_spin_polarized": 0.04763454099884257, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_as_dict": 0.05339804099639878, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_basic": 0.3047308319946751, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_band_gap": 0.26471337594557554, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_branch": 0.03761204198235646, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_cbm": 0.03877549903700128, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_direct_band_gap": 0.03825120802503079, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_direct_band_gap_dict": 0.03885225107660517, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_sym_eq_kpoints_and_degeneracy": 0.10322812502272427, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_vbm": 0.03919004200724885, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_is_metal": 0.26541412400547415, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_old_format_load": 0.09036883397493511, - "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_properties": 0.038208041980396956, - "tests/electronic_structure/test_bandstructure.py::TestKpoint::test_as_dict": 0.0009992909617722034, - "tests/electronic_structure/test_bandstructure.py::TestKpoint::test_from_dict": 0.0003463750472292304, - "tests/electronic_structure/test_bandstructure.py::TestKpoint::test_properties": 0.00031750096241012216, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_as_dict": 0.07326504099182785, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_basic": 0.7472594999708235, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_band_gap": 0.03142050001770258, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_branch": 0.02884325000923127, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_cbm": 0.029426417022477835, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_direct_band_gap": 0.0294990420807153, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_direct_band_gap_dict": 0.029049666016362607, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_sym_eq_kpoints_and_degeneracy": 0.0308803339721635, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_vbm": 0.02961933403275907, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_is_metal": 0.02853141800733283, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_old_format_load": 0.03497166704619303, - "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_proj_bandstructure_plot": 3.0732543330523185, - "tests/electronic_structure/test_bandstructure.py::TestReconstructBandStructure::test_reconstruct_band_structure": 0.021018125000409782, - "tests/electronic_structure/test_bandstructure.py::TestReconstructBandStructure::test_vasprun_bs": 0.9929027100442909, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_extreme": 0.0002565419999882579, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_average_eff_mass": 0.00014120794367045164, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_carrier_concentration": 0.0001597500522620976, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_complete_dos": 0.00014945800649002194, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_complexity_factor": 0.00013199896784499288, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_conductivity": 0.0002535010571591556, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_hall_carrier_concentration": 0.00012362399138510227, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_power_factor": 0.00012762501137331128, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_seebeck": 0.00012583303032442927, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_seebeck_eff_mass": 0.00012466596672311425, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_symm_bands": 0.00018666702089831233, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_thermal_conductivity": 0.00012620800407603383, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_zt": 0.00012749998131766915, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_properties": 0.00014170800568535924, - "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_as_from_dict": 0.00017308298265561461, - "tests/electronic_structure/test_boltztrap2.py::TestBandstructureLoader::test_get_volume": 0.00020987499738112092, - "tests/electronic_structure/test_boltztrap2.py::TestBandstructureLoader::test_properties": 0.0001617079833522439, - "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_get_band_structure": 0.0001603750279173255, - "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_properties": 0.00013958301860839128, - "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_tot_dos": 0.00013729097554460168, - "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_tot_proj_dos": 0.00022245803847908974, - "tests/electronic_structure/test_boltztrap2.py::TestBztPlotter::test_plot": 0.00016362499445676804, - "tests/electronic_structure/test_boltztrap2.py::TestBztTransportProperties::test_compute_properties_doping": 0.00017866602865979075, - "tests/electronic_structure/test_boltztrap2.py::TestBztTransportProperties::test_properties": 0.00015024997992441058, - "tests/electronic_structure/test_boltztrap2.py::TestVasprunBSLoader::test_get_volume": 0.00016275100642815232, - "tests/electronic_structure/test_boltztrap2.py::TestVasprunBSLoader::test_properties": 0.00016300100833177567, - "tests/electronic_structure/test_boltztrap2.py::TestVasprunLoader::test_from_file": 0.00016499997582286596, - "tests/electronic_structure/test_boltztrap2.py::TestVasprunLoader::test_get_volume": 0.0002232920378446579, - "tests/electronic_structure/test_boltztrap2.py::TestVasprunLoader::test_properties": 0.00014449999434873462, - "tests/electronic_structure/test_cohp.py::TestCohp::test_antibnd_states_below_efermi": 0.0017418750212527812, - "tests/electronic_structure/test_cohp.py::TestCohp::test_as_from_dict": 0.0013035410665906966, - "tests/electronic_structure/test_cohp.py::TestCohp::test_attributes": 0.0008309590048156679, - "tests/electronic_structure/test_cohp.py::TestCohp::test_get_icohp": 0.0008372499723918736, - "tests/electronic_structure/test_cohp.py::TestCohp::test_get_interpolated_value": 0.0012087910436093807, - "tests/electronic_structure/test_cohp.py::TestCohp::test_str": 0.0023585830349475145, - "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_extremum_icohpvalue": 0.000390583008993417, - "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_icohp_by_label": 0.0003458749852143228, - "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_icohp_dict_by_bondlengths": 0.0006339579704217613, - "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_icohp_dict_of_site": 0.0008818749920465052, - "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_summed_icohp_by_label_list": 0.00046604202361777425, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_attributes": 0.884135750005953, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_dict": 0.8855939600616693, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_cohp_by_label": 0.8612832920043729, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_cohp_by_label_summed_spin": 1.3370750830508769, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_and_orbital_list": 0.8609077500295825, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_and_orbital_list_summed_spin_channels": 0.8835144590702839, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_list": 0.8738862909958698, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_list_summed_spin": 0.8672272909898311, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_icohp_values": 0.8486613749992102, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_orbital_resolved_cohp": 1.3465812929789536, - "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_orbital_resolved_cohp_summed_spin_channels": 0.8710857090190984, - "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_attributes": 0.00028679094975814223, - "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_icohpvalue": 0.00025220902170985937, - "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_str": 0.00027470989152789116, - "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_summed_icohp": 0.0002624590415507555, - "tests/electronic_structure/test_cohp.py::TestMethod::test_get_integrated_cohp_in_energy_range_full": 0.7654575830092654, - "tests/electronic_structure/test_cohp.py::TestMethod::test_get_integrated_cohp_in_energy_range_onefloat": 0.7732841250253841, - "tests/electronic_structure/test_cohp.py::TestMethod::test_get_integrated_cohp_in_energy_range_whole_range": 0.7534077920718119, - "tests/electronic_structure/test_core.py::TestMagmom::test_equality": 0.0005244999774731696, - "tests/electronic_structure/test_core.py::TestMagmom::test_get_consistent_set_and_saxis": 0.0005481239641085267, - "tests/electronic_structure/test_core.py::TestMagmom::test_get_moments": 0.0012708759168162942, - "tests/electronic_structure/test_core.py::TestMagmom::test_have_consistent_saxis": 0.0002965000458061695, - "tests/electronic_structure/test_core.py::TestMagmom::test_init": 0.0003777089877985418, - "tests/electronic_structure/test_core.py::TestMagmom::test_is_collinear": 0.000547667033970356, - "tests/electronic_structure/test_core.py::TestMagmom::test_negative": 0.0003209160640835762, - "tests/electronic_structure/test_core.py::TestMagmom::test_relative_to_crystal_axes": 0.0003918329603038728, - "tests/electronic_structure/test_core.py::TestOrbital::test_cached": 0.00027116702403873205, - "tests/electronic_structure/test_core.py::TestOrbital::test_init": 0.00032141595147550106, - "tests/electronic_structure/test_core.py::TestSpin::test_cached": 0.0003707089344970882, - "tests/electronic_structure/test_core.py::TestSpin::test_from_int": 0.00033529195934534073, - "tests/electronic_structure/test_core.py::TestSpin::test_init": 0.000282792083453387, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_as_dict": 0.26256558299064636, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_band_filling": 0.3242569590220228, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_band_width": 0.39709916699212044, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_dos_fp_exceptions": 0.2738116660621017, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_band_center": 0.5070019999984652, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_dos_fp": 0.27310704201227054, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_dos_fp_similarity": 0.2799125000019558, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_gap": 0.27332858298905194, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_n_moment": 0.4504882500041276, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_upper_band_edge": 0.3589470839360729, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_band_kurtosis": 0.5005590409855358, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_band_skewness": 0.5104198750341311, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_str": 0.2724664579727687, - "tests/electronic_structure/test_dos.py::TestCompleteDos::test_as_from_dict": 0.30647629202576354, - "tests/electronic_structure/test_dos.py::TestDOS::test_get_gap": 0.026559627032838762, - "tests/electronic_structure/test_dos.py::TestDos::test_as_dict": 0.034038125013466924, - "tests/electronic_structure/test_dos.py::TestDos::test_get_gap": 0.026704207935836166, - "tests/electronic_structure/test_dos.py::TestDos::test_get_smeared_densities": 0.02523516700603068, - "tests/electronic_structure/test_dos.py::TestFermiDos::test_as_dict": 0.026258793019223958, - "tests/electronic_structure/test_dos.py::TestFermiDos::test_doping_fermi": 0.24608824896859005, - "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_element_spd_dos": 0.0010719989659264684, - "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_site_orbital_dos": 0.001566499995533377, - "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_site_t2g_eg_resolved_dos": 0.0014624589821323752, - "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_spd_dos": 0.0010285429889336228, - "tests/electronic_structure/test_dos.py::TestSpinPolarization::test_spin_polarization": 0.0028080830816179514, - "tests/electronic_structure/test_plotter.py::TestBSDOSPlotter::test_methods": 4.892191959021147, - "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_add_bs": 1.6698775829863735, - "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_bs_plot_data": 1.5489655009587295, - "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_get_branch_steps": 1.5257222090149298, - "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_get_plot": 2.3547456249943934, - "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_get_ticks": 1.7261404580203816, - "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_interpolate_bands": 1.7456612919340841, - "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_rescale_distances": 1.1158760420512408, - "tests/electronic_structure/test_plotter.py::TestBSPlotterProjected::test_methods": 15.460240500047803, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_carriers": 0.00018170801922678947, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_complexity_factor_mu": 0.00022758397972211242, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_conductivity_dop": 0.0001353340339846909, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_conductivity_mu": 0.00013520801439881325, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_conductivity_temp": 0.00012841698480769992, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_dos": 0.0001330000814050436, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_eff_mass_dop": 0.00013029196998104453, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_eff_mass_temp": 0.0005700839683413506, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_hall_carriers": 0.00012850004713982344, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_power_factor_dop": 0.0001278749550692737, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_power_factor_mu": 0.0001378750312142074, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_power_factor_temp": 0.00012700003571808338, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_dop": 0.00018749997252598405, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_eff_mass_mu": 0.00012408295879140496, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_mu": 0.00011837505735456944, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_temp": 0.00012429297203198075, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_zt_dop": 0.0001277080737054348, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_zt_mu": 0.0001245840103365481, - "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_zt_temp": 0.00023029203293845057, - "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_add_cohp_dict": 0.0062767500057816505, - "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_attributes": 0.0031225839629769325, - "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_get_cohp_dict": 0.004231833969242871, - "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_get_plot": 0.10262787394458428, - "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_save_plot": 0.07156979199498892, - "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_add_dos_dict": 0.030979791947174817, - "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_get_dos_dict": 0.0334494590642862, - "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_get_plot": 0.2722361670457758, - "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_get_plot_limits": 0.4213119170162827, - "tests/electronic_structure/test_plotter.py::TestPlotBZ::test_bz_plot": 0.05400745797669515, - "tests/electronic_structure/test_plotter.py::TestPlotBZ::test_fold_point": 0.0006834999658167362, - "tests/entries/test_compatibility.py::TestAqueousCorrection::test_compound_energy": 0.004921290965285152, - "tests/entries/test_compatibility.py::TestCorrectionErrors2020Compatibility::test_errors": 0.001104333030525595, - "tests/entries/test_compatibility.py::TestCorrectionSpecificity::test_correction_specificity": 0.010171750094741583, - "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_aqueous_compat": 0.0009554990101605654, - "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_dont_error_on_weird_elements": 0.00039654201827943325, - "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_msonable": 0.000427792954724282, - "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_potcar_not_match_structure": 0.0004772910033352673, + "tests/core/test_units.py::TestArrayWithUnit::test_array_algebra": 0.0022461680928245187, + "tests/core/test_units.py::TestArrayWithUnit::test_as_base_units": 0.0014499998651444912, + "tests/core/test_units.py::TestArrayWithUnit::test_energy": 0.0016039578476920724, + "tests/core/test_units.py::TestArrayWithUnit::test_factors": 0.0015647078398615122, + "tests/core/test_units.py::TestArrayWithUnit::test_length": 0.0013612080365419388, + "tests/core/test_units.py::TestArrayWithUnit::test_time": 0.0013645829167217016, + "tests/core/test_units.py::TestDataPersistence::test_pickle": 0.002697874908335507, + "tests/core/test_units.py::TestFloatWithUnit::test_as_base_units": 0.0014905011048540473, + "tests/core/test_units.py::TestFloatWithUnit::test_compound_operations": 0.0018457500264048576, + "tests/core/test_units.py::TestFloatWithUnit::test_energy": 0.0018136659637093544, + "tests/core/test_units.py::TestFloatWithUnit::test_length": 0.00150862499140203, + "tests/core/test_units.py::TestFloatWithUnit::test_memory": 0.0014312089188024402, + "tests/core/test_units.py::TestFloatWithUnit::test_neg": 0.001309624989517033, + "tests/core/test_units.py::TestFloatWithUnit::test_time": 0.0013838739832863212, + "tests/core/test_units.py::TestFloatWithUnit::test_unitized": 0.001963749877177179, + "tests/core/test_units.py::TestUnit::test_init": 0.0017982921563088894, + "tests/core/test_units.py::test_unit_conversions": 0.00020566699095070362, + "tests/core/test_xcfunc.py::TestLibxcFunc::test_xcfunc_api": 0.0017004581168293953, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_apply_scissor_insulator": 0.30895537498872727, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_apply_scissor_spin_polarized": 0.05137637595180422, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_as_dict": 0.05736274993978441, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_basic": 0.36656791693530977, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_band_gap": 0.2753804180538282, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_branch": 0.03948087489698082, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_cbm": 0.040531709091737866, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_direct_band_gap": 0.03999737498816103, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_direct_band_gap_dict": 0.04014804202597588, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_sym_eq_kpoints_and_degeneracy": 0.09979937400203198, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_get_vbm": 0.2723535839468241, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_is_metal": 0.04181195795536041, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_old_format_load": 0.10220991692040116, + "tests/electronic_structure/test_bandstructure.py::TestBandStructureSymmLine::test_properties": 0.04057583201210946, + "tests/electronic_structure/test_bandstructure.py::TestKpoint::test_as_dict": 0.0007333749672397971, + "tests/electronic_structure/test_bandstructure.py::TestKpoint::test_eq": 0.0003722489345818758, + "tests/electronic_structure/test_bandstructure.py::TestKpoint::test_from_dict": 0.0002044999273493886, + "tests/electronic_structure/test_bandstructure.py::TestKpoint::test_properties": 0.0002257500309497118, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_as_dict": 0.07979087613057345, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_basic": 0.8747648739954457, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_band_gap": 0.03163470805156976, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_branch": 0.029647541930899024, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_cbm": 0.030382708879187703, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_direct_band_gap": 0.03002008202020079, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_direct_band_gap_dict": 0.029626125004142523, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_sym_eq_kpoints_and_degeneracy": 0.032278417027555406, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_get_vbm": 0.03275149897672236, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_is_metal": 0.031021209084428847, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_old_format_load": 0.03836645791307092, + "tests/electronic_structure/test_bandstructure.py::TestLobsterBandStructureSymmLine::test_proj_bandstructure_plot": 2.916904542129487, + "tests/electronic_structure/test_bandstructure.py::TestReconstructBandStructure::test_reconstruct_band_structure": 0.021841958980076015, + "tests/electronic_structure/test_bandstructure.py::TestReconstructBandStructure::test_vasprun_bs": 1.0556543749989942, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_as_from_dict": 0.0001116669736802578, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_extreme": 7.808289956301451e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_average_eff_mass": 7.145898416638374e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_carrier_concentration": 7.78749817982316e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_complete_dos": 6.754091009497643e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_complexity_factor": 6.624998059123755e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_conductivity": 0.00017616688273847103, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_hall_carrier_concentration": 7.56249064579606e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_power_factor": 7.079204078763723e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_seebeck": 6.558292079716921e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_seebeck_eff_mass": 6.845907773822546e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_symm_bands": 6.929202936589718e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_thermal_conductivity": 7.91249331086874e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_get_zt": 6.870902143418789e-05, + "tests/electronic_structure/test_boltztrap.py::TestBoltztrapAnalyzer::test_properties": 0.0005972490180283785, + "tests/electronic_structure/test_boltztrap2.py::TestBandstructureLoader::test_get_volume": 7.199996616691351e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBandstructureLoader::test_properties": 6.470899097621441e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_get_band_structure": 6.624998059123755e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_properties": 6.349990144371986e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_tot_dos": 6.70839799568057e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBztInterpolator::test_tot_proj_dos": 6.900110747665167e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBztPlotter::test_plot": 6.608397234231234e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBztTransportProperties::test_compute_properties_doping": 6.712402682751417e-05, + "tests/electronic_structure/test_boltztrap2.py::TestBztTransportProperties::test_properties": 6.466591730713844e-05, + "tests/electronic_structure/test_boltztrap2.py::TestVasprunBSLoader::test_get_volume": 7.116596680134535e-05, + "tests/electronic_structure/test_boltztrap2.py::TestVasprunBSLoader::test_properties": 7.062510121613741e-05, + "tests/electronic_structure/test_boltztrap2.py::TestVasprunLoader::test_from_file": 6.683391984552145e-05, + "tests/electronic_structure/test_boltztrap2.py::TestVasprunLoader::test_get_volume": 6.745802238583565e-05, + "tests/electronic_structure/test_boltztrap2.py::TestVasprunLoader::test_properties": 7.616705261170864e-05, + "tests/electronic_structure/test_cohp.py::TestCohp::test_antibnd_states_below_efermi": 0.001901125069707632, + "tests/electronic_structure/test_cohp.py::TestCohp::test_as_from_dict": 0.001265041995793581, + "tests/electronic_structure/test_cohp.py::TestCohp::test_attributes": 0.0007423339411616325, + "tests/electronic_structure/test_cohp.py::TestCohp::test_get_icohp": 0.0007377089932560921, + "tests/electronic_structure/test_cohp.py::TestCohp::test_get_interpolated_value": 0.0010337079875171185, + "tests/electronic_structure/test_cohp.py::TestCohp::test_str": 0.0026655839756131172, + "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_extremum_icohpvalue": 0.0002927911700680852, + "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_icohp_by_label": 0.00022116699256002903, + "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_icohp_dict_by_bondlengths": 0.0004987919237464666, + "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_icohp_dict_of_site": 0.0006409591296687722, + "tests/electronic_structure/test_cohp.py::TestCombinedIcohp::test_get_summed_icohp_by_label_list": 0.00033995811827480793, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_attributes": 0.9556695830542594, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_average_multi_center_cobi": 0.9204090400598943, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_dict": 0.9655347079969943, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_cohp_by_label": 1.4934860840439796, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_cohp_by_label_summed_spin": 0.9089325000531971, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_and_orbital_list": 0.9022315409965813, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_and_orbital_list_summed_spin_channels": 0.9077601658646017, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_list": 0.9466740409843624, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_get_summed_cohp_by_label_list_summed_spin": 1.641586416051723, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_icohp_values": 0.9191433739615604, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_orbital_resolved_cohp": 0.9729150410275906, + "tests/electronic_structure/test_cohp.py::TestCompleteCohp::test_orbital_resolved_cohp_summed_spin_channels": 1.0221914580324665, + "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_attributes": 0.00019966589752584696, + "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_icohpvalue": 0.00015604204963892698, + "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_str": 0.00015679211355745792, + "tests/electronic_structure/test_cohp.py::TestIcohpValue::test_summed_icohp": 0.00018845917657017708, + "tests/electronic_structure/test_cohp.py::TestMethod::test_get_integrated_cohp_in_energy_range_full": 0.8514169158879668, + "tests/electronic_structure/test_cohp.py::TestMethod::test_get_integrated_cohp_in_energy_range_onefloat": 0.7963467490626499, + "tests/electronic_structure/test_cohp.py::TestMethod::test_get_integrated_cohp_in_energy_range_whole_range": 0.7761664161225781, + "tests/electronic_structure/test_core.py::TestMagmom::test_equality": 0.0003342510899528861, + "tests/electronic_structure/test_core.py::TestMagmom::test_get_consistent_set_and_saxis": 0.0004928340204060078, + "tests/electronic_structure/test_core.py::TestMagmom::test_get_moments": 0.0019142089877277613, + "tests/electronic_structure/test_core.py::TestMagmom::test_have_consistent_saxis": 0.00018454191740602255, + "tests/electronic_structure/test_core.py::TestMagmom::test_init": 0.0004476249450817704, + "tests/electronic_structure/test_core.py::TestMagmom::test_is_collinear": 0.0004426250234246254, + "tests/electronic_structure/test_core.py::TestMagmom::test_negative": 0.00021604204084724188, + "tests/electronic_structure/test_core.py::TestMagmom::test_relative_to_crystal_axes": 0.0003285830607637763, + "tests/electronic_structure/test_core.py::TestOrbital::test_cached": 0.00013545900583267212, + "tests/electronic_structure/test_core.py::TestOrbital::test_init": 0.00018300104420632124, + "tests/electronic_structure/test_core.py::TestSpin::test_cached": 0.00014729099348187447, + "tests/electronic_structure/test_core.py::TestSpin::test_from_int": 0.00022108282428234816, + "tests/electronic_structure/test_core.py::TestSpin::test_init": 0.00019112497102469206, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_as_dict": 0.2917558349436149, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_as_from_dict": 0.27598879183642566, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_band_filling": 0.3290142919868231, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_band_width": 0.3750582500360906, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_dos_fp_exceptions": 0.27017145801801234, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_band_center": 0.5068075431045145, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_band_kurtosis": 0.5327520408900455, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_band_skewness": 0.5060087919700891, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_dos_fp": 0.2697182499105111, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_dos_fp_similarity": 0.26733000099193305, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_gap": 0.26490941701922566, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_n_moment": 0.4406008330406621, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_get_upper_band_edge": 0.3577880410011858, + "tests/electronic_structure/test_dos.py::TestCompleteDos::test_str": 0.25031858310103416, + "tests/electronic_structure/test_dos.py::TestDOS::test_get_gap": 0.024634417961351573, + "tests/electronic_structure/test_dos.py::TestDos::test_as_dict": 0.03843424888327718, + "tests/electronic_structure/test_dos.py::TestDos::test_get_gap": 0.02644037501886487, + "tests/electronic_structure/test_dos.py::TestDos::test_get_smeared_densities": 0.025538708083331585, + "tests/electronic_structure/test_dos.py::TestFermiDos::test_as_dict": 0.025801165960729122, + "tests/electronic_structure/test_dos.py::TestFermiDos::test_doping_fermi": 0.36427875084336847, + "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_element_spd_dos": 0.0016857909504324198, + "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_site_orbital_dos": 0.0014368750853464007, + "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_site_t2g_eg_resolved_dos": 0.0014744988875463605, + "tests/electronic_structure/test_dos.py::TestLobsterCompleteDos::test_get_spd_dos": 0.000965750077739358, + "tests/electronic_structure/test_dos.py::TestSpinPolarization::test_spin_polarization": 0.002700539887882769, + "tests/electronic_structure/test_plotter.py::TestBSDOSPlotter::test_methods": 3.007732958882116, + "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_add_bs": 2.5895885840291157, + "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_bs_plot_data": 1.2296070830198005, + "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_get_branch_steps": 1.8961755419149995, + "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_get_plot": 4.364818874979392, + "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_get_ticks": 2.395408541895449, + "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_interpolate_bands": 0.9567985830362886, + "tests/electronic_structure/test_plotter.py::TestBSPlotter::test_rescale_distances": 1.3423615001374856, + "tests/electronic_structure/test_plotter.py::TestBSPlotterProjected::test_methods": 13.64809945912566, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_carriers": 9.374995715916157e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_complexity_factor_mu": 7.875007577240467e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_conductivity_dop": 7.383397314697504e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_conductivity_mu": 7.037504110485315e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_conductivity_temp": 6.775010842829943e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_dos": 0.000334917102009058, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_eff_mass_dop": 8.066685404628515e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_eff_mass_temp": 7.008202373981476e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_hall_carriers": 6.829202175140381e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_power_factor_dop": 6.79579097777605e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_power_factor_mu": 7.387506775557995e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_power_factor_temp": 7.349997758865356e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_dop": 7.916602771729231e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_eff_mass_mu": 7.02909892424941e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_mu": 7.304106839001179e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_seebeck_temp": 7.962505333125591e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_zt_dop": 6.854196544736624e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_zt_mu": 6.654101889580488e-05, + "tests/electronic_structure/test_plotter.py::TestBoltztrapPlotter::test_plot_zt_temp": 6.52089947834611e-05, + "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_add_cohp_dict": 0.014735957840457559, + "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_attributes": 0.0029760829638689756, + "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_get_cohp_dict": 0.006972210016101599, + "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_get_plot": 0.12839274993166327, + "tests/electronic_structure/test_plotter.py::TestCohpPlotter::test_save_plot": 0.318625291925855, + "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_add_dos_dict": 0.03396745794452727, + "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_get_dos_dict": 0.03483362484257668, + "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_get_plot": 0.42273324995767325, + "tests/electronic_structure/test_plotter.py::TestDosPlotter::test_get_plot_limits": 0.47996183298528194, + "tests/electronic_structure/test_plotter.py::TestPlotBZ::test_bz_plot": 0.05931449995841831, + "tests/electronic_structure/test_plotter.py::TestPlotBZ::test_fold_point": 0.0006498759612441063, + "tests/entries/test_compatibility.py::TestAqueousCorrection::test_compound_energy": 0.004903249908238649, + "tests/entries/test_compatibility.py::TestCorrectionErrors2020Compatibility::test_errors": 0.0011405840050429106, + "tests/entries/test_compatibility.py::TestCorrectionSpecificity::test_correction_specificity": 0.012861333088949323, + "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_aqueous_compat": 0.0008381670340895653, + "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_dont_error_on_weird_elements": 0.0002898741513490677, + "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_msonable": 0.00031345803290605545, + "tests/entries/test_compatibility.py::TestMITAqueousCompatibility::test_potcar_not_match_structure": 0.0003922919277101755, "tests/entries/test_compatibility.py::TestMITCompatibility::test_U_value": 0.015942417085170746, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_correction_value": 0.0007064170204102993, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_element_processing": 0.00044875004095956683, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_get_explanation_dict": 0.0006203330704011023, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_msonable": 0.0004487930564209819, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_potcar_not_match_structure": 0.0004331250092945993, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_potcar_spec_is_none": 0.00044504296965897083, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_process_entry": 0.000629501068033278, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_revert_to_symbols": 0.0005876249633729458, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_same_potcar_symbol": 0.0006923750042915344, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_correction_value": 0.018043875927105546, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_element_processing": 0.00038308301009237766, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_get_explanation_dict": 0.0006012090016156435, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_msonable": 0.00036675005685538054, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_potcar_not_match_structure": 0.0003539170138537884, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_potcar_spec_is_none": 0.00035470793955028057, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_process_entry": 0.0005117499968037009, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_revert_to_symbols": 0.0005414169281721115, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_same_potcar_symbol": 0.0007801670581102371, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_u_value": 0.00048537494149059057, "tests/entries/test_compatibility.py::TestMITCompatibility::test_wrong_U_value": 0.0005544169689528644, - "tests/entries/test_compatibility.py::TestMITCompatibility::test_wrong_psp": 0.0004317089915275574, - "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_compound_entropy": 0.0003321660333313048, - "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_h_h2o_energy_no_args": 0.0006781659903936088, - "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_h_h2o_energy_with_args_multi": 0.0005792499869130552, - "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_h_h2o_energy_with_args_single": 0.0006922500324435532, - "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_hydrate_adjustment": 0.0004685840685851872, - "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_processing_entries_inplace": 0.0004351659445092082, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_u_values": 0.010092749958857894, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_check_potcar": 0.01042975002201274, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_config_file": 0.00505433400394395, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_correction_values": 0.0008062910637818277, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_element_processing": 0.00040737498784437776, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_energy_adjustments": 0.0006022510351613164, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_get_explanation_dict": 0.0005249170353636146, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_msonable": 0.0003257489297538996, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_oxidation": 0.00047808297676965594, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_oxidation_by_electronegativity": 0.0006162089994177222, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_oxi_state_guess": 0.001083957962691784, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_process_entries": 0.0006480829906649888, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_process_entry": 0.0008092920179478824, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_process_entry_with_oxidation_state": 0.0005947909667156637, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_processing_entries_inplace": 0.0037882919423282146, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_wrong_psp": 0.00044995895586907864, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_u_values": 0.003321666968986392, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_correction_values": 0.0007392499828711152, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_element_processing": 0.0004989579902030528, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_get_corrections_dict": 0.0004924990353174508, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_get_explanation_dict": 0.0005492079653777182, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_msonable": 0.0004022080102004111, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_process_entries": 0.0006667510024271905, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_process_entry": 0.0007475009770132601, - "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_wrong_psp": 0.00040845799958333373, - "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_no_struct_compat": 0.00041624996811151505, - "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_oxide": 0.0006046660128049552, - "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_ozonide": 0.0005607089842669666, - "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_peroxide": 0.0005334580200724304, - "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_superoxide": 0.0006614580051973462, - "tests/entries/test_compatibility.py::TestOxideTypeCorrectionNoPeroxideCorr::test_oxide_energy_corr": 0.004366124980151653, - "tests/entries/test_compatibility.py::TestOxideTypeCorrectionNoPeroxideCorr::test_ozonide": 0.0004550830344669521, - "tests/entries/test_compatibility.py::TestOxideTypeCorrectionNoPeroxideCorr::test_peroxide_energy_corr": 0.0004691260401159525, - "tests/entries/test_compatibility.py::TestSulfideTypeCorrection2020::test_struct_no_struct": 0.003372124978341162, - "tests/entries/test_compatibility.py::test_clean_arg": 0.00032420799834653735, - "tests/entries/test_compatibility.py::test_energy_adjustment_normalize": 0.0005287500680424273, - "tests/entries/test_compatibility.py::test_no_duplicate_corrections": 0.00034341594437137246, - "tests/entries/test_compatibility.py::test_overlapping_adjustments": 0.0003601669450290501, - "tests/entries/test_compatibility.py::test_process_entries_return_type": 0.0003661249647848308, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_composition": 0.00046725093852728605, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_conflicting_correction_adjustment": 0.00044512393651530147, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_copy": 0.0007192919729277492, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_energy": 0.0003977909800596535, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_entry_id": 0.0004253759398125112, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_is_element": 0.0003766249865293503, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_normalize": 0.0006200429634191096, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_normalize_energy_adjustments": 0.0007014170405454934, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_per_atom_props": 0.0004552520113065839, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_str": 0.000475250999443233, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_sulfide_energy": 0.00044058298226445913, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict": 0.00046825100434944034, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict_with_adjustment": 0.00049437495181337, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict_with_adjustment_2": 0.00045475002843886614, - "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict_with_adjustment_3": 0.0004461660282686353, - "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_composition": 0.0003607919788919389, - "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_copy": 0.0006147510139271617, - "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_energy": 0.0003606660175137222, - "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_eq": 0.0006592100253328681, - "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_str": 0.00039700092747807503, - "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_as_from_dict": 0.0013715419918298721, - "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_as_from_dict_structure_with_adjustment_3": 0.000392666959669441, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_expt_gas_entry": 0.01408383302623406, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_from_entries": 0.014670834061689675, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_from_pd": 0.014810207998380065, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_gf_sisso": 0.012284540978726, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_interpolation": 0.014316249988041818, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_normalize": 0.048159833007957786, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_repr": 0.012615332962013781, - "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_as_from_dict": 0.01511958398623392, - "tests/entries/test_computed_entries.py::test_composition_energy_adjustment": 0.00030474894447252154, - "tests/entries/test_computed_entries.py::test_constant_energy_adjustment": 0.00030654098372906446, - "tests/entries/test_computed_entries.py::test_energy_adjustment": 0.0003172919969074428, - "tests/entries/test_computed_entries.py::test_energy_adjustment_repr": 0.0002530009369365871, - "tests/entries/test_computed_entries.py::test_manual_energy_adjustment": 0.0003630839637480676, - "tests/entries/test_computed_entries.py::test_temp_energy_adjustment": 0.00031216698698699474, - "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_missing_entry_response": 0.05208670801948756, - "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_no_uncertainties": 0.2945169580052607, - "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_normal_corrections": 0.19403016596334055, - "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_warnings_options": 0.20996687497245148, - "tests/entries/test_entry_tools.py::TestEntrySet::test_as_dict": 0.06842974899336696, - "tests/entries/test_entry_tools.py::TestEntrySet::test_chemsys": 0.01753720809938386, - "tests/entries/test_entry_tools.py::TestEntrySet::test_get_subset": 0.017752376035787165, - "tests/entries/test_entry_tools.py::TestEntrySet::test_remove_non_ground_states": 0.03549329098314047, - "tests/entries/test_entry_tools.py::TestFunc::test_group_entries_by_composition": 0.0005131670041009784, - "tests/entries/test_entry_tools.py::TestFunc::test_group_entries_by_structure": 0.13399120897520334, - "tests/entries/test_exp_entries.py::TestExpEntry::test_energy": 0.0012526250211521983, - "tests/entries/test_exp_entries.py::TestExpEntry::test_str": 0.0007005410734564066, - "tests/entries/test_exp_entries.py::TestExpEntry::test_as_from_dict": 0.0009925429476425052, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_alternate_run_types": 0.000264541944488883, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_alternate_structure_matcher": 0.0246515849721618, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_check_potcar": 0.014222250028979033, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_clean": 0.010818874987307936, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_compat_args": 0.025597583036869764, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_empty_entries": 0.0011497090454213321, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_fuzzy_matching": 0.0469834579853341, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_incompatible_run_type": 0.006819707981776446, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_multiple_matching_structures": 0.027986626024357975, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_entry_ids": 0.00050895701861009, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_foreign_entries": 0.0060660410090349615, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_mixing_data": 0.0008687080699019134, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_run_type": 0.002975459035951644, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_single_entry": 0.00038479099748656154, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_structure": 0.002639458980411291, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_processing_entries_inplace": 0.009060541924554855, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_same_run_type": 0.0003855830291286111, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_chemsys_mismatch": 0.02597970695933327, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_all_gga_scan_gs": 0.020925875985994935, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_complete_entries": 0.02514300000621006, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_energy_modified": 0.011540665000211447, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_1_scan": 0.017167832993436605, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_1_scan_plus_novel": 0.014182333077769727, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_2_scan_diff_match": 0.020180126011837274, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_2_scan_diff_nomatch": 0.02138187497621402, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_2_scan_same": 0.019627458008471876, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_only": 0.01389891590224579, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_incomplete_gga_all_scan": 0.024698166933376342, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_novel_scan_comp": 0.024090832972433418, - "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_scan_only": 0.012015123968012631, - "tests/entries/test_mixing_scheme.py::test_data_ms_complete": 0.01261499902466312, - "tests/ext/test_cod.py::TestCOD::test_get_cod_ids": 0.0007812930271029472, - "tests/ext/test_cod.py::TestCOD::test_get_structure_by_formula": 0.00029029097640886903, - "tests/ext/test_cod.py::TestCOD::test_get_structure_by_id": 0.3933480409323238, - "tests/ext/test_matproj.py::TestMPResterOld::test_api_key_is_none": 0.694814916991163, - "tests/ext/test_matproj.py::TestMPResterOld::test_database_version": 0.5179002920631319, - "tests/ext/test_matproj.py::TestMPResterOld::test_download_info": 0.2133537089684978, - "tests/ext/test_matproj.py::TestMPResterOld::test_find_structure": 0.410735042009037, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_all_materials_ids_doc": 0.43821887497324497, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_bandstructure_by_material_id": 0.2348900829674676, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_cohesive_energy": 0.1891036260058172, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_data": 0.4566259160055779, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_dos_by_id": 0.1882017909665592, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_entries": 0.19661058305064216, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_entries_in_chemsys": 0.23029837501235306, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_entry_by_material_id": 0.23738904198398814, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_exp_entry": 0.1816646249499172, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_exp_thermo_data": 0.20652991702081636, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_gb_data": 0.2290612489450723, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_interface_reactions": 8.983449499006383, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_materials_id_from_task_id": 0.24676924996310845, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_materials_id_references": 0.4654788760235533, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_phonon_data_by_material_id": 0.2400986670400016, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_pourbaix_entries": 0.22279474895913154, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_reaction": 0.24088649998884648, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_stability": 0.24755179294152185, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_structure_by_material_id": 0.2308737499988638, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_structures": 0.24290554103208706, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_substrates": 0.23429374996339902, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_surface_data": 0.24429745791712776, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_wulff_shape": 0.18518720800057054, - "tests/ext/test_matproj.py::TestMPResterOld::test_get_xas_data": 0.17412658309331164, - "tests/ext/test_matproj.py::TestMPResterOld::test_include_user_agent": 0.13176262500928715, - "tests/ext/test_matproj.py::TestMPResterOld::test_parse_criteria": 0.3422192899743095, - "tests/ext/test_matproj.py::TestMPResterOld::test_pourbaix_heavy": 0.3203241239534691, - "tests/ext/test_matproj.py::TestMPResterOld::test_pourbaix_mpr_pipeline": 0.20081662602024153, - "tests/ext/test_matproj.py::TestMPResterOld::test_query": 0.29035166796529666, - "tests/ext/test_matproj.py::TestMPResterOld::test_query_chunk_size": 0.21564745903015137, - "tests/ext/test_optimade.py::TestOptimade::test_build_filter": 0.4782052919617854, - "tests/ext/test_optimade.py::TestOptimade::test_get_snls_mp": 3.7818914990639314, - "tests/ext/test_optimade.py::TestOptimade::test_get_structures_mp": 5.542167500010692, - "tests/io/abinit/test_abiobjects.py::TestElectrons::test_base": 0.0023475830676034093, - "tests/io/abinit/test_abiobjects.py::TestElectronsAlgorithm::test_base": 0.002108667977154255, - "tests/io/abinit/test_abiobjects.py::TestKSampling::test_base": 0.002081040060147643, - "tests/io/abinit/test_abiobjects.py::TestLatticeFromAbivars::test_rprim_acell": 0.0030085830367170274, - "tests/io/abinit/test_abiobjects.py::TestLatticeFromAbivars::test_znucl_typat": 0.0031528740073554218, - "tests/io/abinit/test_abiobjects.py::TestPPModel::test_base": 0.0022869580425322056, - "tests/io/abinit/test_abiobjects.py::TestRelaxation::test_base": 0.0019369579968042672, - "tests/io/abinit/test_abiobjects.py::TestSmearing::test_base": 0.0023311239783652127, - "tests/io/abinit/test_abiobjects.py::TestSpinMode::test_base": 0.002095124975312501, - "tests/io/abinit/test_inputs.py::TestAbinitInput::test_api": 0.018387624993920326, - "tests/io/abinit/test_inputs.py::TestAbinitInput::test_helper_functions": 0.0280475010513328, - "tests/io/abinit/test_inputs.py::TestAbinitInput::test_input_errors": 0.0036487909965217113, - "tests/io/abinit/test_inputs.py::TestFactory::test_ebands_input": 0.059605583955999464, - "tests/io/abinit/test_inputs.py::TestFactory::test_gs_input": 0.004122291051317006, - "tests/io/abinit/test_inputs.py::TestFactory::test_ion_ioncell_relax_input": 0.003928000049199909, - "tests/io/abinit/test_inputs.py::TestMultiDataset::test_api": 0.009751624020282179, - "tests/io/abinit/test_inputs.py::TestShiftMode::test_shiftmode": 0.0020915840286761522, - "tests/io/abinit/test_netcdf.py::TestEtsfReader::test_read_si2": 0.001917207962833345, - "tests/io/abinit/test_netcdf.py::TestAbinitHeader::test_api": 0.0019235840300098062, - "tests/io/abinit/test_pseudos.py::TestPseudo::test_nc_pseudos": 0.008074542041867971, - "tests/io/abinit/test_pseudos.py::TestPseudo::test_oncvpsp_pseudo_fr": 0.002990167122334242, - "tests/io/abinit/test_pseudos.py::TestPseudo::test_oncvpsp_pseudo_sr": 0.0030953330569900572, - "tests/io/abinit/test_pseudos.py::TestPseudo::test_pawxml_pseudos": 0.025607499002944678, - "tests/io/abinit/test_pseudos.py::TestPseudoTable::test_methods": 0.009253333962988108, - "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_basis": 0.002900875057093799, - "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_basis_info": 0.002058790996670723, - "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_potential_info": 0.0019071249407716095, - "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_potentials": 0.0020094600040465593, - "tests/io/cp2k/test_inputs.py::TestInput::test_basic_keywords": 0.005974417028483003, - "tests/io/cp2k/test_inputs.py::TestInput::test_basic_sections": 0.005560207995586097, - "tests/io/cp2k/test_inputs.py::TestInput::test_ci_file": 0.005216374935116619, - "tests/io/cp2k/test_inputs.py::TestInput::test_coords": 0.005119665991514921, - "tests/io/cp2k/test_inputs.py::TestInput::test_kind": 0.005287375999614596, - "tests/io/cp2k/test_inputs.py::TestInput::test_mongo": 0.005608417035546154, - "tests/io/cp2k/test_inputs.py::TestInput::test_odd_file": 0.011910750006791204, - "tests/io/cp2k/test_inputs.py::TestInput::test_preprocessor": 0.005230542039498687, - "tests/io/cp2k/test_inputs.py::TestInput::test_section_list": 0.005215583078097552, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_wrong_psp": 0.00030049995984882116, + "tests/entries/test_compatibility.py::TestMITCompatibility::test_wrong_u_value": 0.0006192078581079841, + "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_compound_entropy": 0.00024237402249127626, + "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_h_h2o_energy_no_args": 0.0006396239623427391, + "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_h_h2o_energy_with_args_multi": 0.00048125104513019323, + "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_h_h2o_energy_with_args_single": 0.0006365410517901182, + "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_hydrate_adjustment": 0.00034487503580749035, + "tests/entries/test_compatibility.py::TestMaterialsProjectAqueousCompatibility::test_processing_entries_inplace": 0.00041916698683053255, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_check_potcar": 0.0006626260001212358, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_config_file": 0.00592104101087898, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_correction_values": 0.000827791984193027, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_element_processing": 0.0003295398782938719, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_energy_adjustments": 0.0005730841076001525, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_get_explanation_dict": 0.0004863329231739044, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_msonable": 0.00022637611255049706, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_oxi_state_guess": 0.0012945008929818869, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_oxidation": 0.00042375107295811176, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_oxidation_by_electronegativity": 0.0006244169780984521, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_process_entries": 0.0006792910862714052, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_process_entry": 0.0008440839592367411, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_process_entry_with_oxidation_state": 0.0020072089973837137, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_processing_entries_inplace": 0.003357540932483971, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_u_values": 0.0010045840172097087, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility2020::test_wrong_psp": 0.00036137504503130913, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_correction_values": 0.003848459105938673, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_element_processing": 0.00041795801371335983, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_get_corrections_dict": 0.0004481668584048748, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_get_explanation_dict": 0.000512791913934052, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_msonable": 0.0003198740305379033, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_process_entries": 0.0005293749272823334, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_process_entry": 0.002300875959917903, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_u_values": 0.0006345420842990279, + "tests/entries/test_compatibility.py::TestMaterialsProjectCompatibility::test_wrong_psp": 0.0003747920272871852, + "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_no_struct_compat": 0.00034341681748628616, + "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_oxide": 0.00048612395767122507, + "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_ozonide": 0.0004878339823335409, + "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_peroxide": 0.0004508321871981025, + "tests/entries/test_compatibility.py::TestOxideTypeCorrection::test_process_entry_superoxide": 0.0004954159958288074, + "tests/entries/test_compatibility.py::TestOxideTypeCorrectionNoPeroxideCorr::test_oxide_energy_corr": 0.004882417153567076, + "tests/entries/test_compatibility.py::TestOxideTypeCorrectionNoPeroxideCorr::test_ozonide": 0.0003687511198222637, + "tests/entries/test_compatibility.py::TestOxideTypeCorrectionNoPeroxideCorr::test_peroxide_energy_corr": 0.00039783294778317213, + "tests/entries/test_compatibility.py::TestSulfideTypeCorrection2020::test_struct_no_struct": 0.0033797499490901828, + "tests/entries/test_compatibility.py::test_clean_arg": 0.00021950097288936377, + "tests/entries/test_compatibility.py::test_energy_adjustment_normalize": 0.00047870806884020567, + "tests/entries/test_compatibility.py::test_needs_u_correction[Fe2O3-expected0-u_config0]": 0.00023412518203258514, + "tests/entries/test_compatibility.py::test_needs_u_correction[Fe2O3-expected0-u_config1]": 0.00021000101696699858, + "tests/entries/test_compatibility.py::test_needs_u_correction[Fe3O4-expected1-u_config0]": 0.00020800007041543722, + "tests/entries/test_compatibility.py::test_needs_u_correction[Fe3O4-expected1-u_config1]": 0.0002085000742226839, + "tests/entries/test_compatibility.py::test_needs_u_correction[FeF3-expected3-u_config0]": 0.0004919160855934024, + "tests/entries/test_compatibility.py::test_needs_u_correction[FeF3-expected3-u_config1]": 0.00022479204926639795, + "tests/entries/test_compatibility.py::test_needs_u_correction[FeS-expected2-u_config0]": 0.00020599993877112865, + "tests/entries/test_compatibility.py::test_needs_u_correction[FeS-expected2-u_config1]": 0.00020333391148597002, + "tests/entries/test_compatibility.py::test_needs_u_correction[H-expected5-u_config0]": 0.0002090840134769678, + "tests/entries/test_compatibility.py::test_needs_u_correction[H-expected5-u_config1]": 0.00020504090934991837, + "tests/entries/test_compatibility.py::test_needs_u_correction[LiH-expected4-u_config0]": 0.00021362514235079288, + "tests/entries/test_compatibility.py::test_needs_u_correction[LiH-expected4-u_config1]": 0.0002207489451393485, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp6-expected6-u_config0]": 0.00021124992053955793, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp6-expected6-u_config1]": 0.00019983388483524323, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp7-expected7-u_config0]": 0.00020941707771271467, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp7-expected7-u_config1]": 0.00020929088350385427, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp8-expected8-u_config0]": 0.00020687503274530172, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp8-expected8-u_config1]": 0.00019795808475464582, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp9-expected9-u_config0]": 0.00020937505178153515, + "tests/entries/test_compatibility.py::test_needs_u_correction[comp9-expected9-u_config1]": 0.0002000831300392747, + "tests/entries/test_compatibility.py::test_no_duplicate_corrections": 0.0002221670001745224, + "tests/entries/test_compatibility.py::test_overlapping_adjustments": 0.00026345800142735243, + "tests/entries/test_compatibility.py::test_process_entries_return_type": 0.0002194159897044301, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict": 0.0006149158580228686, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict_with_adjustment": 0.00045258295722305775, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict_with_adjustment_2": 0.00041287392377853394, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_as_from_dict_with_adjustment_3": 0.0003452919190749526, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_composition": 0.00034550006967037916, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_conflicting_correction_adjustment": 0.0003503331681713462, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_copy": 0.0006746259750798345, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_energy": 0.0003431659424677491, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_entry_id": 0.00031658285297453403, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_is_element": 0.0003301682882010937, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_normalize": 0.0006293329643085599, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_normalize_energy_adjustments": 0.0006684169638901949, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_per_atom_props": 0.0004106250125914812, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_str": 0.0003593750298023224, + "tests/entries/test_computed_entries.py::TestComputedEntry::test_sulfide_energy": 0.00042854086495935917, + "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_as_from_dict": 0.0015643738443031907, + "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_as_from_dict_structure_with_adjustment_3": 0.0002940009580925107, + "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_composition": 0.0002608750946819782, + "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_copy": 0.0004956659395247698, + "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_energy": 0.00026270898524671793, + "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_eq": 0.0007278750417754054, + "tests/entries/test_computed_entries.py::TestComputedStructureEntry::test_str": 0.00033650000113993883, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_as_from_dict": 0.010717668104916811, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_expt_gas_entry": 0.0074692078633233905, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_from_entries": 0.009426333010196686, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_from_pd": 0.0094455829821527, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_gf_sisso": 0.007373374071903527, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_interpolation": 0.008212042041122913, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_normalize": 0.03729566698893905, + "tests/entries/test_computed_entries.py::TestGibbsComputedStructureEntry::test_repr": 0.007717125001363456, + "tests/entries/test_computed_entries.py::test_composition_energy_adjustment": 0.0001864590449258685, + "tests/entries/test_computed_entries.py::test_constant_energy_adjustment": 0.0001882920041680336, + "tests/entries/test_computed_entries.py::test_energy_adjustment": 0.0002036670921370387, + "tests/entries/test_computed_entries.py::test_energy_adjustment_repr": 0.0001455000601708889, + "tests/entries/test_computed_entries.py::test_manual_energy_adjustment": 0.00016574992332607508, + "tests/entries/test_computed_entries.py::test_temp_energy_adjustment": 0.0001953750615939498, + "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_missing_entry_response": 0.06304354302119464, + "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_no_uncertainties": 0.30436804005876184, + "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_normal_corrections": 0.2076642089523375, + "tests/entries/test_correction_calculator.py::TestCorrectionCalculator::test_warnings_options": 0.22566945804283023, + "tests/entries/test_entry_tools.py::TestEntrySet::test_as_dict": 0.09489091590512544, + "tests/entries/test_entry_tools.py::TestEntrySet::test_chemsys": 0.026412333943881094, + "tests/entries/test_entry_tools.py::TestEntrySet::test_get_subset": 0.02725245908368379, + "tests/entries/test_entry_tools.py::TestEntrySet::test_ground_states": 5.2713260831078514, + "tests/entries/test_entry_tools.py::TestEntrySet::test_remove_non_ground_states": 0.04972133308183402, + "tests/entries/test_entry_tools.py::TestFunc::test_group_entries_by_composition": 0.0018904590979218483, + "tests/entries/test_entry_tools.py::TestFunc::test_group_entries_by_structure": 0.15995241701602936, + "tests/entries/test_exp_entries.py::TestExpEntry::test_as_from_dict": 0.001424916903488338, + "tests/entries/test_exp_entries.py::TestExpEntry::test_energy": 0.000650083995424211, + "tests/entries/test_exp_entries.py::TestExpEntry::test_str": 0.0006581669440492988, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_alternate_run_types": 0.0001491660950705409, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_alternate_structure_matcher": 0.027046918054111302, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_check_potcar": 0.015182125032879412, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_clean": 0.010181165998801589, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_compat_args": 0.02873783407267183, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_empty_entries": 0.0010454158764332533, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_fuzzy_matching": 0.05349349894095212, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_incompatible_run_type": 0.006350165931507945, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_multiple_matching_structures": 0.03185587504412979, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_entry_ids": 0.00040308304596692324, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_foreign_entries": 0.004083542036823928, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_mixing_data": 0.0009951250394806266, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_run_type": 0.0032378319883719087, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_single_entry": 0.0002828740980476141, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_no_structure": 0.004637751146219671, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_processing_entries_inplace": 0.010866666096262634, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeArgs::test_same_run_type": 0.00026941695250570774, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_chemsys_mismatch": 0.026115708984434605, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_all_gga_scan_gs": 0.02052745909895748, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_complete_entries": 0.027602459071204066, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_energy_modified": 0.011415959103032947, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_1_scan": 0.018376957974396646, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_1_scan_plus_novel": 0.015266708098351955, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_2_scan_diff_match": 0.021622666157782078, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_2_scan_diff_nomatch": 0.021089750109240413, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_2_scan_same": 0.021588540985248983, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_gga_only": 0.014864916913211346, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_incomplete_gga_all_scan": 0.021376958931796253, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_novel_scan_comp": 0.022364125004969537, + "tests/entries/test_mixing_scheme.py::TestMaterialsProjectDFTMixingSchemeStates::test_state_scan_only": 0.012910666060633957, + "tests/entries/test_mixing_scheme.py::test_data_ms_complete": 0.014924874994903803, + "tests/ext/test_cod.py::TestCOD::test_get_cod_ids": 0.8644835831364617, + "tests/ext/test_cod.py::TestCOD::test_get_structure_by_formula": 5.889096833998337, + "tests/ext/test_cod.py::TestCOD::test_get_structure_by_id": 0.31515629100613296, + "tests/ext/test_matproj.py::TestMPResterNewBasic::test_get_all_materials_ids_doc": 9.69169195741415e-05, + "tests/ext/test_matproj.py::TestMPResterNewBasic::test_get_entries_and_in_chemsys": 9.983300697058439e-05, + "tests/ext/test_matproj.py::TestMPResterNewBasic::test_get_entry_by_material_id": 0.00010133290197700262, + "tests/ext/test_matproj.py::TestMPResterNewBasic::test_get_structure_by_material_id": 0.0002377490745857358, + "tests/ext/test_matproj.py::TestMPResterNewBasic::test_get_structures": 9.870890062302351e-05, + "tests/ext/test_matproj.py::TestMPResterNewBasic::test_get_summary": 0.00010241696145385504, + "tests/ext/test_matproj.py::TestMPResterNewBasic::test_parity_with_mp_api": 0.00010195805225521326, + "tests/ext/test_matproj.py::TestMPResterOld::test_api_key_is_none": 0.00017070898320525885, + "tests/ext/test_matproj.py::TestMPResterOld::test_database_version": 0.00030541594605892897, + "tests/ext/test_matproj.py::TestMPResterOld::test_download_info": 0.00016804109327495098, + "tests/ext/test_matproj.py::TestMPResterOld::test_find_structure": 0.0001254990929737687, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_all_materials_ids_doc": 0.00015808397438377142, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_bandstructure_by_material_id": 0.00022504199296236038, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_cohesive_energy": 0.00014887494035065174, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_data": 0.00031666713766753674, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_dos_by_id": 0.0001314168330281973, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_entries": 0.00011616712436079979, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_entries_in_chemsys": 0.00011070806067436934, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_entry_by_material_id": 9.150011464953423e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_exp_entry": 9.7665935754776e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_exp_thermo_data": 9.254203177988529e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_gb_data": 0.00010070891585201025, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_interface_reactions": 9.266706183552742e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_materials_id_from_task_id": 9.133294224739075e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_materials_id_references": 9.56669682636857e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_phonon_data_by_material_id": 9.204191155731678e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_pourbaix_entries": 9.025109466165304e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_reaction": 9.070802479982376e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_stability": 9.254203177988529e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_structure_by_material_id": 0.00020516582299023867, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_structures": 8.983304724097252e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_substrates": 9.037600830197334e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_surface_data": 9.695789776742458e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_wulff_shape": 0.00010566599667072296, + "tests/ext/test_matproj.py::TestMPResterOld::test_get_xas_data": 9.762495756149292e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_include_user_agent": 9.737501386553049e-05, + "tests/ext/test_matproj.py::TestMPResterOld::test_parse_criteria": 0.00020912510808557272, + "tests/ext/test_matproj.py::TestMPResterOld::test_pourbaix_heavy": 0.00017683312762528658, + "tests/ext/test_matproj.py::TestMPResterOld::test_pourbaix_mpr_pipeline": 0.00017579214181751013, + "tests/ext/test_matproj.py::TestMPResterOld::test_query": 0.0001242910511791706, + "tests/ext/test_matproj.py::TestMPResterOld::test_query_chunk_size": 0.00011408398859202862, + "tests/ext/test_optimade.py::TestOptimade::test_build_filter": 0.002486584009602666, + "tests/ext/test_optimade.py::TestOptimade::test_get_snls_mp": 2.497080915956758, + "tests/ext/test_optimade.py::TestOptimade::test_get_structures_mcloud": 1.7736997090978548, + "tests/ext/test_optimade.py::TestOptimade::test_get_structures_mp": 3.26151924894657, + "tests/ext/test_optimade.py::TestOptimade::test_update_aliases": 0.0002832078607752919, + "tests/io/abinit/test_abiobjects.py::TestElectrons::test_base": 0.0026197489351034164, + "tests/io/abinit/test_abiobjects.py::TestElectronsAlgorithm::test_base": 0.002475250978022814, + "tests/io/abinit/test_abiobjects.py::TestKSampling::test_base": 0.0022582089295610785, + "tests/io/abinit/test_abiobjects.py::TestLatticeFromAbivars::test_rprim_acell": 0.00613287603482604, + "tests/io/abinit/test_abiobjects.py::TestLatticeFromAbivars::test_znucl_typat": 0.004819875000976026, + "tests/io/abinit/test_abiobjects.py::TestPPModel::test_base": 0.002420707023702562, + "tests/io/abinit/test_abiobjects.py::TestRelaxation::test_base": 0.0021624169312417507, + "tests/io/abinit/test_abiobjects.py::TestSmearing::test_base": 0.00296279089525342, + "tests/io/abinit/test_abiobjects.py::TestSpinMode::test_base": 0.0029474160401150584, + "tests/io/abinit/test_inputs.py::TestAbinitInput::test_api": 0.01988358295056969, + "tests/io/abinit/test_inputs.py::TestAbinitInput::test_helper_functions": 0.02544170804321766, + "tests/io/abinit/test_inputs.py::TestAbinitInput::test_input_errors": 0.0029505830025300384, + "tests/io/abinit/test_inputs.py::TestFactory::test_ebands_input": 0.05708041705656797, + "tests/io/abinit/test_inputs.py::TestFactory::test_gs_input": 0.0034598750062286854, + "tests/io/abinit/test_inputs.py::TestFactory::test_ion_ioncell_relax_input": 0.003436416038312018, + "tests/io/abinit/test_inputs.py::TestMultiDataset::test_api": 0.008402960025705397, + "tests/io/abinit/test_inputs.py::TestShiftMode::test_shiftmode": 0.0015607500681653619, + "tests/io/abinit/test_netcdf.py::TestAbinitHeader::test_api": 0.0016285398742184043, + "tests/io/abinit/test_netcdf.py::TestEtsfReader::test_read_si2": 0.019484333926811814, + "tests/io/abinit/test_pseudos.py::TestPseudo::test_nc_pseudos": 0.007731748977676034, + "tests/io/abinit/test_pseudos.py::TestPseudo::test_oncvpsp_pseudo_fr": 0.00255620910320431, + "tests/io/abinit/test_pseudos.py::TestPseudo::test_oncvpsp_pseudo_sr": 0.0028119580820202827, + "tests/io/abinit/test_pseudos.py::TestPseudo::test_pawxml_pseudos": 0.023410583031363785, + "tests/io/abinit/test_pseudos.py::TestPseudoTable::test_methods": 0.007283040904439986, + "tests/io/aims/test_aims_inputs.py::test_aims_control_in": 0.004009832045994699, + "tests/io/aims/test_aims_inputs.py::test_aims_control_in_default_species_dir": 0.0019293759251013398, + "tests/io/aims/test_aims_inputs.py::test_aims_cube": 0.0014084159629419446, + "tests/io/aims/test_aims_inputs.py::test_read_h2o_in": 0.0021197489695623517, + "tests/io/aims/test_aims_inputs.py::test_read_write_si_in": 0.002981708152219653, + "tests/io/aims/test_aims_outputs.py::test_aims_output_h2o": 0.027335250051692128, + "tests/io/aims/test_aims_outputs.py::test_aims_output_h2o_dict": 0.02714970789384097, + "tests/io/aims/test_aims_outputs.py::test_aims_output_h2o_str": 0.026279832934960723, + "tests/io/aims/test_aims_outputs.py::test_aims_output_si": 0.018184833112172782, + "tests/io/aims/test_aims_outputs.py::test_aims_output_si_dict": 0.01829404104501009, + "tests/io/aims/test_aims_outputs.py::test_aims_output_si_str": 0.016919667017646134, + "tests/io/aims/test_aims_parsers.py::test_calc_converged": 0.00048254209104925394, + "tests/io/aims/test_aims_parsers.py::test_calc_dipole": 0.0005367498379200697, + "tests/io/aims/test_aims_parsers.py::test_calc_energy": 0.002267915988340974, + "tests/io/aims/test_aims_parsers.py::test_calc_fermi_energy": 0.001460291096009314, + "tests/io/aims/test_aims_parsers.py::test_calc_forces": 0.002417291863821447, + "tests/io/aims/test_aims_parsers.py::test_calc_free_energy": 0.002256748965010047, + "tests/io/aims/test_aims_parsers.py::test_calc_hirshfeld_atomic_dipoles": 0.0014549160841852427, + "tests/io/aims/test_aims_parsers.py::test_calc_hirshfeld_charges": 0.0014362080255523324, + "tests/io/aims/test_aims_parsers.py::test_calc_hirshfeld_dipole": 0.0006320419488474727, + "tests/io/aims/test_aims_parsers.py::test_calc_hirshfeld_volumes": 0.0014875419437885284, + "tests/io/aims/test_aims_parsers.py::test_calc_is_metallic": 0.000509207951836288, + "tests/io/aims/test_aims_parsers.py::test_calc_magnetic_moment": 0.0022714179940521717, + "tests/io/aims/test_aims_parsers.py::test_calc_n_iter": 0.001474374090321362, + "tests/io/aims/test_aims_parsers.py::test_calc_num_stress": 0.002273457939736545, + "tests/io/aims/test_aims_parsers.py::test_calc_stress": 0.0023679170990362763, + "tests/io/aims/test_aims_parsers.py::test_calc_stresses": 0.0024710831930860877, + "tests/io/aims/test_aims_parsers.py::test_calc_structure": 0.0017635829281061888, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[E_f]": 0.00043245789129287004, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[dipole]": 0.0004353750264272094, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[forces]": 0.00042766693513840437, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[free_energy]": 0.00042787508573383093, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[hirshfeld_atomic_dipoles]": 0.0004375410499051213, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[hirshfeld_charges]": 0.0004831248661503196, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[hirshfeld_dipole]": 0.00043450098019093275, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[hirshfeld_volumes]": 0.0004394159186631441, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[magmom]": 0.0004137080395594239, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[n_iter]": 0.00041641690768301487, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[stress]": 0.0004129168810322881, + "tests/io/aims/test_aims_parsers.py::test_chunk_defaults_none[stresses]": 0.0004200829425826669, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_defaults_none[E_f]": 0.00041370897088199854, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_defaults_none[magmom]": 0.00041916617192327976, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_defaults_none[stress]": 0.0004315829137340188, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_defaults_none[stresses]": 0.00043095787987113, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_header_defaults_none[initial_lattice]": 0.00028370798099786043, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_header_defaults_none[k_point_weights]": 0.0002463319106027484, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_header_defaults_none[k_points]": 0.0003474591067060828, + "tests/io/aims/test_aims_parsers.py::test_chunk_molecular_header_defaults_none[n_k_points]": 0.0002526659518480301, + "tests/io/aims/test_aims_parsers.py::test_default_calc_converged": 0.0004192900378257036, + "tests/io/aims/test_aims_parsers.py::test_default_calc_energy_raises_error": 0.0004605419235303998, + "tests/io/aims/test_aims_parsers.py::test_default_calc_is_metallic": 0.0004219579277560115, + "tests/io/aims/test_aims_parsers.py::test_default_header_electronic_temperature": 0.00019412499386817217, + "tests/io/aims/test_aims_parsers.py::test_default_header_initial_lattice": 0.0001807080116122961, + "tests/io/aims/test_aims_parsers.py::test_default_header_is_md": 0.00019254209473729134, + "tests/io/aims/test_aims_parsers.py::test_default_header_is_relaxation": 0.00018824997823685408, + "tests/io/aims/test_aims_parsers.py::test_default_header_k_point_weights": 0.00018745893612504005, + "tests/io/aims/test_aims_parsers.py::test_default_header_k_points": 0.0001778739970177412, + "tests/io/aims/test_aims_parsers.py::test_default_header_n_k_points": 0.00017925002612173557, + "tests/io/aims/test_aims_parsers.py::test_header_electronic_temperature": 0.00023691600654274225, + "tests/io/aims/test_aims_parsers.py::test_header_header_summary": 0.0006815410451963544, + "tests/io/aims/test_aims_parsers.py::test_header_initial_lattice": 0.00030691700521856546, + "tests/io/aims/test_aims_parsers.py::test_header_initial_structure": 0.0006389160407707095, + "tests/io/aims/test_aims_parsers.py::test_header_is_md": 0.00022625003475695848, + "tests/io/aims/test_aims_parsers.py::test_header_is_relaxation": 0.00023312412668019533, + "tests/io/aims/test_aims_parsers.py::test_header_k_point_weights": 0.0003029999788850546, + "tests/io/aims/test_aims_parsers.py::test_header_k_points": 0.00031354092061519623, + "tests/io/aims/test_aims_parsers.py::test_header_n_atoms": 0.0012822089483961463, + "tests/io/aims/test_aims_parsers.py::test_header_n_bands": 0.00027275015600025654, + "tests/io/aims/test_aims_parsers.py::test_header_n_electrons": 0.0002587501658126712, + "tests/io/aims/test_aims_parsers.py::test_header_n_k_points": 0.00027525005862116814, + "tests/io/aims/test_aims_parsers.py::test_header_n_spins": 0.00024183315690606833, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_electronic_temperature": 0.00041162490379065275, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_initial_lattice": 0.00047912506852298975, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_initial_structure": 0.0005629999795928597, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_k_point_weights": 0.00045641802717000246, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_k_points": 0.0004563740221783519, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_n_atoms": 0.00042758299969136715, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_n_bands": 0.000419831951148808, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_n_electrons": 0.00042108306661248207, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_n_k_points": 0.0004224170697852969, + "tests/io/aims/test_aims_parsers.py::test_header_transfer_n_spins": 0.00042333302553743124, + "tests/io/aims/test_aims_parsers.py::test_missing_parameter[initial_structure]": 0.00020970823243260384, + "tests/io/aims/test_aims_parsers.py::test_missing_parameter[n_atoms]": 0.0002698339521884918, + "tests/io/aims/test_aims_parsers.py::test_missing_parameter[n_bands]": 0.0002076239325106144, + "tests/io/aims/test_aims_parsers.py::test_missing_parameter[n_electrons]": 0.00021291710436344147, + "tests/io/aims/test_aims_parsers.py::test_missing_parameter[n_spins]": 0.00020204205065965652, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_atoms": 0.0009985410142689943, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_converged": 0.00038362573832273483, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_dipole": 0.001233540941029787, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_energy": 0.0011133342050015926, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_forces": 0.001254832954145968, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_free_energy": 0.0011161670554429293, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_hirshfeld_atomic_dipoles": 0.0008088330505415797, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_hirshfeld_charges": 0.0008082910208031535, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_hirshfeld_dipole": 0.0008215840207412839, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_hirshfeld_volumes": 0.0008115849923342466, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_is_metallic": 0.0003987080417573452, + "tests/io/aims/test_aims_parsers.py::test_molecular_calc_n_iter": 0.0007730828365311027, + "tests/io/aims/test_aims_parsers.py::test_molecular_header_initial_structure": 0.00042350112926214933, + "tests/io/aims/test_aims_parsers.py::test_molecular_header_n_bands": 0.00022591697052121162, + "tests/io/aims/test_aims_parsers.py::test_reverse_search_for": 0.00022574991453438997, + "tests/io/aims/test_aims_parsers.py::test_search_for_all": 0.00019625003915280104, + "tests/io/aims/test_aims_parsers.py::test_search_parse_scalar": 0.00020050001330673695, + "tests/io/aims/test_sets/test_bs_generator.py::test_si_bs": 0.02656429004855454, + "tests/io/aims/test_sets/test_bs_generator.py::test_si_bs_density": 0.02101816702634096, + "tests/io/aims/test_sets/test_bs_generator.py::test_si_bs_output": 0.020218459074385464, + "tests/io/aims/test_sets/test_gw_generator.py::test_si_gw": 0.020130582968704402, + "tests/io/aims/test_sets/test_input_set.py::test_input_set": 0.0012108751107007265, + "tests/io/aims/test_sets/test_relax_generator.py::test_relax_default_species_dir": 0.0020458338549360633, + "tests/io/aims/test_sets/test_relax_generator.py::test_relax_default_species_dir_o2": 0.0021109170047566295, + "tests/io/aims/test_sets/test_relax_generator.py::test_relax_o2": 0.0021233760053291917, + "tests/io/aims/test_sets/test_relax_generator.py::test_relax_si": 0.002902416978031397, + "tests/io/aims/test_sets/test_relax_generator.py::test_relax_si_no_kgrid": 0.0024547079810872674, + "tests/io/aims/test_sets/test_static_generator.py::test_static_default_species_dir": 0.0021463328739628196, + "tests/io/aims/test_sets/test_static_generator.py::test_static_default_species_dir_o2": 0.0020886240527033806, + "tests/io/aims/test_sets/test_static_generator.py::test_static_o2": 0.002192458021454513, + "tests/io/aims/test_sets/test_static_generator.py::test_static_si": 0.0022244160063564777, + "tests/io/aims/test_sets/test_static_generator.py::test_static_si_no_kgrid": 0.0030108329374343157, + "tests/io/aims/test_sets/test_static_restart_from_relax_generator.py::test_static_from_relax_default_species_dir": 0.03763270808849484, + "tests/io/aims/test_sets/test_static_restart_from_relax_generator.py::test_static_from_relax_default_species_dir_o2": 0.029803209123201668, + "tests/io/aims/test_sets/test_static_restart_from_relax_generator.py::test_static_from_relax_o2": 0.030387916951440275, + "tests/io/aims/test_sets/test_static_restart_from_relax_generator.py::test_static_from_relax_si": 0.038502999930642545, + "tests/io/aims/test_sets/test_static_restart_from_relax_generator.py::test_static_from_relax_si_no_kgrid": 0.030896956915967166, + "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_basis": 0.0025932510616257787, + "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_basis_info": 0.0015863330336287618, + "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_potential_info": 0.0014815828762948513, + "tests/io/cp2k/test_inputs.py::TestBasisAndPotential::test_potentials": 0.0018851261120289564, + "tests/io/cp2k/test_inputs.py::TestDataFile::test_data_file": 0.0016065000090748072, + "tests/io/cp2k/test_inputs.py::TestInput::test_basic_keywords": 0.003758251084946096, + "tests/io/cp2k/test_inputs.py::TestInput::test_basic_sections": 0.0032383331563323736, + "tests/io/cp2k/test_inputs.py::TestInput::test_ci_file": 0.002956707961857319, + "tests/io/cp2k/test_inputs.py::TestInput::test_coords": 0.002872500102967024, + "tests/io/cp2k/test_inputs.py::TestInput::test_kind": 0.0029071661410853267, + "tests/io/cp2k/test_inputs.py::TestInput::test_mongo": 0.002953666029497981, + "tests/io/cp2k/test_inputs.py::TestInput::test_odd_file": 0.008603374822996557, + "tests/io/cp2k/test_inputs.py::TestInput::test_preprocessor": 0.0029623749433085322, + "tests/io/cp2k/test_inputs.py::TestInput::test_section_list": 0.002989749889820814, "tests/io/cp2k/test_outputs.py::TestDftSet::test_band": 0.031144334003329277, "tests/io/cp2k/test_outputs.py::TestDftSet::test_chi": 0.029846749908756465, "tests/io/cp2k/test_outputs.py::TestDftSet::test_dos": 0.030147832992952317, @@ -1560,162 +1819,196 @@ "tests/io/cp2k/test_outputs.py::TestDftSet::test_gtensor": 0.029867291043046862, "tests/io/cp2k/test_outputs.py::TestDftSet::test_hyperfine": 0.03490183304529637, "tests/io/cp2k/test_outputs.py::TestDftSet::test_run_info": 0.03162883303593844, - "tests/io/cp2k/test_sets.py::TestDftSet::test_dft_set": 0.08195120794698596, - "tests/io/exciting/test_inputs.py::TestExcitingInput::test_fromfile": 0.0033374580089002848, + "tests/io/cp2k/test_outputs.py::TestSet::test_band": 0.04385162401013076, + "tests/io/cp2k/test_outputs.py::TestSet::test_chi": 0.041365167940966785, + "tests/io/cp2k/test_outputs.py::TestSet::test_dos": 0.034813792211934924, + "tests/io/cp2k/test_outputs.py::TestSet::test_files": 0.040088958106935024, + "tests/io/cp2k/test_outputs.py::TestSet::test_gtensor": 0.03035312402062118, + "tests/io/cp2k/test_outputs.py::TestSet::test_hyperfine": 0.029430875089019537, + "tests/io/cp2k/test_outputs.py::TestSet::test_run_info": 0.039047500933520496, + "tests/io/cp2k/test_sets.py::TestDftSet::test_dft_set": 0.06848745804745704, + "tests/io/exciting/test_inputs.py::TestExcitingInput::test_fromfile": 0.0030456670792773366, + "tests/io/exciting/test_inputs.py::TestExcitingInput::test_param_dict": 0.007964791031554341, "tests/io/exciting/test_inputs.py::TestExcitingInput::test_paramdict": 0.008810124010778964, - "tests/io/exciting/test_inputs.py::TestExcitingInput::test_writebandstr": 0.009053541987668723, - "tests/io/exciting/test_inputs.py::TestExcitingInput::test_write_string": 0.01415829302277416, - "tests/io/feff/test_inputs.py::TestFeffAtoms::test_absorber_line": 0.007966249017044902, - "tests/io/feff/test_inputs.py::TestFeffAtoms::test_absorbing_atom": 0.0037107079406268895, - "tests/io/feff/test_inputs.py::TestFeffAtoms::test_as_dict_and_from_dict": 0.025775165995582938, - "tests/io/feff/test_inputs.py::TestFeffAtoms::test_atoms_from_file": 0.0009735409403219819, - "tests/io/feff/test_inputs.py::TestFeffAtoms::test_cluster_from_file": 0.024136665975674987, - "tests/io/feff/test_inputs.py::TestFeffAtoms::test_distances": 0.003072916006203741, + "tests/io/exciting/test_inputs.py::TestExcitingInput::test_write_string": 0.011899875127710402, + "tests/io/exciting/test_inputs.py::TestExcitingInput::test_writebandstr": 0.009117081994190812, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_absorber_line": 0.01147491589654237, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_absorbing_atom": 0.005282250000163913, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_as_dict_and_from_dict": 0.0323837089817971, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_atom_num": 0.0005937931127846241, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_atoms_from_file": 0.0008381248917430639, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_cluster_from_file": 0.030900583020411432, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_distances": 0.0034773751394823194, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_get_str": 0.01660845789592713, "tests/io/feff/test_inputs.py::TestFeffAtoms::test_get_string": 0.013111749954987317, - "tests/io/feff/test_inputs.py::TestFeffAtoms::test_single_absorbing_atom": 0.0038516249624080956, - "tests/io/feff/test_inputs.py::TestFeffPot::test_as_dict_and_from_dict": 0.001104708993807435, - "tests/io/feff/test_inputs.py::TestFeffPot::test_init": 0.0005983749288134277, - "tests/io/feff/test_inputs.py::TestFeffPot::test_single_absorbing_atom": 0.0024466670001856983, - "tests/io/feff/test_inputs.py::TestFeffTags::test_as_dict_and_from_dict": 0.0007589160231873393, - "tests/io/feff/test_inputs.py::TestFeffTags::test_diff": 0.0006279170047491789, - "tests/io/feff/test_inputs.py::TestFeffTags::test_eels_tags": 0.001871375017799437, - "tests/io/feff/test_inputs.py::TestFeffTags::test_init": 0.00039725005626678467, - "tests/io/feff/test_inputs.py::TestHeader::test_as_dict_and_from_dict": 0.0018753749900497496, + "tests/io/feff/test_inputs.py::TestFeffAtoms::test_single_absorbing_atom": 0.004635999095626175, + "tests/io/feff/test_inputs.py::TestFeffPot::test_as_dict_and_from_dict": 0.0009862910956144333, + "tests/io/feff/test_inputs.py::TestFeffPot::test_init": 0.0003189169801771641, + "tests/io/feff/test_inputs.py::TestFeffPot::test_single_absorbing_atom": 0.0027365399291738868, + "tests/io/feff/test_inputs.py::TestFeffTags::test_as_dict_and_from_dict": 0.0005810410948470235, + "tests/io/feff/test_inputs.py::TestFeffTags::test_diff": 0.00045904191210865974, + "tests/io/feff/test_inputs.py::TestFeffTags::test_eels_tags": 0.0014447499997913837, + "tests/io/feff/test_inputs.py::TestFeffTags::test_init": 0.000252376077696681, + "tests/io/feff/test_inputs.py::TestHeader::test_as_dict_and_from_dict": 0.0015785829164087772, + "tests/io/feff/test_inputs.py::TestHeader::test_from_str": 0.0002771249273791909, "tests/io/feff/test_inputs.py::TestHeader::test_from_string": 0.0003932089312002063, + "tests/io/feff/test_inputs.py::TestHeader::test_get_str": 0.0019751249346882105, "tests/io/feff/test_inputs.py::TestHeader::test_get_string": 0.002058291982393712, - "tests/io/feff/test_inputs.py::TestHeader::test_init": 0.0003473340184427798, - "tests/io/feff/test_inputs.py::TestPaths::test_paths_string": 0.0023049580049701035, - "tests/io/feff/test_outputs.py::TestFeffLdos::test_as_dict_and_from_dict": 0.0009425000171177089, - "tests/io/feff/test_outputs.py::TestFeffLdos::test_complete_dos": 0.0006455410621128976, - "tests/io/feff/test_outputs.py::TestFeffLdos::test_init": 0.00025387603091076016, - "tests/io/feff/test_outputs.py::TestFeffLdos::test_reci_charge": 0.00025391700910404325, - "tests/io/feff/test_outputs.py::TestFeffLdos::test_reci_complete_dos": 0.0005648329970426857, - "tests/io/feff/test_outputs.py::TestFeffLdos::test_reci_init": 0.00026833300944417715, - "tests/io/feff/test_outputs.py::TestXmu::test_as_dict_and_from_dict": 0.0015598750323988497, - "tests/io/feff/test_outputs.py::TestXmu::test_init": 0.0007727919728495181, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_charged_structure": 0.0029365410446189344, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_eels_tags_set": 0.0009359180694445968, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_eels_to_from_dict": 0.001346748904325068, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_feff_pot": 0.0004731660010293126, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_feff_atoms": 0.01284812408266589, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_header": 0.0005178329884074628, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_feff_tags": 0.0002768750418908894, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_large_systems": 0.0024949999642558396, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_number_of_kpoints": 0.0026772500132210553, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_post_dist_diff": 0.08853158302372321, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_post_feffset": 0.09011012403061613, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_reciprocal_tags_and_input": 0.02034700004151091, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_small_system_exafs": 0.0005435419734567404, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_to_and_from_dict": 0.0007752509554848075, - "tests/io/feff/test_sets.py::TestFeffInputSet::test_user_tag_settings": 0.00040099897887557745, - "tests/io/lammps/test_data.py::TestCombinedData::test_as_lammpsdata": 4.439546792011242, - "tests/io/lammps/test_data.py::TestCombinedData::test_disassemble": 0.003596375056076795, - "tests/io/lammps/test_data.py::TestCombinedData::test_from_ff_and_topologies": 0.0004212500061839819, - "tests/io/lammps/test_data.py::TestCombinedData::test_from_files": 0.0006132920389063656, - "tests/io/lammps/test_data.py::TestCombinedData::test_from_lammpsdata": 0.0010132090537808836, - "tests/io/lammps/test_data.py::TestCombinedData::test_from_structure": 0.00028074998408555984, + "tests/io/feff/test_inputs.py::TestHeader::test_init": 0.00024370814207941294, + "tests/io/feff/test_inputs.py::TestPaths::test_paths_string": 0.0027705408865585923, + "tests/io/feff/test_outputs.py::TestFeffLdos::test_as_dict_and_from_dict": 0.0009229169227182865, + "tests/io/feff/test_outputs.py::TestFeffLdos::test_complete_dos": 0.000595332938246429, + "tests/io/feff/test_outputs.py::TestFeffLdos::test_init": 0.00015008205082267523, + "tests/io/feff/test_outputs.py::TestFeffLdos::test_reci_charge": 0.00014858192298561335, + "tests/io/feff/test_outputs.py::TestFeffLdos::test_reci_complete_dos": 0.0005042509874328971, + "tests/io/feff/test_outputs.py::TestFeffLdos::test_reci_init": 0.0001896240282803774, + "tests/io/feff/test_outputs.py::TestXmu::test_as_dict_and_from_dict": 0.001555665978230536, + "tests/io/feff/test_outputs.py::TestXmu::test_init": 0.000702749821357429, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_big_radius": 0.003945540054701269, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_charged_structure": 0.0032924170373007655, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_cluster_index": 0.005341042065992951, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_eels_tags_set": 0.0022536669857800007, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_eels_to_from_dict": 0.0027365400455892086, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_feff_atoms": 0.01808558206539601, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_feff_pot": 0.0017650409135967493, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_feff_tags": 0.0015095840208232403, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_get_header": 0.001611750922165811, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_large_systems": 0.004044416011311114, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_number_of_kpoints": 0.004532500053755939, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_post_dist_diff": 0.10864799993578345, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_post_feffset": 0.11473929102066904, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_reciprocal_tags_and_input": 0.0291748340241611, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_small_system_exafs": 0.0017777088796719909, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_to_and_from_dict": 0.00215433316770941, + "tests/io/feff/test_sets.py::TestFeffInputSet::test_user_tag_settings": 0.0016837089788168669, + "tests/io/lammps/test_data.py::TestCombinedData::test_as_lammpsdata": 3.758441249956377, + "tests/io/lammps/test_data.py::TestCombinedData::test_disassemble": 0.003584916004911065, + "tests/io/lammps/test_data.py::TestCombinedData::test_from_ff_and_topologies": 0.0002562510780990124, + "tests/io/lammps/test_data.py::TestCombinedData::test_from_files": 0.0004886247916147113, + "tests/io/lammps/test_data.py::TestCombinedData::test_from_lammpsdata": 0.0018779590027406812, + "tests/io/lammps/test_data.py::TestCombinedData::test_from_structure": 0.00015508290380239487, + "tests/io/lammps/test_data.py::TestCombinedData::test_get_str": 1.1832209159620106, "tests/io/lammps/test_data.py::TestCombinedData::test_get_string": 1.0569632079568692, - "tests/io/lammps/test_data.py::TestCombinedData::test_json_dict": 0.008778332965448499, - "tests/io/lammps/test_data.py::TestCombinedData::test_structure": 0.0032395829912275076, - "tests/io/lammps/test_data.py::TestForceField::test_from_dict": 0.008953750017099082, - "tests/io/lammps/test_data.py::TestForceField::test_from_file": 0.00031774898525327444, - "tests/io/lammps/test_data.py::TestForceField::test_init": 0.0005533319781534374, - "tests/io/lammps/test_data.py::TestForceField::test_to_file": 0.004594416997861117, - "tests/io/lammps/test_data.py::TestFunc::test_lattice_2_lmpbox": 0.0007881260244175792, - "tests/io/lammps/test_data.py::TestLammpsBox::test_get_box_shift": 0.0026126260054297745, + "tests/io/lammps/test_data.py::TestCombinedData::test_json_dict": 0.008444208069704473, + "tests/io/lammps/test_data.py::TestCombinedData::test_structure": 0.0035228750202804804, + "tests/io/lammps/test_data.py::TestForceField::test_from_dict": 0.01216491695959121, + "tests/io/lammps/test_data.py::TestForceField::test_from_file": 0.0016554580070078373, + "tests/io/lammps/test_data.py::TestForceField::test_init": 0.001951084122993052, + "tests/io/lammps/test_data.py::TestForceField::test_to_file": 0.006478874944150448, + "tests/io/lammps/test_data.py::TestFunc::test_lattice_2_lmpbox": 0.0008830840233713388, + "tests/io/lammps/test_data.py::TestLammpsBox::test_get_box_shift": 0.002007000963203609, + "tests/io/lammps/test_data.py::TestLammpsBox::test_get_str": 0.0015338329831138253, "tests/io/lammps/test_data.py::TestLammpsBox::test_get_string": 0.0018884169985540211, - "tests/io/lammps/test_data.py::TestLammpsBox::test_to_lattice": 0.0019446670194156468, - "tests/io/lammps/test_data.py::TestLammpsBox::test_volume": 0.0020057910005562007, - "tests/io/lammps/test_data.py::TestLammpsData::test_disassemble": 0.9190414580516517, - "tests/io/lammps/test_data.py::TestLammpsData::test_from_ff_and_topologies": 0.12741545803146437, - "tests/io/lammps/test_data.py::TestLammpsData::test_from_file": 0.001021789968945086, - "tests/io/lammps/test_data.py::TestLammpsData::test_from_structure": 0.0017452500178478658, + "tests/io/lammps/test_data.py::TestLammpsBox::test_to_lattice": 0.001569124055095017, + "tests/io/lammps/test_data.py::TestLammpsBox::test_volume": 0.0015940418234094977, + "tests/io/lammps/test_data.py::TestLammpsData::test_disassemble": 0.7991872079437599, + "tests/io/lammps/test_data.py::TestLammpsData::test_from_ff_and_topologies": 0.13609308283776045, + "tests/io/lammps/test_data.py::TestLammpsData::test_from_file": 0.0024631249252706766, + "tests/io/lammps/test_data.py::TestLammpsData::test_from_structure": 0.003651417908258736, + "tests/io/lammps/test_data.py::TestLammpsData::test_get_str": 0.22639383398927748, "tests/io/lammps/test_data.py::TestLammpsData::test_get_string": 0.19998254103120416, - "tests/io/lammps/test_data.py::TestLammpsData::test_json_dict": 0.0034079590113833547, - "tests/io/lammps/test_data.py::TestLammpsData::test_set_charge_atom": 0.00046162604121491313, - "tests/io/lammps/test_data.py::TestLammpsData::test_set_charge_atom_type": 0.0005547080072574317, - "tests/io/lammps/test_data.py::TestLammpsData::test_sort_structure": 0.05607083294307813, - "tests/io/lammps/test_data.py::TestLammpsData::test_structure": 0.014086291950661689, - "tests/io/lammps/test_data.py::TestLammpsData::test_write_file": 0.07822620699880645, - "tests/io/lammps/test_data.py::TestTopology::test_from_bonding": 0.002505083044525236, - "tests/io/lammps/test_data.py::TestTopology::test_init": 0.0005492090131156147, - "tests/io/lammps/test_generators.py::TestLammpsMinimization::test_get_input_set": 0.01290062500629574, - "tests/io/lammps/test_inputs.py::TestFunc::test_write_lammps_inputs": 0.0332297490676865, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_command": 0.002069959999062121, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_commands": 0.0019251249614171684, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_comment": 0.0018875000532716513, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_stage": 0.0018760820385068655, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_append": 0.0024131660466082394, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_contains_command": 0.002099874021951109, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_from_file": 0.0020230839727446437, + "tests/io/lammps/test_data.py::TestLammpsData::test_json_dict": 0.005227832938544452, + "tests/io/lammps/test_data.py::TestLammpsData::test_set_charge_atom": 0.0018506658961996436, + "tests/io/lammps/test_data.py::TestLammpsData::test_set_charge_atom_type": 0.0018102909671142697, + "tests/io/lammps/test_data.py::TestLammpsData::test_sort_structure": 0.0685933338245377, + "tests/io/lammps/test_data.py::TestLammpsData::test_structure": 0.018536626012064517, + "tests/io/lammps/test_data.py::TestLammpsData::test_write_file": 0.09121937502641231, + "tests/io/lammps/test_data.py::TestTopology::test_from_bonding": 0.00280270806979388, + "tests/io/lammps/test_data.py::TestTopology::test_init": 0.00046137406025081873, + "tests/io/lammps/test_generators.py::TestLammpsMinimization::test_get_input_set": 0.01514862512703985, + "tests/io/lammps/test_inputs.py::TestFunc::test_write_lammps_inputs": 0.03623574902303517, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_command": 0.0016103748930618167, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_commands": 0.0015192090068012476, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_comment": 0.001502749975770712, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_add_stage": 0.0015131649561226368, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_append": 0.002026624046266079, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_contains_command": 0.0016227499581873417, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_from_file": 0.0015954161062836647, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_from_str": 0.001575915957801044, "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_from_string": 0.0019884579814970493, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_get_args": 0.0020010409643873572, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_get_args": 0.0015821249689906836, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_get_str": 0.0015357498778030276, "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_get_string": 0.0019691670313477516, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_merge_stages": 0.002041083003859967, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_ncomments": 0.002049041970167309, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_nstages": 0.0019766659825108945, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_remove_command": 0.0019909588736481965, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_remove_stage": 0.002051082963589579, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_rename_stage": 0.001996251055970788, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_set_args": 0.0022448329837061465, - "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_stages_names": 0.002157334005460143, - "tests/io/lammps/test_inputs.py::TestLammpsRun::test_md": 0.030722042021807283, - "tests/io/lammps/test_inputs.py::TestLammpsTemplateGen::test_write_inputs": 0.031561790965497494, - "tests/io/lammps/test_outputs.py::TestFunc::test_parse_lammps_dumps": 0.006055167061276734, - "tests/io/lammps/test_outputs.py::TestFunc::test_parse_lammps_log": 0.005810249946080148, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_merge_stages": 0.0015992500120773911, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_ncomments": 0.0015680420910939574, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_nstages": 0.0015682920347899199, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_remove_command": 0.0015516260173171759, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_remove_stage": 0.0015694580506533384, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_rename_stage": 0.0015643761726096272, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_set_args": 0.001678041066043079, + "tests/io/lammps/test_inputs.py::TestLammpsInputFile::test_stages_names": 0.0016625840216875076, + "tests/io/lammps/test_inputs.py::TestLammpsRun::test_md": 0.034876293037086725, + "tests/io/lammps/test_inputs.py::TestLammpsTemplateGen::test_write_inputs": 0.03501945792231709, + "tests/io/lammps/test_outputs.py::TestFunc::test_parse_lammps_dumps": 0.005572791094891727, + "tests/io/lammps/test_outputs.py::TestFunc::test_parse_lammps_log": 0.005183958914130926, + "tests/io/lammps/test_outputs.py::TestLammpsDump::test_from_str": 0.001781999017111957, "tests/io/lammps/test_outputs.py::TestLammpsDump::test_from_string": 0.001993668091017753, - "tests/io/lammps/test_outputs.py::TestLammpsDump::test_json_dict": 0.00199391704518348, - "tests/io/lammps/test_utils.py::TestPackmolOutput::test_packed_molecule": 0.0010882499627768993, - "tests/io/lammps/test_utils.py::TestPolymer::test_polymer_chain_lengths": 0.005355708068236709, - "tests/io/lammps/test_utils.py::TestPolymer::test_polymer_chain_topologies": 0.39967766701010987, - "tests/io/lobster/test_inputs.py::TestBandoverlaps::test_attributes": 0.025641332962550223, - "tests/io/lobster/test_inputs.py::TestBandoverlaps::test_has_good_quality": 0.029428708949126303, - "tests/io/lobster/test_inputs.py::TestCharge::test_get_structure_with_charges": 0.0030279159545898438, - "tests/io/lobster/test_inputs.py::TestCharge::test_attributes": 0.0022161250235512853, - "tests/io/lobster/test_inputs.py::TestCohpcar::test_attributes": 0.07801850006217137, - "tests/io/lobster/test_inputs.py::TestCohpcar::test_cohp_data": 0.08135204098653048, - "tests/io/lobster/test_inputs.py::TestCohpcar::test_energies": 0.07727941608754918, - "tests/io/lobster/test_inputs.py::TestCohpcar::test_orbital_resolved_cohp": 0.08096608298365027, - "tests/io/lobster/test_inputs.py::TestDoscar::test_complete_dos": 0.00238304102094844, - "tests/io/lobster/test_inputs.py::TestDoscar::test_energies": 0.001125248905736953, - "tests/io/lobster/test_inputs.py::TestDoscar::test_is_spin_polarized": 0.001041458046529442, - "tests/io/lobster/test_inputs.py::TestDoscar::test_itdensities": 0.0010510410065762699, - "tests/io/lobster/test_inputs.py::TestDoscar::test_pdos": 0.001032500120345503, - "tests/io/lobster/test_inputs.py::TestDoscar::test_tdensities": 0.0010266249300912023, - "tests/io/lobster/test_inputs.py::TestDoscar::test_tdos": 0.0010918339248746634, - "tests/io/lobster/test_inputs.py::TestFatband::test_attributes": 0.6070907920366153, - "tests/io/lobster/test_inputs.py::TestFatband::test_get_bandstructure": 3.241345082933549, - "tests/io/lobster/test_inputs.py::TestFatband::test_raises": 2.288895126024727, - "tests/io/lobster/test_inputs.py::TestGrosspop::test_structure_with_grosspop": 0.0011580409482121468, - "tests/io/lobster/test_inputs.py::TestGrosspop::test_attributes": 0.00040716701187193394, - "tests/io/lobster/test_inputs.py::TestIcohplist::test_attributes": 0.0028339590062387288, - "tests/io/lobster/test_inputs.py::TestIcohplist::test_values": 0.001649416983127594, + "tests/io/lammps/test_outputs.py::TestLammpsDump::test_json_dict": 0.0019972510635852814, + "tests/io/lammps/test_utils.py::TestPackmolOutput::test_packed_molecule": 0.001205083099193871, + "tests/io/lammps/test_utils.py::TestPolymer::test_polymer_chain_lengths": 0.0060397491324692965, + "tests/io/lammps/test_utils.py::TestPolymer::test_polymer_chain_topologies": 0.4373488330747932, + "tests/io/lobster/test_inputs.py::TestBandoverlaps::test_attributes": 0.03444258286617696, + "tests/io/lobster/test_inputs.py::TestBandoverlaps::test_has_good_quality": 0.07392687490209937, + "tests/io/lobster/test_inputs.py::TestBandoverlaps::test_keys": 0.03380649897735566, + "tests/io/lobster/test_inputs.py::TestBandoverlaps::test_msonable": 0.03354079194832593, + "tests/io/lobster/test_inputs.py::TestCharge::test_attributes": 0.0020434590987861156, + "tests/io/lobster/test_inputs.py::TestCharge::test_get_structure_with_charges": 0.002012499957345426, + "tests/io/lobster/test_inputs.py::TestCharge::test_msonable": 0.0017944581340998411, + "tests/io/lobster/test_inputs.py::TestCohpcar::test_attributes": 0.0924934990471229, + "tests/io/lobster/test_inputs.py::TestCohpcar::test_cohp_data": 0.08881750097498298, + "tests/io/lobster/test_inputs.py::TestCohpcar::test_energies": 0.08745474915485829, + "tests/io/lobster/test_inputs.py::TestCohpcar::test_orbital_resolved_cohp": 0.08796850102953613, + "tests/io/lobster/test_inputs.py::TestDoscar::test_complete_dos": 0.0025260000256821513, + "tests/io/lobster/test_inputs.py::TestDoscar::test_energies": 0.0009829580085352063, + "tests/io/lobster/test_inputs.py::TestDoscar::test_is_spin_polarized": 0.0009485420305281878, + "tests/io/lobster/test_inputs.py::TestDoscar::test_itdensities": 0.0009536659345030785, + "tests/io/lobster/test_inputs.py::TestDoscar::test_pdos": 0.0009417919209226966, + "tests/io/lobster/test_inputs.py::TestDoscar::test_tdensities": 0.0009322499390691519, + "tests/io/lobster/test_inputs.py::TestDoscar::test_tdos": 0.0010025419760495424, + "tests/io/lobster/test_inputs.py::TestFatband::test_attributes": 6.183903792058118, + "tests/io/lobster/test_inputs.py::TestFatband::test_get_bandstructure": 2.6398644170258194, + "tests/io/lobster/test_inputs.py::TestFatband::test_raises": 1.7344116668682545, + "tests/io/lobster/test_inputs.py::TestGrosspop::test_attributes": 0.0008155421819537878, + "tests/io/lobster/test_inputs.py::TestGrosspop::test_msonable": 0.0003689998993650079, + "tests/io/lobster/test_inputs.py::TestGrosspop::test_structure_with_grosspop": 0.0008278340101242065, + "tests/io/lobster/test_inputs.py::TestIcohplist::test_attributes": 0.0033807079307734966, + "tests/io/lobster/test_inputs.py::TestIcohplist::test_msonable": 0.002358041936531663, + "tests/io/lobster/test_inputs.py::TestIcohplist::test_values": 0.0011210839729756117, + "tests/io/lobster/test_inputs.py::TestLobsterMatrices::test_attributes": 0.0027378329541534185, + "tests/io/lobster/test_inputs.py::TestLobsterMatrices::test_raises": 0.00210770801641047, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_as_from_dict": 0.002185084973461926, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_dict_functionality": 0.0004905830137431622, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_diff": 0.0014792921720072627, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_from_file": 0.00044729106593877077, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_get_all_possible_basis_functions": 0.08390729106031358, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_get_basis": 0.06409975094720721, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_get_potcar_symbols": 0.03773454180918634, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_getitem": 0.00047437509056180716, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_initialize_from_dict": 0.0029206250328570604, "tests/io/lobster/test_inputs.py::TestLobsterin::test_msonable_implementation": 0.0035085839335806668, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_diff": 0.0007893749861977994, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_from_file": 0.0004478759947232902, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_get_all_possible_basis_functions": 0.07596783398184925, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_get_basis": 0.05943404097342864, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_get_potcar_symbols": 0.036021333013195544, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_getitem": 0.0009444999741390347, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_initialize_from_dict": 0.0011298759491182864, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_setitem": 0.00046620803186669946, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_standard_settings": 0.2815668329712935, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_standard_with_energy_range_from_vasprun": 2.6264466660213657, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_write_incar": 0.03161645797081292, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_write_kpoints": 0.037688249023631215, - "tests/io/lobster/test_inputs.py::TestLobsterin::test_write_lobsterin": 0.030836959020234644, - "tests/io/lobster/test_inputs.py::TestLobsterout::test_get_doc": 0.004303499008528888, - "tests/io/lobster/test_inputs.py::TestLobsterout::test_attributes": 0.003141166002023965, - "tests/io/lobster/test_inputs.py::TestMadelungEnergies::test_attributes": 0.0023860419751144946, - "tests/io/lobster/test_inputs.py::TestSitePotentials::test_attributes": 0.002964083047118038, - "tests/io/lobster/test_inputs.py::TestSitePotentials::test_get_structure": 0.0025429160450585186, - "tests/io/lobster/test_inputs.py::TestUtils::test_get_all_possible_basis_combinations": 0.00213954207720235, - "tests/io/lobster/test_inputs.py::TestWavefunction::test_get_volumetricdata_density": 0.681896542024333, - "tests/io/lobster/test_inputs.py::TestWavefunction::test_get_volumetricdata_imaginary": 0.7034926669439301, - "tests/io/lobster/test_inputs.py::TestWavefunction::test_get_volumetricdata_real": 2.502564332971815, - "tests/io/lobster/test_inputs.py::TestWavefunction::test_parse_file": 0.0633906259899959, - "tests/io/lobster/test_inputs.py::TestWavefunction::test_set_volumetric_data": 0.6911579160369001, - "tests/io/lobster/test_inputs.py::TestWavefunction::test_write_file": 0.8439786250237375, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_read_write_lobsterin": 0.0010534580796957016, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_setitem": 0.00039966683834791183, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_standard_settings": 0.2833495420636609, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_standard_with_energy_range_from_vasprun": 2.3983260409440845, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_write_incar": 0.029917791951447725, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_write_kpoints": 0.04998666688334197, + "tests/io/lobster/test_inputs.py::TestLobsterin::test_write_lobsterin": 0.030357707990333438, + "tests/io/lobster/test_inputs.py::TestLobsterout::test_attributes": 0.0031437909929081798, + "tests/io/lobster/test_inputs.py::TestLobsterout::test_get_doc": 0.0024020830169320107, + "tests/io/lobster/test_inputs.py::TestLobsterout::test_msonable": 0.002573958016000688, + "tests/io/lobster/test_inputs.py::TestMadelungEnergies::test_attributes": 0.001629000180400908, + "tests/io/lobster/test_inputs.py::TestMadelungEnergies::test_msonable": 0.0015292909229174256, + "tests/io/lobster/test_inputs.py::TestNciCobiList::test_ncicobilist": 0.0008109589107334614, + "tests/io/lobster/test_inputs.py::TestSitePotentials::test_attributes": 0.0019612088799476624, + "tests/io/lobster/test_inputs.py::TestSitePotentials::test_get_structure": 0.0017423741519451141, + "tests/io/lobster/test_inputs.py::TestSitePotentials::test_msonable": 0.001675165956839919, + "tests/io/lobster/test_inputs.py::TestUtils::test_get_all_possible_basis_combinations": 0.0017387500265613198, + "tests/io/lobster/test_inputs.py::TestWavefunction::test_get_volumetricdata_density": 0.7642391659319401, + "tests/io/lobster/test_inputs.py::TestWavefunction::test_get_volumetricdata_imaginary": 0.7659482921008021, + "tests/io/lobster/test_inputs.py::TestWavefunction::test_get_volumetricdata_real": 0.7614442489575595, + "tests/io/lobster/test_inputs.py::TestWavefunction::test_parse_file": 0.05900612601544708, + "tests/io/lobster/test_inputs.py::TestWavefunction::test_set_volumetric_data": 0.7582107071066275, + "tests/io/lobster/test_inputs.py::TestWavefunction::test_write_file": 0.9172495000530034, "tests/io/lobster/test_inputsenv.py::TestLobsterNeighbors::test_cation_anion_mode_without_ions": 0.2767070830450393, "tests/io/lobster/test_inputsenv.py::TestLobsterNeighbors::test_extended_structure_graph": 0.24385966698173434, "tests/io/lobster/test_inputsenv.py::TestLobsterNeighbors::test_get_anion_types": 0.24301624903455377, @@ -1732,118 +2025,161 @@ "tests/io/lobster/test_inputsenv.py::TestLobsterNeighbors::test_set_limits": 0.2663767909980379, "tests/io/lobster/test_inputsenv.py::TestLobsterNeighbors::test_structure_graph": 0.2327015830669552, "tests/io/lobster/test_inputsenv.py::TestLobsterNeighbors::test_wrong_additional_correction": 0.23369149904465303, - "tests/io/qchem/test_inputs.py::TestQCInput::test_str": 0.003099416964687407, - "tests/io/qchem/test_inputs.py::TestQCInput::test_almo_template": 0.002007041999604553, - "tests/io/qchem/test_inputs.py::TestQCInput::test_cdft_template": 0.0019558750209398568, - "tests/io/qchem/test_inputs.py::TestQCInput::test_find_sections": 0.002032040967606008, - "tests/io/qchem/test_inputs.py::TestQCInput::test_from_multi_jobs_file": 0.003898250055499375, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_cation_anion_mode_without_ions": 0.5285959169268608, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_extended_structure_graph": 0.3248657489893958, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_anion_types": 0.483797668130137, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_info_cohps_to_neighbors": 4.348096832050942, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_info_icohps_neighbors": 0.5091199580347165, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_nn_info": 0.503950874786824, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_plot_label": 0.3086395829450339, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_structure_environments": 0.5535781659418717, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_strucuture_environments_further_tests": 0.3319182089762762, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_get_sum_icohps_between_neighbors_of_atom": 0.5025363749591634, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_molecules_allowed": 0.4965980420820415, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_order_parameter": 0.3108752489788458, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_raises_extended_structure_graph": 0.4931901260279119, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_set_limits": 0.5357687080977485, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_structure_graph": 0.3126159170642495, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_valences": 0.49879570805933326, + "tests/io/lobster/test_lobsterenv.py::TestLobsterNeighbors::test_wrong_additional_correction": 0.3127874170895666, + "tests/io/pwmat/test_inputs.py::TestACstrExtractor::test_extract": 0.002624749089591205, + "tests/io/pwmat/test_inputs.py::TestAtomConfig::test_from_file": 0.001870333100669086, + "tests/io/pwmat/test_inputs.py::TestAtomConfig::test_init": 0.0018110431265085936, + "tests/io/pwmat/test_inputs.py::TestAtomConfig::test_write_file": 0.0064087489154189825, + "tests/io/pwmat/test_inputs.py::TestGenKpt::test_from_structure": 0.005046083009801805, + "tests/io/pwmat/test_inputs.py::TestGenKpt::test_write_file": 0.004868999123573303, + "tests/io/pwmat/test_inputs.py::TestHighSymmetryPoint::test_from_structure": 0.0026540838880464435, + "tests/io/pwmat/test_inputs.py::TestHighSymmetryPoint::test_write_file": 0.0046084990026429296, + "tests/io/pwmat/test_inputs.py::test_err_msg_on_seekpath_not_installed": 0.0001851251581683755, + "tests/io/pwmat/test_inputs.py::test_line_locator[-1]": 0.00130558293312788, + "tests/io/pwmat/test_inputs.py::test_line_locator[AVERAGE-163]": 0.0006991659756749868, + "tests/io/pwmat/test_inputs.py::test_line_locator[average-163]": 0.000729875173419714, + "tests/io/pwmat/test_inputs.py::test_list_locator[-0]": 0.00019166606944054365, + "tests/io/pwmat/test_inputs.py::test_list_locator[AVERAGE-1]": 0.00018850096967071295, + "tests/io/pwmat/test_inputs.py::test_list_locator[average-1]": 0.00018508289940655231, + "tests/io/pwmat/test_outputs.py::TestDosSpin::test_init_and_properties": 0.0026075420901179314, + "tests/io/pwmat/test_outputs.py::TestMovement::test_init_and_properties": 0.003688791999593377, + "tests/io/pwmat/test_outputs.py::TestOutFermi::test_init_and_properties": 0.001871792133897543, + "tests/io/pwmat/test_outputs.py::TestReport::test_init_and_properties": 0.0026341668562963605, + "tests/io/qchem/test_inputs.py::TestQCInput::test_almo_template": 0.002176749985665083, + "tests/io/qchem/test_inputs.py::TestQCInput::test_cdft_template": 0.001511540962383151, + "tests/io/qchem/test_inputs.py::TestQCInput::test_find_sections": 0.00163062394130975, + "tests/io/qchem/test_inputs.py::TestQCInput::test_from_multi_jobs_file": 0.003806749009527266, + "tests/io/qchem/test_inputs.py::TestQCInput::test_from_str": 0.002828040858730674, "tests/io/qchem/test_inputs.py::TestQCInput::test_from_string": 0.003091959049925208, - "tests/io/qchem/test_inputs.py::TestQCInput::test_molecule_template": 0.0020344590302556753, - "tests/io/qchem/test_inputs.py::TestQCInput::test_multi_job_string": 0.0020499179954640567, - "tests/io/qchem/test_inputs.py::TestQCInput::test_multi_molecule_template": 0.002014167024753988, - "tests/io/qchem/test_inputs.py::TestQCInput::test_opt_template": 0.0019068740075454116, - "tests/io/qchem/test_inputs.py::TestQCInput::test_pcm_nonels_template": 0.0019040830084122717, - "tests/io/qchem/test_inputs.py::TestQCInput::test_pcm_template": 0.001978124026209116, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_almo": 0.002106499974615872, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_pcm": 0.002221000089775771, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_scan": 0.0021756250062026083, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_smx": 0.0020051669562235475, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_solvent": 0.001997500949073583, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_cdft": 0.002185375022236258, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_molecule": 0.002040166058577597, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_multi_molecule": 0.002240000059828162, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_nbo": 0.002652751049026847, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_negative": 0.002149209030903876, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_only_rem": 0.0020130419870838523, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_opt": 0.002317292906809598, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_pcm": 0.0018572909757494926, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_pcm_nonels": 0.0020130419870838523, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_plots": 0.0021948329522274435, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_rem": 0.001962748996447772, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_scan": 0.0019367500208318233, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_smx": 0.0019044989603571594, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_solvent": 0.0018760000239126384, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_svp": 0.0019187500001862645, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_write_custom_smd": 0.002658666984643787, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_write_nbo7": 0.002556792984250933, - "tests/io/qchem/test_inputs.py::TestQCInput::test_read_write_nbo_e2pert": 0.016725583001971245, - "tests/io/qchem/test_inputs.py::TestQCInput::test_rem_template": 0.0021179990144446492, - "tests/io/qchem/test_inputs.py::TestQCInput::test_scan_template": 0.0020920829847455025, - "tests/io/qchem/test_inputs.py::TestQCInput::test_smx_template": 0.0019727509934455156, - "tests/io/qchem/test_inputs.py::TestQCInput::test_solvent_template": 0.0019840000895783305, - "tests/io/qchem/test_inputs.py::TestQCInput::test_svp_template": 0.001925208023749292, - "tests/io/qchem/test_inputs.py::TestQCInput::test_van_der_waals_template": 0.0019913740106858313, - "tests/io/qchem/test_inputs.py::TestQCInput::test_write_file_from_opt_set": 0.0025455409195274115, - "tests/io/qchem/test_inputs.py::TestQCInput::test_write_file_from_opt_set_with_vdw": 0.0026175420498475432, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo5_vs_nbo7_hybridization_character": 0.3412582920282148, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo7_infinite_e2pert": 4.674111375992652, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo7_parsing": 0.9294854170293547, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo_3_c": 3.7490599179873243, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo_hyperbonds": 4.5397462919936515, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo_parsing": 0.20373529201606289, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_all": 0.0022814590483903885, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_almo_msdft2_parsing": 0.009614958078600466, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_cdft_dc_parsing": 0.027350750984624028, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_cdft_parsing": 0.007938458060380071, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_cmirs_benzene": 0.009891332942061126, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_cmirs_dielst10": 0.009173416998237371, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_cmirs_water": 0.008916167018469423, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_fodft_parsing": 0.006611333054024726, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_isosvp_dielst10": 0.007734001032076776, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_isosvp_water": 0.007928543025627732, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_pod_parsing": 0.006640166917350143, - "tests/io/qchem/test_outputs.py::TestQCOutput::test_structural_change": 0.0023383740335702896, - "tests/io/qchem/test_sets.py::TestForceSet::test_init": 0.0024329160223715007, - "tests/io/qchem/test_sets.py::TestForceSet::test_pcm_init": 0.002382832928560674, - "tests/io/qchem/test_sets.py::TestForceSet::test_smd_init": 0.0024207919486798346, - "tests/io/qchem/test_sets.py::TestFreqSet::test_init": 0.002499707043170929, - "tests/io/qchem/test_sets.py::TestFreqSet::test_pcm_init": 0.002409375039860606, - "tests/io/qchem/test_sets.py::TestFreqSet::test_smd_init": 0.0023976259399205446, - "tests/io/qchem/test_sets.py::TestOptSet::test_init": 0.002685416955500841, - "tests/io/qchem/test_sets.py::TestOptSet::test_nbo_init": 0.002541417081374675, - "tests/io/qchem/test_sets.py::TestOptSet::test_overwrite_opt_input": 0.0026765409857034683, - "tests/io/qchem/test_sets.py::TestOptSet::test_pcm_init": 0.0028299579862505198, - "tests/io/qchem/test_sets.py::TestOptSet::test_smd_init": 0.0024413340142928064, - "tests/io/qchem/test_sets.py::TestOptSet::test_v5_vs_v6": 0.0025839170557446778, - "tests/io/qchem/test_sets.py::TestPESScanSet::test_init": 0.0032787909731268883, - "tests/io/qchem/test_sets.py::TestPESScanSet::test_pcm_init": 0.0026079179951921105, - "tests/io/qchem/test_sets.py::TestPESScanSet::test_smd_init": 0.002783999952953309, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_cmirs_write": 0.003096582891885191, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_custom_smd_write": 0.00310400000307709, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_double_solvation": 0.0021487080375663936, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_full_init": 0.0022812499664723873, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_init": 0.0028212089091539383, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_isosvp_write": 0.0030572509858757257, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_overwrite_input": 0.002333208976779133, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_pcm_write": 0.0031558340415358543, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_smd_write": 0.002683000057004392, - "tests/io/qchem/test_sets.py::TestQChemDictSet::test_solvation_warnings": 0.0024272510199807584, - "tests/io/qchem/test_sets.py::TestSinglePointSet::test_cmirs_init": 0.0024409579928033054, - "tests/io/qchem/test_sets.py::TestSinglePointSet::test_init": 0.002346833993215114, - "tests/io/qchem/test_sets.py::TestSinglePointSet::test_isosvp_init": 0.002452873974107206, - "tests/io/qchem/test_sets.py::TestSinglePointSet::test_pcm_init": 0.0027250819839537144, - "tests/io/qchem/test_sets.py::TestSinglePointSet::test_plots_init": 0.0024246250395663083, - "tests/io/qchem/test_sets.py::TestSinglePointSet::test_scf_extra_print": 0.0023322919732891023, - "tests/io/qchem/test_sets.py::TestSinglePointSet::test_smd_init": 0.0028274180367588997, - "tests/io/qchem/test_sets.py::TestTransitionStateSet::test_init": 0.002386624983046204, - "tests/io/qchem/test_sets.py::TestTransitionStateSet::test_pcm_init": 0.0024144590133801103, - "tests/io/qchem/test_sets.py::TestTransitionStateSet::test_smd_init": 0.0025671670446172357, - "tests/io/qchem/test_utils.py::TestUtil::test_lower_and_check_unique": 0.0021872930228710175, - "tests/io/qchem/test_utils.py::TestUtil::test_process_parsed_hess": 0.002589459007140249, - "tests/io/test_adf.py::TestAdfInput::test_main": 0.0013148330617696047, - "tests/io/test_adf.py::TestAdfKey::test_atom_block_key": 0.0005978330736979842, - "tests/io/test_adf.py::TestAdfKey::test_end": 0.0002733750152401626, + "tests/io/qchem/test_inputs.py::TestQCInput::test_molecule_template": 0.001690000994130969, + "tests/io/qchem/test_inputs.py::TestQCInput::test_multi_job_string": 0.001689957920461893, + "tests/io/qchem/test_inputs.py::TestQCInput::test_multi_molecule_template": 0.001602374017238617, + "tests/io/qchem/test_inputs.py::TestQCInput::test_opt_template": 0.0015228328993543983, + "tests/io/qchem/test_inputs.py::TestQCInput::test_pcm_nonels_template": 0.0014641251182183623, + "tests/io/qchem/test_inputs.py::TestQCInput::test_pcm_template": 0.0015044590691104531, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_almo": 0.0016521660145372152, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_pcm": 0.0018277909839525819, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_scan": 0.002042708918452263, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_smx": 0.0016535420436412096, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_bad_solvent": 0.0016338330460712314, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_cdft": 0.0018132489640265703, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_molecule": 0.0016454589786008, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_multi_molecule": 0.0018570009851828218, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_nbo": 0.0021252090809866786, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_negative": 0.0018068748759105802, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_only_rem": 0.001500750076957047, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_opt": 0.0019929170375689864, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_pcm": 0.0015462510054931045, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_pcm_nonels": 0.0016534170135855675, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_plots": 0.0018547918880358338, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_rem": 0.0015617921017110348, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_scan": 0.0015208340482786298, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_smx": 0.001684249029494822, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_solvent": 0.0016347069758921862, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_svp": 0.001570209045894444, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_write_custom_smd": 0.0031830420484766364, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_write_nbo7": 0.0022673760540783405, + "tests/io/qchem/test_inputs.py::TestQCInput::test_read_write_nbo_e2pert": 0.017728042090311646, + "tests/io/qchem/test_inputs.py::TestQCInput::test_rem_template": 0.0016425831709057093, + "tests/io/qchem/test_inputs.py::TestQCInput::test_scan_template": 0.0016344590112566948, + "tests/io/qchem/test_inputs.py::TestQCInput::test_smx_template": 0.0015475000254809856, + "tests/io/qchem/test_inputs.py::TestQCInput::test_solvent_template": 0.0015570421237498522, + "tests/io/qchem/test_inputs.py::TestQCInput::test_str": 0.0016362910391762853, + "tests/io/qchem/test_inputs.py::TestQCInput::test_svp_template": 0.0015295000048354268, + "tests/io/qchem/test_inputs.py::TestQCInput::test_van_der_waals_template": 0.0015688329003751278, + "tests/io/qchem/test_inputs.py::TestQCInput::test_write_file_from_opt_set": 0.0025281670968979597, + "tests/io/qchem/test_inputs.py::TestQCInput::test_write_file_from_opt_set_with_vdw": 0.0021851659985259175, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_all": 8.462497498840094e-05, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_almo_msdft2_parsing": 0.016424541012383997, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_cdft_dc_parsing": 0.03162270807661116, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_cdft_parsing": 0.008573125000111759, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_cmirs_benzene": 0.010578833054751158, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_cmirs_dielst10": 0.010007958975620568, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_cmirs_water": 0.009806083980947733, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_fodft_parsing": 0.007503751083277166, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_isosvp_dielst10": 0.008227208163589239, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_isosvp_water": 0.008096624980680645, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_multipole_parsing": 0.30452737503219396, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo5_vs_nbo7_hybridization_character": 0.43307349900715053, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo7_infinite_e2pert": 6.086533082998358, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo7_parsing": 1.202374876011163, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo_3_c": 5.092489417991601, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo_hyperbonds": 6.146182042080909, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo_parsing": 0.26773983298335224, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_pod_parsing": 0.00803583289962262, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_qchem_6_1_1": 0.023261792957782745, + "tests/io/qchem/test_outputs.py::TestQCOutput::test_structural_change": 0.00021174992434680462, + "tests/io/qchem/test_outputs.py::test_gradient": 0.002231084043160081, + "tests/io/qchem/test_outputs.py::test_hessian": 0.002584999892860651, + "tests/io/qchem/test_outputs.py::test_prev_orbital_coeffs": 0.06901570805348456, + "tests/io/qchem/test_sets.py::TestForceSet::test_init": 0.0023363340878859162, + "tests/io/qchem/test_sets.py::TestForceSet::test_pcm_init": 0.0019432499539107084, + "tests/io/qchem/test_sets.py::TestForceSet::test_smd_init": 0.0018929169746115804, + "tests/io/qchem/test_sets.py::TestFreqSet::test_init": 0.0019975410541519523, + "tests/io/qchem/test_sets.py::TestFreqSet::test_pcm_init": 0.0019572500605136156, + "tests/io/qchem/test_sets.py::TestFreqSet::test_smd_init": 0.001977335079573095, + "tests/io/qchem/test_sets.py::TestOptSet::test_init": 0.0019389580702409148, + "tests/io/qchem/test_sets.py::TestOptSet::test_nbo_init": 0.001834249822422862, + "tests/io/qchem/test_sets.py::TestOptSet::test_overwrite_opt_input": 0.0016844170168042183, + "tests/io/qchem/test_sets.py::TestOptSet::test_pcm_init": 0.0018745420966297388, + "tests/io/qchem/test_sets.py::TestOptSet::test_smd_init": 0.0018951240926980972, + "tests/io/qchem/test_sets.py::TestOptSet::test_v5_vs_v6": 0.002059499965980649, + "tests/io/qchem/test_sets.py::TestPESScanSet::test_init": 0.00246966490522027, + "tests/io/qchem/test_sets.py::TestPESScanSet::test_pcm_init": 0.002158457995392382, + "tests/io/qchem/test_sets.py::TestPESScanSet::test_smd_init": 0.0020390839781612158, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_cmirs_write": 0.003063625073991716, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_custom_smd_write": 0.0025141661753877997, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_double_solvation": 0.0017996240640059114, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_full_init": 0.0019325410248711705, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_init": 0.0019715001108124852, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_isosvp_write": 0.0021841259440407157, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_overwrite_input": 0.0017359169432893395, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_pcm_write": 0.0024555838899686933, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_smd_write": 0.002363458974286914, + "tests/io/qchem/test_sets.py::TestQChemDictSet::test_solvation_warnings": 0.0022484170040115714, + "tests/io/qchem/test_sets.py::TestSinglePointSet::test_cmirs_init": 0.0022330840583890676, + "tests/io/qchem/test_sets.py::TestSinglePointSet::test_init": 0.0019890001276507974, + "tests/io/qchem/test_sets.py::TestSinglePointSet::test_isosvp_init": 0.0019289159681648016, + "tests/io/qchem/test_sets.py::TestSinglePointSet::test_pcm_init": 0.0018859580159187317, + "tests/io/qchem/test_sets.py::TestSinglePointSet::test_plots_init": 0.0019010419491678476, + "tests/io/qchem/test_sets.py::TestSinglePointSet::test_scf_extra_print": 0.0019052500138059258, + "tests/io/qchem/test_sets.py::TestSinglePointSet::test_smd_init": 0.0018804589053615928, + "tests/io/qchem/test_sets.py::TestTransitionStateSet::test_init": 0.002067292109131813, + "tests/io/qchem/test_sets.py::TestTransitionStateSet::test_pcm_init": 0.0018989170202985406, + "tests/io/qchem/test_sets.py::TestTransitionStateSet::test_smd_init": 0.0021239169873297215, + "tests/io/qchem/test_utils.py::TestUtil::test_lower_and_check_unique": 0.0016431240364909172, + "tests/io/qchem/test_utils.py::TestUtil::test_process_parsed_hess": 0.0018395419465377927, + "tests/io/test_adf.py::TestAdfInput::test_main": 0.0024312500609084964, + "tests/io/test_adf.py::TestAdfKey::test_atom_block_key": 0.00022374896798282862, + "tests/io/test_adf.py::TestAdfKey::test_end": 0.00013074895832687616, + "tests/io/test_adf.py::TestAdfKey::test_from_str": 0.00017300015315413475, "tests/io/test_adf.py::TestAdfKey::test_from_string": 0.00031841598683968186, - "tests/io/test_adf.py::TestAdfKey::test_option_operations": 0.0002735410234890878, - "tests/io/test_adf.py::TestAdfKey::test_options": 0.00029458297649398446, - "tests/io/test_adf.py::TestAdfKey::test_simple": 0.0015769580495543778, - "tests/io/test_adf.py::TestAdfKey::test_subkeys": 0.00033454300137236714, - "tests/io/test_adf.py::TestAdfKey::test_subkeys_subkeys": 0.00028487498639151454, - "tests/io/test_adf.py::TestAdfOutput::test_analytical_freq": 0.0064674169989302754, - "tests/io/test_adf.py::TestAdfOutput::test_numerical_freq": 0.001885458012111485, - "tests/io/test_adf.py::TestAdfOutput::test_single_point": 0.000735500012524426, - "tests/io/test_adf.py::TestAdfTask::test_energy": 0.00032970792381092906, - "tests/io/test_adf.py::TestAdfTask::test_serialization": 0.0003492500400170684, + "tests/io/test_adf.py::TestAdfKey::test_option_operations": 0.00013579102233052254, + "tests/io/test_adf.py::TestAdfKey::test_options": 0.00014158198609948158, + "tests/io/test_adf.py::TestAdfKey::test_simple": 0.000154001172631979, + "tests/io/test_adf.py::TestAdfKey::test_subkeys": 0.00017549993935972452, + "tests/io/test_adf.py::TestAdfKey::test_subkeys_subkeys": 0.0001463328953832388, + "tests/io/test_adf.py::TestAdfOutput::test_analytical_freq": 0.006744959042407572, + "tests/io/test_adf.py::TestAdfOutput::test_numerical_freq": 0.002203041920438409, + "tests/io/test_adf.py::TestAdfOutput::test_single_point": 0.0005862910766154528, + "tests/io/test_adf.py::TestAdfTask::test_energy": 0.0001884580124169588, + "tests/io/test_adf.py::TestAdfTask::test_serialization": 0.00022074882872402668, "tests/io/test_ase.py::TestAseAtomsAdaptor::test_back_forth": 0.050828250066842884, "tests/io/test_ase.py::TestAseAtomsAdaptor::test_get_atoms_from_molecule": 0.0005195009871385992, "tests/io/test_ase.py::TestAseAtomsAdaptor::test_get_atoms_from_molecule_dyn": 0.00040833395905792713, @@ -1857,687 +2193,831 @@ "tests/io/test_ase.py::TestAseAtomsAdaptor::test_get_structure": 0.004358750011306256, "tests/io/test_ase.py::TestAseAtomsAdaptor::test_get_structure_dyn": 0.0008849180303514004, "tests/io/test_ase.py::TestAseAtomsAdaptor::test_get_structure_mag": 0.045028833963442594, - "tests/io/test_atat.py::TestAtat::test_mcsqs_cif_nacl": 0.009472791978623718, - "tests/io/test_atat.py::TestAtat::test_mcsqs_cif_pzt": 0.005452708050142974, - "tests/io/test_atat.py::TestAtat::test_mcsqs_export": 0.001973375037778169, - "tests/io/test_atat.py::TestAtat::test_mcsqs_import": 0.002106332976836711, - "tests/io/test_cif.py::TestCifBlock::test_double_quoted_data": 0.0018029159982688725, - "tests/io/test_cif.py::TestCifBlock::test_double_quotes_and_underscore_data": 0.0017531669582240283, - "tests/io/test_cif.py::TestCifBlock::test_long_loop": 0.001745666959322989, - "tests/io/test_cif.py::TestCifBlock::test_nested_fake_multiline_quotes": 0.0018659159541130066, + "tests/io/test_ase.py::test_back_forth[cif/V2O3.cif]": 6.770889740437269e-05, + "tests/io/test_ase.py::test_back_forth[io/vasp/outputs/OUTCAR.gz]": 6.637396290898323e-05, + "tests/io/test_ase.py::test_back_forth_v2": 7.01249809935689e-05, + "tests/io/test_ase.py::test_back_forth_v3": 7.824995554983616e-05, + "tests/io/test_ase.py::test_back_forth_v4": 7.120799273252487e-05, + "tests/io/test_ase.py::test_get_atoms_from_molecule": 0.00015054200775921345, + "tests/io/test_ase.py::test_get_atoms_from_molecule_dyn": 6.658292841166258e-05, + "tests/io/test_ase.py::test_get_atoms_from_molecule_mags": 6.924895569682121e-05, + "tests/io/test_ase.py::test_get_atoms_from_structure": 9.02500469237566e-05, + "tests/io/test_ase.py::test_get_atoms_from_structure_charge": 7.808406371623278e-05, + "tests/io/test_ase.py::test_get_atoms_from_structure_dyn": 7.037492468953133e-05, + "tests/io/test_ase.py::test_get_atoms_from_structure_mags": 7.204210851341486e-05, + "tests/io/test_ase.py::test_get_atoms_from_structure_oxi_states": 7.012393325567245e-05, + "tests/io/test_ase.py::test_get_molecule": 7.216690573841333e-05, + "tests/io/test_ase.py::test_get_structure": 6.77499920129776e-05, + "tests/io/test_ase.py::test_get_structure_dyn[select_dyn0]": 6.808293983340263e-05, + "tests/io/test_ase.py::test_get_structure_dyn[select_dyn1]": 6.695894990116358e-05, + "tests/io/test_ase.py::test_get_structure_dyn[select_dyn2]": 6.512505933642387e-05, + "tests/io/test_ase.py::test_get_structure_dyn[select_dyn3]": 0.0001389170065522194, + "tests/io/test_ase.py::test_get_structure_mag": 7.429206743836403e-05, + "tests/io/test_ase.py::test_msonable_atoms": 7.041601929813623e-05, + "tests/io/test_ase.py::test_no_ase_err": 0.00025804201140999794, + "tests/io/test_atat.py::TestAtat::test_mcsqs_cif_nacl": 0.010452249902300537, + "tests/io/test_atat.py::TestAtat::test_mcsqs_cif_pzt": 0.006113958079367876, + "tests/io/test_atat.py::TestAtat::test_mcsqs_export": 0.002074750140309334, + "tests/io/test_atat.py::TestAtat::test_mcsqs_import": 0.0021727080456912518, + "tests/io/test_cif.py::TestCifBlock::test_double_quoted_data": 0.001834749011322856, + "tests/io/test_cif.py::TestCifBlock::test_double_quotes_and_underscore_data": 0.0016329580685123801, + "tests/io/test_cif.py::TestCifBlock::test_long_loop": 0.0015499170403927565, + "tests/io/test_cif.py::TestCifBlock::test_nested_fake_multiline_quotes": 0.0015920420410111547, + "tests/io/test_cif.py::TestCifBlock::test_to_str": 0.002573583973571658, "tests/io/test_cif.py::TestCifBlock::test_to_string": 0.0026190420030616224, - "tests/io/test_cif.py::TestCifIO::test_cif_parser": 0.07056800002465025, - "tests/io/test_cif.py::TestCifIO::test_cif_parser_cod": 0.03850187506759539, - "tests/io/test_cif.py::TestCifIO::test_cif_writer": 0.037296917056664824, "tests/io/test_cif.py::TestCifIO::test_bad_cif": 0.20352345798164606, - "tests/io/test_cif.py::TestCifIO::test_cif_parser_springer_pauling": 0.12847712403163314, - "tests/io/test_cif.py::TestCifIO::test_cif_writer_labeled": 0.03572562395129353, - "tests/io/test_cif.py::TestCifIO::test_cif_writer_without_refinement": 0.02346849994501099, - "tests/io/test_cif.py::TestCifIO::test_disordered": 0.0019992499728687108, - "tests/io/test_cif.py::TestCifIO::test_dot_positions": 0.005828208988532424, - "tests/io/test_cif.py::TestCifIO::test_empty": 0.0018112090765498579, - "tests/io/test_cif.py::TestCifIO::test_empty_deque": 0.01546912599587813, - "tests/io/test_cif.py::TestCifIO::test_get_lattice_from_lattice_type": 0.03384979197289795, - "tests/io/test_cif.py::TestCifIO::test_get_symmetrized_structure": 0.019979082979261875, - "tests/io/test_cif.py::TestCifIO::test_implicit_hydrogen": 0.015556126134470105, - "tests/io/test_cif.py::TestCifIO::test_missing_atom_site_type_with_oxi_states": 0.08123516693012789, - "tests/io/test_cif.py::TestCifIO::test_no_coords_or_species": 0.001998376043047756, - "tests/io/test_cif.py::TestCifIO::test_no_symmops": 0.019320917024742812, - "tests/io/test_cif.py::TestCifIO::test_one_line_symm": 0.0036095419200137258, - "tests/io/test_cif.py::TestCifIO::test_parse_symbol": 0.005582040990702808, - "tests/io/test_cif.py::TestCifIO::test_primes": 0.022110417019575834, - "tests/io/test_cif.py::TestCifIO::test_replacing_finite_precision_frac_coords": 0.01487579196691513, - "tests/io/test_cif.py::TestCifIO::test_site_labels": 0.022716625011526048, - "tests/io/test_cif.py::TestCifIO::test_site_symbol_preference": 0.013636041956488043, - "tests/io/test_cif.py::TestCifIO::test_specie_cif_writer": 0.0027243339573033154, - "tests/io/test_cif.py::TestCifIO::test_symmetrized": 0.11127212399151176, - "tests/io/test_cif.py::TestMagCif::test_bibtex": 0.0052501659956760705, + "tests/io/test_cif.py::TestCifIO::test_bad_occu": 0.1531245409278199, + "tests/io/test_cif.py::TestCifIO::test_cif_parser": 0.09105287492275238, + "tests/io/test_cif.py::TestCifIO::test_cif_parser_cod": 0.0244956670794636, + "tests/io/test_cif.py::TestCifIO::test_cif_parser_springer_pauling": 0.1186172078596428, + "tests/io/test_cif.py::TestCifIO::test_cif_writer": 0.006313833873718977, + "tests/io/test_cif.py::TestCifIO::test_cif_writer_labeled": 0.044628208968788385, + "tests/io/test_cif.py::TestCifIO::test_cif_writer_site_properties": 0.0028920818585902452, + "tests/io/test_cif.py::TestCifIO::test_cif_writer_without_refinement": 0.022749708965420723, + "tests/io/test_cif.py::TestCifIO::test_cif_writer_write_file": 0.01209891599137336, + "tests/io/test_cif.py::TestCifIO::test_disordered": 0.001983290887437761, + "tests/io/test_cif.py::TestCifIO::test_dot_positions": 0.0058531248942017555, + "tests/io/test_cif.py::TestCifIO::test_empty": 0.0016908759716898203, + "tests/io/test_cif.py::TestCifIO::test_empty_deque": 0.014254874200560153, + "tests/io/test_cif.py::TestCifIO::test_get_lattice_from_lattice_type": 0.006791624007746577, + "tests/io/test_cif.py::TestCifIO::test_get_symmetrized_structure": 0.02184641594067216, + "tests/io/test_cif.py::TestCifIO::test_implicit_hydrogen": 0.014324792893603444, + "tests/io/test_cif.py::TestCifIO::test_incorrect_stoichiometry": 0.0033307491103187203, + "tests/io/test_cif.py::TestCifIO::test_invalid_cif_composition": 0.00536945799831301, + "tests/io/test_cif.py::TestCifIO::test_missing_atom_site_type_with_oxi_states": 0.11029954091645777, + "tests/io/test_cif.py::TestCifIO::test_missing_cif_composition": 0.005025626043789089, + "tests/io/test_cif.py::TestCifIO::test_missing_elements": 0.002685332903638482, + "tests/io/test_cif.py::TestCifIO::test_no_check_occu": 0.02917958307079971, + "tests/io/test_cif.py::TestCifIO::test_no_coords_or_species": 0.0020370420534163713, + "tests/io/test_cif.py::TestCifIO::test_no_symmops": 0.016824792022816837, + "tests/io/test_cif.py::TestCifIO::test_not_check_occu": 0.01106196001637727, + "tests/io/test_cif.py::TestCifIO::test_one_line_symm": 0.0031419170554727316, + "tests/io/test_cif.py::TestCifIO::test_parse_symbol": 0.005891208071261644, + "tests/io/test_cif.py::TestCifIO::test_primes": 0.02569087501615286, + "tests/io/test_cif.py::TestCifIO::test_replacing_finite_precision_frac_coords": 0.008147250162437558, + "tests/io/test_cif.py::TestCifIO::test_site_labels": 0.03654845699202269, + "tests/io/test_cif.py::TestCifIO::test_site_symbol_preference": 0.012034500017762184, + "tests/io/test_cif.py::TestCifIO::test_skipping_relative_stoichiometry_check": 0.007508999900892377, + "tests/io/test_cif.py::TestCifIO::test_specie_cif_writer": 0.002951123984530568, + "tests/io/test_cif.py::TestCifIO::test_symmetrized": 0.11177516810130328, + "tests/io/test_cif.py::TestCifIO::test_valid_cif": 0.0059880000771954656, + "tests/io/test_cif.py::TestMagCif::test_bibtex": 0.005165165988728404, "tests/io/test_cif.py::TestMagCif::test_get_structures": 0.0418014990282245, - "tests/io/test_cif.py::TestMagCif::test_mcif_detection": 0.006092666008044034, - "tests/io/test_cif.py::TestMagCif::test_write": 0.015287459013052285, - "tests/io/test_common.py::test_cube_io_faithful": 0.0033464989974163473, - "tests/io/test_core.py::TestInputFile::test_file_io": 0.003398542059585452, - "tests/io/test_core.py::TestInputFile::test_msonable": 0.0025539990165270865, - "tests/io/test_core.py::TestInputSet::test_copy": 0.01771887403447181, - "tests/io/test_core.py::TestInputSet::test_deepcopy": 0.0037783330189995468, - "tests/io/test_core.py::TestInputSet::test_equality": 0.008786041988059878, - "tests/io/test_core.py::TestInputSet::test_mapping": 0.004571460012812167, - "tests/io/test_core.py::TestInputSet::test_msonable": 0.00683829199988395, - "tests/io/test_core.py::TestInputSet::test_write": 0.0037802919978275895, - "tests/io/test_core.py::TestInputSet::test_write_from_str": 0.003012623987160623, - "tests/io/test_cssr.py::TestCssr::test_from_file": 0.02747116592945531, - "tests/io/test_cssr.py::TestCssr::test_str": 0.026033623900730163, - "tests/io/test_fiesta.py::TestFiestaInput::test_init": 0.00043158303014934063, + "tests/io/test_cif.py::TestMagCif::test_mcif_detection": 0.0038799579488113523, + "tests/io/test_cif.py::TestMagCif::test_parse_structures": 0.05809724994469434, + "tests/io/test_cif.py::TestMagCif::test_write": 0.019195375964045525, + "tests/io/test_cif.py::test_cif_writer_non_unique_labels": 0.024796666111797094, + "tests/io/test_common.py::test_cube_io_faithful": 0.00371337600518018, + "tests/io/test_core.py::TestInputFile::test_file_io": 0.006017792038619518, + "tests/io/test_core.py::TestInputFile::test_msonable": 0.003264793078415096, + "tests/io/test_core.py::TestInputSet::test_copy": 0.01884745911229402, + "tests/io/test_core.py::TestInputSet::test_deepcopy": 0.005402540904469788, + "tests/io/test_core.py::TestInputSet::test_equality": 0.012542666052468121, + "tests/io/test_core.py::TestInputSet::test_mapping": 0.0038659999845549464, + "tests/io/test_core.py::TestInputSet::test_msonable": 0.007763249916024506, + "tests/io/test_core.py::TestInputSet::test_write": 0.004550958052277565, + "tests/io/test_core.py::TestInputSet::test_write_from_str": 0.002944084000773728, + "tests/io/test_cssr.py::TestCssr::test_from_file": 0.0007980000227689743, + "tests/io/test_cssr.py::TestCssr::test_str": 0.0005884569836780429, + "tests/io/test_fiesta.py::TestFiestaInput::test_init": 0.0002407910069450736, + "tests/io/test_fiesta.py::TestFiestaInput::test_str_and_from_str": 0.0003107090014964342, "tests/io/test_fiesta.py::TestFiestaInput::test_str_and_from_string": 0.000455999921541661, - "tests/io/test_fiesta.py::TestFiestaOutput::test_props": 0.0016798340366221964, - "tests/io/test_gaussian.py::TestGaussianInput::test_from_cart_coords": 0.0005319580668583512, - "tests/io/test_gaussian.py::TestGaussianInput::test_from_file": 0.004121290985494852, + "tests/io/test_fiesta.py::TestFiestaOutput::test_props": 0.0014917079824954271, + "tests/io/test_gaussian.py::TestGaussianInput::test_from_cart_coords": 0.0006006250623613596, + "tests/io/test_gaussian.py::TestGaussianInput::test_from_file": 0.0036751659354195, + "tests/io/test_gaussian.py::TestGaussianInput::test_from_str": 0.0006967500085011125, "tests/io/test_gaussian.py::TestGaussianInput::test_from_string": 0.0007665419252589345, - "tests/io/test_gaussian.py::TestGaussianInput::test_gen_basis": 0.00042866700096055865, - "tests/io/test_gaussian.py::TestGaussianInput::test_init": 0.00040841702139005065, - "tests/io/test_gaussian.py::TestGaussianInput::test_multiple_parameters": 0.0015059159486554563, - "tests/io/test_gaussian.py::TestGaussianInput::test_no_molecule": 0.00032249902142211795, - "tests/io/test_gaussian.py::TestGaussianInput::test_no_molecule_func_bset_charge_mult": 0.00029816600726917386, + "tests/io/test_gaussian.py::TestGaussianInput::test_gen_basis": 0.00037104112561792135, + "tests/io/test_gaussian.py::TestGaussianInput::test_init": 0.00034554197918623686, + "tests/io/test_gaussian.py::TestGaussianInput::test_multiple_parameters": 0.0013102510711178184, + "tests/io/test_gaussian.py::TestGaussianInput::test_no_molecule": 0.00023458304349333048, + "tests/io/test_gaussian.py::TestGaussianInput::test_no_molecule_func_bset_charge_mult": 0.00021283305250108242, + "tests/io/test_gaussian.py::TestGaussianInput::test_str_and_from_str": 0.0006042090244591236, "tests/io/test_gaussian.py::TestGaussianInput::test_str_and_from_string": 0.0006575410370714962, - "tests/io/test_gaussian.py::TestGaussianOutput::test_geo_opt": 0.03141824994236231, - "tests/io/test_gaussian.py::TestGaussianOutput::test_multiple_parameters": 0.023639249033294618, - "tests/io/test_gaussian.py::TestGaussianOutput::test_multiple_parameters_with_multiple_completed_lines": 0.014804458885919303, - "tests/io/test_gaussian.py::TestGaussianOutput::test_pop": 0.023932209995109588, - "tests/io/test_gaussian.py::TestGaussianOutput::test_props": 0.02460712502943352, - "tests/io/test_gaussian.py::TestGaussianOutput::test_resume": 0.0035436259931884706, - "tests/io/test_gaussian.py::TestGaussianOutput::test_scan": 0.05848408304154873, - "tests/io/test_gaussian.py::TestGaussianOutput::test_td": 0.005031165899708867, - "tests/io/test_jarvis.py::TestJarvisAtomsAdaptor::test_get_atoms_from_structure": 0.02918337401933968, - "tests/io/test_jarvis.py::TestJarvisAtomsAdaptor::test_get_structure": 0.026417082990519702, - "tests/io/test_lmto.py::TestCopl::test_attributes": 0.025373124051839113, - "tests/io/test_lmto.py::TestCopl::test_cohp_data": 0.026525332999881357, - "tests/io/test_lmto.py::TestCopl::test_energies": 0.03083708300255239, - "tests/io/test_lmto.py::TestCtrl::test_dict": 0.005411875026766211, - "tests/io/test_lmto.py::TestCtrl::test_read_write": 0.0058365410077385604, - "tests/io/test_lmto.py::TestCtrl::test_structure": 0.005541124963201582, + "tests/io/test_gaussian.py::TestGaussianOutput::test_geo_opt": 0.03457316698040813, + "tests/io/test_gaussian.py::TestGaussianOutput::test_multiple_parameters": 0.026063874829560518, + "tests/io/test_gaussian.py::TestGaussianOutput::test_multiple_parameters_with_multiple_completed_lines": 0.015335249947384, + "tests/io/test_gaussian.py::TestGaussianOutput::test_pop": 0.026552084018476307, + "tests/io/test_gaussian.py::TestGaussianOutput::test_props": 0.026860166806727648, + "tests/io/test_gaussian.py::TestGaussianOutput::test_resume": 0.003890375141054392, + "tests/io/test_gaussian.py::TestGaussianOutput::test_scan": 0.06546795892063528, + "tests/io/test_gaussian.py::TestGaussianOutput::test_td": 0.005577875999733806, + "tests/io/test_jarvis.py::TestJarvisAtomsAdaptor::test_get_atoms_from_structure": 0.0007920418865978718, + "tests/io/test_jarvis.py::TestJarvisAtomsAdaptor::test_get_structure": 0.0006041671149432659, + "tests/io/test_lmto.py::TestCopl::test_attributes": 0.027263750904239714, + "tests/io/test_lmto.py::TestCopl::test_cohp_data": 0.026830124901607633, + "tests/io/test_lmto.py::TestCopl::test_energies": 0.031408456969074905, + "tests/io/test_lmto.py::TestCtrl::test_dict": 0.007298167911358178, + "tests/io/test_lmto.py::TestCtrl::test_read_write": 0.006402835017070174, + "tests/io/test_lmto.py::TestCtrl::test_structure": 0.007505292189307511, + "tests/io/test_nwchem.py::TestNwInput::test_as_from_dict": 0.0005632918328046799, + "tests/io/test_nwchem.py::TestNwInput::test_from_str_and_file": 0.0016177080105990171, "tests/io/test_nwchem.py::TestNwInput::test_from_string_and_file": 0.0013300419668667018, - "tests/io/test_nwchem.py::TestNwInput::test_str": 0.00041550095193088055, - "tests/io/test_nwchem.py::TestNwInput::test_as_from_dict": 0.0005105409654788673, - "tests/io/test_nwchem.py::TestNwOutput::test_get_excitation_spectrum": 0.01884670800063759, - "tests/io/test_nwchem.py::TestNwOutput::test_parse_tddft": 0.010277249035425484, - "tests/io/test_nwchem.py::TestNwOutput::test_read": 0.5239433330134489, - "tests/io/test_nwchem.py::TestNwTask::test_dft_cosmo_task": 0.00042333308374509215, - "tests/io/test_nwchem.py::TestNwTask::test_dft_task": 0.0002994579845108092, - "tests/io/test_nwchem.py::TestNwTask::test_esp_task": 0.00029133399948477745, - "tests/io/test_nwchem.py::TestNwTask::test_init": 0.00040562404319643974, - "tests/io/test_nwchem.py::TestNwTask::test_multi_bset": 0.0002875829814001918, + "tests/io/test_nwchem.py::TestNwInput::test_str": 0.000408667023293674, + "tests/io/test_nwchem.py::TestNwOutput::test_get_excitation_spectrum": 0.018381833913736045, + "tests/io/test_nwchem.py::TestNwOutput::test_parse_tddft": 0.010599458124488592, + "tests/io/test_nwchem.py::TestNwOutput::test_read": 0.560641792952083, + "tests/io/test_nwchem.py::TestNwTask::test_as_from_dict": 0.00023816607426851988, + "tests/io/test_nwchem.py::TestNwTask::test_dft_cosmo_task": 0.0002852909965440631, + "tests/io/test_nwchem.py::TestNwTask::test_dft_task": 0.0002170829102396965, + "tests/io/test_nwchem.py::TestNwTask::test_esp_task": 0.0001944998512044549, + "tests/io/test_nwchem.py::TestNwTask::test_init": 0.00023370899725705385, + "tests/io/test_nwchem.py::TestNwTask::test_multi_bset": 0.00020541611593216658, + "tests/io/test_nwchem.py::TestNwTask::test_str": 0.00020974897779524326, "tests/io/test_nwchem.py::TestNwTask::test_str_and_from_string": 0.00027312495512887836, - "tests/io/test_nwchem.py::TestNwTask::test_as_from_dict": 0.00027541600866243243, - "tests/io/test_packmol.py::TestPackmolSet::test_arbitrary_filenames": 0.0002901249099522829, - "tests/io/test_packmol.py::TestPackmolSet::test_chdir_behavior": 0.00041825103107839823, - "tests/io/test_packmol.py::TestPackmolSet::test_control_params": 0.0005612490349449217, - "tests/io/test_packmol.py::TestPackmolSet::test_no_return_and_box": 0.0003661659429781139, - "tests/io/test_packmol.py::TestPackmolSet::test_packmol_with_molecule": 0.0006205840618349612, - "tests/io/test_packmol.py::TestPackmolSet::test_packmol_with_path": 0.0003335829824209213, - "tests/io/test_packmol.py::TestPackmolSet::test_packmol_with_str": 0.0003839160199277103, - "tests/io/test_packmol.py::TestPackmolSet::test_random_seed": 0.0005097080720588565, - "tests/io/test_packmol.py::TestPackmolSet::test_timeout": 0.00042508402839303017, - "tests/io/test_phonopy.py::TestGetDisplacedStructures::test_get_displaced_structures": 0.054276333015877753, - "tests/io/test_phonopy.py::TestGruneisen::test_gruneisen_parameter": 8.097009833029006, - "tests/io/test_phonopy.py::TestGruneisen::test_ph_bs_symm_line": 2.2054440009524114, - "tests/io/test_phonopy.py::TestPhonopyFromForceConstants::test_get_phonon_band_structure_from_fc": 0.11351208301493898, - "tests/io/test_phonopy.py::TestPhonopyFromForceConstants::test_get_phonon_band_structure_symm_line_from_fc": 0.15955721004866064, - "tests/io/test_phonopy.py::TestPhonopyFromForceConstants::test_get_phonon_dos_from_fc": 0.12111816805554554, - "tests/io/test_phonopy.py::TestPhonopyParser::test_get_complete_dos": 0.03425145801156759, - "tests/io/test_phonopy.py::TestPhonopyParser::test_get_ph_bs": 1.057502248964738, - "tests/io/test_phonopy.py::TestPhonopyParser::test_get_ph_dos": 0.0026664999895729125, - "tests/io/test_phonopy.py::TestStructureConversion::test_structure_conversion": 0.0023585399612784386, - "tests/io/test_phonopy.py::TestThermalDisplacementMatrices::test_get_thermal_displacement_matrix": 0.3102768330136314, + "tests/io/test_packmol.py::TestPackmolSet::test_arbitrary_filenames": 0.041822417988441885, + "tests/io/test_packmol.py::TestPackmolSet::test_chdir_behavior": 4.766889833030291, + "tests/io/test_packmol.py::TestPackmolSet::test_control_params": 0.06334345682989806, + "tests/io/test_packmol.py::TestPackmolSet::test_no_return_and_box": 1.9262033760314807, + "tests/io/test_packmol.py::TestPackmolSet::test_packmol_with_molecule": 0.028387041995301843, + "tests/io/test_packmol.py::TestPackmolSet::test_packmol_with_path": 0.03874479199294001, + "tests/io/test_packmol.py::TestPackmolSet::test_packmol_with_str": 0.03920808294788003, + "tests/io/test_packmol.py::TestPackmolSet::test_random_seed": 0.003305042046122253, + "tests/io/test_packmol.py::TestPackmolSet::test_timeout": 1.0147441261215135, + "tests/io/test_phonopy.py::TestGetDisplacedStructures::test_get_displaced_structures": 0.06774074910208583, + "tests/io/test_phonopy.py::TestGruneisen::test_gruneisen_parameter": 8.405284791951999, + "tests/io/test_phonopy.py::TestGruneisen::test_ph_bs_symm_line": 2.927598499925807, + "tests/io/test_phonopy.py::TestPhonopyFromForceConstants::test_get_phonon_band_structure_from_fc": 0.12067558406852186, + "tests/io/test_phonopy.py::TestPhonopyFromForceConstants::test_get_phonon_band_structure_symm_line_from_fc": 0.16042562597431242, + "tests/io/test_phonopy.py::TestPhonopyFromForceConstants::test_get_phonon_dos_from_fc": 0.11852562392596155, + "tests/io/test_phonopy.py::TestPhonopyParser::test_get_complete_dos": 0.042828583042137325, + "tests/io/test_phonopy.py::TestPhonopyParser::test_get_ph_bs": 1.702111499151215, + "tests/io/test_phonopy.py::TestPhonopyParser::test_get_ph_dos": 0.0033336259657517076, + "tests/io/test_phonopy.py::TestStructureConversion::test_structure_conversion": 0.007118041976355016, + "tests/io/test_phonopy.py::TestThermalDisplacementMatrices::test_get_thermal_displacement_matrix": 0.34904966689646244, + "tests/io/test_prismatic.py::TestPrismatic::test_to_str": 0.0025085830129683018, "tests/io/test_prismatic.py::TestPrismatic::test_to_string": 0.0016830840613692999, - "tests/io/test_pwscf.py::TestPWInput::test_init": 0.002231291029602289, - "tests/io/test_pwscf.py::TestPWInput::test_proc_val": 0.0019452490378171206, - "tests/io/test_pwscf.py::TestPWInput::test_read_str": 0.0025662089465186, - "tests/io/test_pwscf.py::TestPWInput::test_str_mixed_oxidation": 0.00190475006820634, - "tests/io/test_pwscf.py::TestPWInput::test_str_with_oxidation": 0.0018917499692179263, - "tests/io/test_pwscf.py::TestPWInput::test_str_without_oxidation": 0.001812709029763937, - "tests/io/test_pwscf.py::TestPWInput::test_write_str_with_kpoints": 0.001835790986660868, - "tests/io/test_pwscf.py::TestPWOuput::test_get_celldm": 0.002826084033586085, - "tests/io/test_pwscf.py::TestPWOuput::test_properties": 0.0021442079450935125, - "tests/io/test_res.py::TestAirssProvider::test_as_dict[provider0]": 0.0010883330251090229, - "tests/io/test_res.py::TestAirssProvider::test_cggf[provider0]": 0.00029395800083875656, - "tests/io/test_res.py::TestAirssProvider::test_entry[provider0]": 0.0016952490550465882, - "tests/io/test_res.py::TestAirssProvider::test_lattice[provider0]": 0.00037183298263698816, - "tests/io/test_res.py::TestAirssProvider::test_misc[provider0]": 0.0004765829653479159, - "tests/io/test_res.py::TestAirssProvider::test_moks[provider0]": 0.0002687489613890648, - "tests/io/test_res.py::TestAirssProvider::test_pspots[provider0]": 0.00026453996542841196, - "tests/io/test_res.py::TestAirssProvider::test_raise[provider0]": 0.0011902920086868107, - "tests/io/test_res.py::TestAirssProvider::test_titl[provider0]": 0.0002608329523354769, - "tests/io/test_res.py::TestSpin::test_gh_2938_example": 0.0010587499709799886, - "tests/io/test_res.py::TestSpin::test_read_spin": 0.0007515840115956962, - "tests/io/test_res.py::TestStructureModule::test_structure_from_file": 0.000609958020504564, - "tests/io/test_shengbte.py::TestShengBTE::test_msonable_implementation": 0.0022572510642930865, + "tests/io/test_pwscf.py::TestPWInput::test_init": 0.002395042101852596, + "tests/io/test_pwscf.py::TestPWInput::test_proc_val": 0.0021004588343203068, + "tests/io/test_pwscf.py::TestPWInput::test_read_str": 0.0028144591487944126, + "tests/io/test_pwscf.py::TestPWInput::test_str_mixed_oxidation": 0.001980751985684037, + "tests/io/test_pwscf.py::TestPWInput::test_str_with_oxidation": 0.0017818330088630319, + "tests/io/test_pwscf.py::TestPWInput::test_str_without_oxidation": 0.0017729169921949506, + "tests/io/test_pwscf.py::TestPWInput::test_write_str_with_kpoints": 0.002120582852512598, + "tests/io/test_pwscf.py::TestPWOuput::test_get_celldm": 0.0028720409609377384, + "tests/io/test_pwscf.py::TestPWOuput::test_properties": 0.002499123802408576, + "tests/io/test_res.py::TestAirssProvider::test_as_dict[provider0]": 0.0010722499573603272, + "tests/io/test_res.py::TestAirssProvider::test_cggf[provider0]": 0.0002042090054601431, + "tests/io/test_res.py::TestAirssProvider::test_empty_rems_no_blank_line[provider0]": 0.0007660000119358301, + "tests/io/test_res.py::TestAirssProvider::test_end_of_file_newline[provider0]": 0.0014693749835714698, + "tests/io/test_res.py::TestAirssProvider::test_entry[provider0]": 0.001914041000418365, + "tests/io/test_res.py::TestAirssProvider::test_lattice[provider0]": 0.00035874894820153713, + "tests/io/test_res.py::TestAirssProvider::test_misc[provider0]": 0.0005489169852808118, + "tests/io/test_res.py::TestAirssProvider::test_moks[provider0]": 0.00017558305989950895, + "tests/io/test_res.py::TestAirssProvider::test_pspots[provider0]": 0.00017399911303073168, + "tests/io/test_res.py::TestAirssProvider::test_raise[provider0]": 0.0013329170178622007, + "tests/io/test_res.py::TestAirssProvider::test_sfac_writer[provider0]": 0.00037725106813013554, + "tests/io/test_res.py::TestAirssProvider::test_titl[provider0]": 0.00017562415450811386, + "tests/io/test_res.py::TestSpin::test_gh_2938_example": 0.0011626670602709055, + "tests/io/test_res.py::TestSpin::test_read_spin": 0.0008174999384209514, + "tests/io/test_res.py::TestStructureModule::test_structure_from_file": 0.0004760829033330083, "tests/io/test_shengbte.py::TestShengBTE::test_from_dict": 0.001991875993553549, "tests/io/test_shengbte.py::TestShengBTE::test_from_file": 0.0018379579996690154, - "tests/io/test_template_input.py::TestTemplateInputGen::test_write_inputs": 0.0032079999800771475, - "tests/io/test_wannier90.py::TestUnk::test_eq": 0.0030655000591650605, - "tests/io/test_wannier90.py::TestUnk::test_from_file": 0.0032037500641308725, - "tests/io/test_wannier90.py::TestUnk::test_init": 0.003800499951466918, - "tests/io/test_wannier90.py::TestUnk::test_read_write": 0.003371707920450717, - "tests/io/test_wannier90.py::TestUnk::test_repr": 0.0018742079846560955, - "tests/io/test_wannier90.py::TestUnk::test_write_file": 0.004102208011317998, + "tests/io/test_shengbte.py::TestShengBTE::test_msonable_implementation": 0.0022572510642930865, + "tests/io/test_template_input.py::TestTemplateInputGen::test_write_inputs": 0.0031220000237226486, + "tests/io/test_wannier90.py::TestUnk::test_eq": 0.002781208138912916, + "tests/io/test_wannier90.py::TestUnk::test_from_file": 0.003103584167547524, + "tests/io/test_wannier90.py::TestUnk::test_init": 0.0021692499285563827, + "tests/io/test_wannier90.py::TestUnk::test_read_write": 0.0035852910950779915, + "tests/io/test_wannier90.py::TestUnk::test_repr": 0.0018832500791177154, + "tests/io/test_wannier90.py::TestUnk::test_write_file": 0.0037942499620839953, + "tests/io/test_xcrysden.py::TestXSF::test_append_vect": 0.0018679579952731729, + "tests/io/test_xcrysden.py::TestXSF::test_to_str": 0.0018335409695282578, "tests/io/test_xcrysden.py::TestXSF::test_to_string": 0.001968374941498041, - "tests/io/test_xcrysden.py::TestXSF::test_xsf": 0.0019130410510115325, - "tests/io/test_xcrysden.py::TestXSF::test_xsf_symbol_parse": 0.002098832046613097, - "tests/io/test_xr.py::TestXr::test_from_file": 0.029058041982352734, - "tests/io/test_xr.py::TestXr::test_str": 0.026537916099186987, - "tests/io/test_xyz.py::TestXYZ::test_as_dataframe": 0.0022536650067195296, - "tests/io/test_xyz.py::TestXYZ::test_from_file": 0.07126749999588355, + "tests/io/test_xcrysden.py::TestXSF::test_xsf": 0.0016712070209905505, + "tests/io/test_xcrysden.py::TestXSF::test_xsf_symbol_parse": 0.0019204161362722516, + "tests/io/test_xr.py::TestXr::test_from_file": 0.0014607078628614545, + "tests/io/test_xr.py::TestXr::test_str": 0.0006414999952539802, + "tests/io/test_xyz.py::TestXYZ::test_as_dataframe": 0.0017453751061111689, + "tests/io/test_xyz.py::TestXYZ::test_from_file": 0.08477095805574208, + "tests/io/test_xyz.py::TestXYZ::test_from_str": 0.0004463330842554569, "tests/io/test_xyz.py::TestXYZ::test_from_string": 0.000527376017998904, - "tests/io/test_xyz.py::TestXYZ::test_init_from_structure": 1.6493349589873105, - "tests/io/test_xyz.py::TestXYZ::test_invalid_coord_precision": 0.0004983749822713435, - "tests/io/test_xyz.py::TestXYZ::test_negative_coords": 0.00037162599619477987, - "tests/io/test_xyz.py::TestXYZ::test_one_atom": 0.0004837909946218133, - "tests/io/test_xyz.py::TestXYZ::test_str": 0.0005329169798642397, - "tests/io/test_xyz.py::TestXYZ::test_zero_atoms": 0.0004754160181619227, - "tests/io/test_zeopp.py::TestGetFreeSphereParams::test_get_free_sphere_params": 0.0001540409866720438, - "tests/io/test_zeopp.py::TestGetHighAccuracyVoronoiNodes::test_get_voronoi_nodes": 0.00021608296083286405, - "tests/io/test_zeopp.py::TestGetVoronoiNodes::test_get_voronoi_nodes": 0.00015970802633091807, - "tests/io/test_zeopp.py::TestGetVoronoiNodesMultiOxi::test_get_voronoi_nodes": 0.0001655010273680091, - "tests/io/test_zeopp.py::TestZeoCssr::test_from_file": 0.00019129103748127818, - "tests/io/test_zeopp.py::TestZeoCssr::test_str": 0.00015070807421579957, - "tests/io/test_zeopp.py::TestZeoCssrOxi::test_from_file": 0.00016591697931289673, - "tests/io/test_zeopp.py::TestZeoCssrOxi::test_str": 0.0001402080524712801, - "tests/io/test_zeopp.py::TestZeoVoronoiXYZ::test_from_file": 0.00016825005877763033, - "tests/io/test_zeopp.py::TestZeoVoronoiXYZ::test_str": 0.0001598750241100788, - "tests/io/vasp/test_inputs.py::TestIncar::test_as_dict_and_from_dict": 0.0006912910030223429, - "tests/io/vasp/test_inputs.py::TestIncar::test_check_params": 0.0004164170240983367, - "tests/io/vasp/test_inputs.py::TestIncar::test_diff": 0.0009398750262334943, + "tests/io/test_xyz.py::TestXYZ::test_init_from_structure": 0.0006904579931870103, + "tests/io/test_xyz.py::TestXYZ::test_invalid_coord_precision": 0.00031208398286253214, + "tests/io/test_xyz.py::TestXYZ::test_negative_coords": 0.00023104099091142416, + "tests/io/test_xyz.py::TestXYZ::test_one_atom": 0.00023070885799825191, + "tests/io/test_xyz.py::TestXYZ::test_str": 0.00028379098512232304, + "tests/io/test_xyz.py::TestXYZ::test_zero_atoms": 0.0002721251221373677, + "tests/io/test_zeopp.py::TestGetFreeSphereParams::test_get_free_sphere_params": 0.00016216596122831106, + "tests/io/test_zeopp.py::TestGetHighAccuracyVoronoiNodes::test_get_voronoi_nodes": 7.512490265071392e-05, + "tests/io/test_zeopp.py::TestGetVoronoiNodes::test_get_voronoi_nodes": 8.470902685075998e-05, + "tests/io/test_zeopp.py::TestGetVoronoiNodesMultiOxi::test_get_voronoi_nodes": 7.25829740986228e-05, + "tests/io/test_zeopp.py::TestZeoCssr::test_from_file": 8.404103573411703e-05, + "tests/io/test_zeopp.py::TestZeoCssr::test_str": 7.920793723315e-05, + "tests/io/test_zeopp.py::TestZeoCssrOxi::test_from_file": 7.38329254090786e-05, + "tests/io/test_zeopp.py::TestZeoCssrOxi::test_str": 7.279100827872753e-05, + "tests/io/test_zeopp.py::TestZeoVoronoiXYZ::test_from_file": 7.500010542571545e-05, + "tests/io/test_zeopp.py::TestZeoVoronoiXYZ::test_str": 7.841701153665781e-05, + "tests/io/vasp/test_inputs.py::TestIncar::test_as_dict_and_from_dict": 0.002360125072300434, + "tests/io/vasp/test_inputs.py::TestIncar::test_check_params": 0.00244170892983675, + "tests/io/vasp/test_inputs.py::TestIncar::test_copy": 0.0019141249358654022, + "tests/io/vasp/test_inputs.py::TestIncar::test_diff": 0.002051249146461487, + "tests/io/vasp/test_inputs.py::TestIncar::test_get_str": 0.0028594169998541474, "tests/io/vasp/test_inputs.py::TestIncar::test_get_string": 0.0008647910435684025, - "tests/io/vasp/test_inputs.py::TestIncar::test_init": 0.0008623330504633486, - "tests/io/vasp/test_inputs.py::TestIncar::test_lsorbit_magmom": 0.00047145900316536427, - "tests/io/vasp/test_inputs.py::TestIncar::test_proc_types": 0.00036999903386458755, - "tests/io/vasp/test_inputs.py::TestIncar::test_quad_efg": 0.0003957920125685632, - "tests/io/vasp/test_inputs.py::TestIncar::test_types": 0.0004637909587472677, - "tests/io/vasp/test_inputs.py::TestIncar::test_write": 0.0007017500465735793, - "tests/io/vasp/test_inputs.py::TestKpoints::test_as_dict_from_dict": 0.0003464579931460321, - "tests/io/vasp/test_inputs.py::TestKpoints::test_automatic_kpoint": 0.00046983297215774655, - "tests/io/vasp/test_inputs.py::TestKpoints::test_init": 0.0010619170498102903, - "tests/io/vasp/test_inputs.py::TestKpoints::test_kpt_bands_as_dict_from_dict": 0.00035512493923306465, - "tests/io/vasp/test_inputs.py::TestKpoints::test_pickle": 0.00029191793873906136, - "tests/io/vasp/test_inputs.py::TestKpoints::test_static_constructors": 0.03423620801186189, + "tests/io/vasp/test_inputs.py::TestIncar::test_init": 0.0019454179564490914, + "tests/io/vasp/test_inputs.py::TestIncar::test_lsorbit_magmom": 0.0019003759371116757, + "tests/io/vasp/test_inputs.py::TestIncar::test_proc_types": 0.0018209990812465549, + "tests/io/vasp/test_inputs.py::TestIncar::test_quad_efg": 0.0018593741115182638, + "tests/io/vasp/test_inputs.py::TestIncar::test_types": 0.0019248329335823655, + "tests/io/vasp/test_inputs.py::TestIncar::test_write": 0.0022159989457577467, + "tests/io/vasp/test_inputs.py::TestKpoints::test_as_dict_from_dict": 0.0002455819630995393, + "tests/io/vasp/test_inputs.py::TestKpoints::test_automatic_density_by_lengths": 0.0010494168382138014, + "tests/io/vasp/test_inputs.py::TestKpoints::test_automatic_kpoint": 0.005997707834467292, + "tests/io/vasp/test_inputs.py::TestKpoints::test_automatic_monkhorst_vs_gamma_style_selection": 0.015646332991309464, + "tests/io/vasp/test_inputs.py::TestKpoints::test_copy": 0.00021666602697223425, + "tests/io/vasp/test_inputs.py::TestKpoints::test_eq": 0.0002909161848947406, + "tests/io/vasp/test_inputs.py::TestKpoints::test_init": 0.0008452909532934427, + "tests/io/vasp/test_inputs.py::TestKpoints::test_kpt_bands_as_dict_from_dict": 0.000313417986035347, + "tests/io/vasp/test_inputs.py::TestKpoints::test_pickle": 0.00024254305753856897, + "tests/io/vasp/test_inputs.py::TestKpoints::test_property_kpts": 0.00023399991914629936, + "tests/io/vasp/test_inputs.py::TestKpoints::test_property_kpts_invalid[invalid_kpts0]": 0.0002739999908953905, + "tests/io/vasp/test_inputs.py::TestKpoints::test_property_kpts_invalid[invalid_kpts1]": 0.00022545899264514446, + "tests/io/vasp/test_inputs.py::TestKpoints::test_property_style": 0.00023799994960427284, + "tests/io/vasp/test_inputs.py::TestKpoints::test_static_constructors": 0.01384854200296104, "tests/io/vasp/test_inputs.py::TestKpoints::test_style_setter": 0.00029324903152883053, - "tests/io/vasp/test_inputs.py::TestPoscar::test_cart_scale": 0.00037770799826830626, - "tests/io/vasp/test_inputs.py::TestPoscar::test_from_file": 0.0010784589685499668, - "tests/io/vasp/test_inputs.py::TestPoscar::test_from_md_run": 0.0013511659926734865, - "tests/io/vasp/test_inputs.py::TestPoscar::test_init": 0.001579581992700696, - "tests/io/vasp/test_inputs.py::TestPoscar::test_selective_dynamics": 0.025808417005464435, - "tests/io/vasp/test_inputs.py::TestPoscar::test_setattr": 0.0006706659914925694, - "tests/io/vasp/test_inputs.py::TestPoscar::test_significant_figures": 0.0003392499638721347, - "tests/io/vasp/test_inputs.py::TestPoscar::test_str": 0.000389167049434036, - "tests/io/vasp/test_inputs.py::TestPoscar::test_as_from_dict": 0.0005938750109635293, - "tests/io/vasp/test_inputs.py::TestPoscar::test_velocities": 0.0012087919749319553, - "tests/io/vasp/test_inputs.py::TestPoscar::test_write": 0.03204366605496034, - "tests/io/vasp/test_inputs.py::TestPoscar::test_write_md_poscar": 0.00235183397307992, - "tests/io/vasp/test_inputs.py::TestPotcar::test_from_file": 0.024748124997131526, - "tests/io/vasp/test_inputs.py::TestPotcar::test_init": 0.04570474999491125, - "tests/io/vasp/test_inputs.py::TestPotcar::test_pickle": 0.02565212600165978, - "tests/io/vasp/test_inputs.py::TestPotcar::test_potcar_map": 0.037797833036165684, - "tests/io/vasp/test_inputs.py::TestPotcar::test_set_symbol": 0.04296191607136279, - "tests/io/vasp/test_inputs.py::TestPotcar::test_as_from_dict": 0.05327924998709932, - "tests/io/vasp/test_inputs.py::TestPotcar::test_write": 0.05206200003158301, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_attributes": 0.010444207990076393, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_bad_value": 0.012229666986968368, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_electron_config": 0.012023583927657455, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_found_unknown_key": 0.010661709064152092, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_functional_types": 0.020266665960662067, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_hash": 0.011489790980704129, + "tests/io/vasp/test_inputs.py::TestKpointsSupportedModes::test_from_str": 0.00031066802330315113, + "tests/io/vasp/test_inputs.py::TestPoscar::test_all_DOFs_relaxed": 0.002786208875477314, + "tests/io/vasp/test_inputs.py::TestPoscar::test_as_from_dict": 0.002403126214630902, + "tests/io/vasp/test_inputs.py::TestPoscar::test_cart_scale": 0.0019389159278944135, + "tests/io/vasp/test_inputs.py::TestPoscar::test_from_file": 0.0027302498929202557, + "tests/io/vasp/test_inputs.py::TestPoscar::test_from_md_run": 0.003216415992937982, + "tests/io/vasp/test_inputs.py::TestPoscar::test_init": 0.0024621249176561832, + "tests/io/vasp/test_inputs.py::TestPoscar::test_invalid_selective_dynamics": 0.0019935420714318752, + "tests/io/vasp/test_inputs.py::TestPoscar::test_selective_dynamics": 0.022829958936199546, + "tests/io/vasp/test_inputs.py::TestPoscar::test_selective_dynamics_with_fluorine": 0.002109999069944024, + "tests/io/vasp/test_inputs.py::TestPoscar::test_setattr": 0.002407417050562799, + "tests/io/vasp/test_inputs.py::TestPoscar::test_significant_figures": 0.0019474588334560394, + "tests/io/vasp/test_inputs.py::TestPoscar::test_str": 0.0022141659865155816, + "tests/io/vasp/test_inputs.py::TestPoscar::test_vasp_6_4_2_format": 0.0021386260632425547, + "tests/io/vasp/test_inputs.py::TestPoscar::test_velocities": 0.002489709062501788, + "tests/io/vasp/test_inputs.py::TestPoscar::test_write": 0.02724100009072572, + "tests/io/vasp/test_inputs.py::TestPoscar::test_write_md_poscar": 0.005540999001823366, + "tests/io/vasp/test_inputs.py::TestPotcar::test_as_from_dict": 0.039391833008266985, + "tests/io/vasp/test_inputs.py::TestPotcar::test_from_file": 0.020142999943345785, + "tests/io/vasp/test_inputs.py::TestPotcar::test_init": 0.020397585001774132, + "tests/io/vasp/test_inputs.py::TestPotcar::test_pickle": 0.021535917068831623, + "tests/io/vasp/test_inputs.py::TestPotcar::test_potcar_map": 0.027147207874804735, + "tests/io/vasp/test_inputs.py::TestPotcar::test_set_symbol": 0.03226354089565575, + "tests/io/vasp/test_inputs.py::TestPotcar::test_write": 0.04147524992004037, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_attributes": 0.02571337402332574, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_bad_value": 0.023927167057991028, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_copy": 0.030531166004948318, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_default_functional": 0.04032687610015273, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_electron_config": 0.02402833290398121, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_eq": 0.02375762606970966, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_faulty_potcar_has_wrong_hash": 0.04396491695661098, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_found_unknown_key": 0.02357775007840246, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_from_symbol_and_functional_raises": 0.025192332919687033, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_functional_types": 0.03028279193677008, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_hash": 0.02324191597290337, "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_identify_potcar": 0.027429542038589716, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_keywords": 0.011915292008779943, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_is_valid": 0.13412279007025063, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_keywords": 0.02312908403109759, "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_multi_potcar_with_and_without_hash": 0.02948474994627759, - "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_nelectrons": 0.010104375018272549, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_multi_potcar_with_and_without_sha256": 0.05744895897805691, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_nelectrons": 0.023235333967022598, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_potcar_file_hash": 0.023672417155466974, "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_potcar_file_hash_warning": 0.018861290998756886, "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_potcar_hash_warning": 0.023415375966578722, "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_psctr": 0.022284667065832764, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_repr": 0.02309804200194776, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_sha256_file_hash": 0.023785248980857432, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_unknown_potcar_warning": 0.030861042090691626, "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_verify_correct_potcar_with_hash": 0.023270499950740486, + "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_verify_correct_potcar_with_sha256": 0.0329208318144083, "tests/io/vasp/test_inputs.py::TestPotcarSingle::test_verify_faulty_potcar_with_hash": 0.01972637401195243, - "tests/io/vasp/test_inputs.py::TestVaspInput::test_from_directory": 1.8831737489672378, - "tests/io/vasp/test_inputs.py::TestVaspInput::test_run_vasp": 0.055063999025151134, - "tests/io/vasp/test_inputs.py::TestVaspInput::test_as_from_dict": 0.05125033401418477, - "tests/io/vasp/test_inputs.py::TestVaspInput::test_write": 0.025555208965670317, - "tests/io/vasp/test_optics.py::TestVasprun::test_optics": 5.0442402910557576, - "tests/io/vasp/test_optics.py::test_delta_func": 0.0006788329919800162, - "tests/io/vasp/test_optics.py::test_step_func": 0.0003893329994753003, - "tests/io/vasp/test_outputs.py::TestBSVasprun::test_get_band_structure": 1.5576414989773184, - "tests/io/vasp/test_outputs.py::TestChgcar::test_add": 0.42071295803179964, - "tests/io/vasp/test_outputs.py::TestChgcar::test_as_dict_and_from_dict": 0.003977874992415309, - "tests/io/vasp/test_outputs.py::TestChgcar::test_hdf5": 0.225337625015527, - "tests/io/vasp/test_outputs.py::TestChgcar::test_init": 0.7191697910311632, - "tests/io/vasp/test_outputs.py::TestChgcar::test_soc_chgcar": 0.6855978749808855, - "tests/io/vasp/test_outputs.py::TestChgcar::test_spin_data": 0.0025507910177111626, - "tests/io/vasp/test_outputs.py::TestChgcar::test_write": 0.18950016697635874, - "tests/io/vasp/test_outputs.py::TestDynmat::test_init": 0.0026364170480519533, - "tests/io/vasp/test_outputs.py::TestEigenval::test_eigenvalue_band_properties": 0.0078073329059407115, - "tests/io/vasp/test_outputs.py::TestEigenval::test_eigenvalue_band_properties_separate_spins": 0.0052829590276815, - "tests/io/vasp/test_outputs.py::TestEigenval::test_init": 0.00593525095609948, - "tests/io/vasp/test_outputs.py::TestEigenval::test_ispin2": 0.0032769159297458827, - "tests/io/vasp/test_outputs.py::TestElfcar::test_alpha": 0.015207540069241077, - "tests/io/vasp/test_outputs.py::TestElfcar::test_init": 0.013730000064242631, - "tests/io/vasp/test_outputs.py::TestElfcar::test_interpolation": 0.01838449900969863, - "tests/io/vasp/test_outputs.py::TestLocpot::test_init": 0.009964667027816176, - "tests/io/vasp/test_outputs.py::TestOszicar::test_init": 0.004469000967219472, - "tests/io/vasp/test_outputs.py::TestOutcar::test_avg_core_poten": 2.1975429999874905, - "tests/io/vasp/test_outputs.py::TestOutcar::test_chemical_shielding": 0.40912774996832013, - "tests/io/vasp/test_outputs.py::TestOutcar::test_chemical_shielding_with_different_core_contribution": 0.23181433201534674, - "tests/io/vasp/test_outputs.py::TestOutcar::test_core_state_eigen": 0.3709467090666294, - "tests/io/vasp/test_outputs.py::TestOutcar::test_cs_core_contribution": 0.22626025002682582, - "tests/io/vasp/test_outputs.py::TestOutcar::test_cs_g0_contribution": 0.23196229297900572, - "tests/io/vasp/test_outputs.py::TestOutcar::test_cs_raw_tensors": 0.23358175001339987, - "tests/io/vasp/test_outputs.py::TestOutcar::test_dielectric": 0.038006667979061604, - "tests/io/vasp/test_outputs.py::TestOutcar::test_drift": 0.9015352080459706, - "tests/io/vasp/test_outputs.py::TestOutcar::test_electrostatic_potential": 0.5522598329698667, - "tests/io/vasp/test_outputs.py::TestOutcar::test_energies": 0.17141412396449596, - "tests/io/vasp/test_outputs.py::TestOutcar::test_freq_dielectric": 0.047596167074516416, - "tests/io/vasp/test_outputs.py::TestOutcar::test_freq_dielectric_vasp544": 0.03244687500409782, - "tests/io/vasp/test_outputs.py::TestOutcar::test_init": 1.5438188330153935, - "tests/io/vasp/test_outputs.py::TestOutcar::test_mag_electrostatic_error": 0.42341729206964374, - "tests/io/vasp/test_outputs.py::TestOutcar::test_nmr_efg": 0.05078508303267881, - "tests/io/vasp/test_outputs.py::TestOutcar::test_nplwvs": 0.9171214180532843, - "tests/io/vasp/test_outputs.py::TestOutcar::test_onsite_density_matrix": 0.1472846659598872, - "tests/io/vasp/test_outputs.py::TestOutcar::test_parse_sci_notation": 0.0023870409931987524, - "tests/io/vasp/test_outputs.py::TestOutcar::test_polarization": 0.06590824900195003, - "tests/io/vasp/test_outputs.py::TestOutcar::test_pseudo_zval": 0.11114541697315872, - "tests/io/vasp/test_outputs.py::TestOutcar::test_read_elastic_tensor": 0.2026687919278629, - "tests/io/vasp/test_outputs.py::TestOutcar::test_read_fermi_contact_shift": 0.037134876009076834, - "tests/io/vasp/test_outputs.py::TestOutcar::test_read_lcalcpol": 0.13105783297214657, - "tests/io/vasp/test_outputs.py::TestOutcar::test_read_piezo_tensor": 1.7968955830438063, - "tests/io/vasp/test_outputs.py::TestOutcar::test_read_table_pattern": 0.5882881240686402, - "tests/io/vasp/test_outputs.py::TestOutcar::test_serial_compilation": 0.019750124018173665, - "tests/io/vasp/test_outputs.py::TestOutcar::test_single_atom": 0.03854745900025591, - "tests/io/vasp/test_outputs.py::TestOutcar::test_soc": 0.06346608401509002, - "tests/io/vasp/test_outputs.py::TestOutcar::test_stopped": 4.077782083011698, - "tests/io/vasp/test_outputs.py::TestOutcar::test_stopped_old": 4.082002832961734, - "tests/io/vasp/test_outputs.py::TestOutcar::test_vasp620_format": 0.1903539170161821, - "tests/io/vasp/test_outputs.py::TestProcar::test_init": 0.03479558398248628, - "tests/io/vasp/test_outputs.py::TestProcar::test_phase_factors": 0.05590475001372397, - "tests/io/vasp/test_outputs.py::TestVasprun::test_xe": 0.011275168042629957, - "tests/io/vasp/test_outputs.py::TestVasprun::test_as_dict": 0.2551838319632225, - "tests/io/vasp/test_outputs.py::TestVasprun::test_bad_random_seed": 0.37425399804487824, - "tests/io/vasp/test_outputs.py::TestVasprun::test_bad_vasprun": 0.10675349802477285, - "tests/io/vasp/test_outputs.py::TestVasprun::test_charge_charge_dielectric": 0.02547125000273809, - "tests/io/vasp/test_outputs.py::TestVasprun::test_charged_structure": 0.03987687500193715, - "tests/io/vasp/test_outputs.py::TestVasprun::test_chi": 0.010546832985710353, - "tests/io/vasp/test_outputs.py::TestVasprun::test_dfpt": 1.5844586250605062, - "tests/io/vasp/test_outputs.py::TestVasprun::test_dfpt_ionic": 2.3427445419947617, - "tests/io/vasp/test_outputs.py::TestVasprun::test_dfpt_unconverged": 0.032518002029974014, - "tests/io/vasp/test_outputs.py::TestVasprun::test_dielectric": 0.008317083003930748, - "tests/io/vasp/test_outputs.py::TestVasprun::test_dielectric_vasp608": 0.033144248998723924, - "tests/io/vasp/test_outputs.py::TestVasprun::test_eigenvalue_band_properties_separate_spins": 2.503750292060431, - "tests/io/vasp/test_outputs.py::TestVasprun::test_energies": 2.6076240410329774, - "tests/io/vasp/test_outputs.py::TestVasprun::test_force_constants": 0.04299299989361316, - "tests/io/vasp/test_outputs.py::TestVasprun::test_get_band_structure": 0.32984316599322483, - "tests/io/vasp/test_outputs.py::TestVasprun::test_indirect_vasprun": 1.8236599160009064, - "tests/io/vasp/test_outputs.py::TestVasprun::test_invalid_element": 0.004747000930365175, - "tests/io/vasp/test_outputs.py::TestVasprun::test_kpointset_electronvelocities": 2.214553334051743, - "tests/io/vasp/test_outputs.py::TestVasprun::test_multiple_dielectric": 0.2844483330263756, - "tests/io/vasp/test_outputs.py::TestVasprun::test_no_projected": 0.005876000039279461, - "tests/io/vasp/test_outputs.py::TestVasprun::test_nonlmn": 0.721776666061487, - "tests/io/vasp/test_outputs.py::TestVasprun::test_optical_absorption_coeff": 1.8265229581156746, - "tests/io/vasp/test_outputs.py::TestVasprun::test_optical_vasprun": 0.014290084014646709, - "tests/io/vasp/test_outputs.py::TestVasprun::test_parsing_chemical_shift_calculations": 0.02063200098928064, - "tests/io/vasp/test_outputs.py::TestVasprun::test_parsing_efg_calcs": 0.0906764580286108, - "tests/io/vasp/test_outputs.py::TestVasprun::test_potcar_not_found": 0.1334625000017695, - "tests/io/vasp/test_outputs.py::TestVasprun::test_projected_magnetisation": 4.4185712080216035, - "tests/io/vasp/test_outputs.py::TestVasprun::test_runtype": 14.43198950093938, - "tests/io/vasp/test_outputs.py::TestVasprun::test_float_overflow": 1.980604083975777, - "tests/io/vasp/test_outputs.py::TestVasprun::test_search_for_potcar": 0.2289056670269929, - "tests/io/vasp/test_outputs.py::TestVasprun::test_selective_dynamics": 1.798271125066094, - "tests/io/vasp/test_outputs.py::TestVasprun::test_smart_efermi": 2.6953831250430085, - "tests/io/vasp/test_outputs.py::TestVasprun::test_standard": 2.6744003330240957, - "tests/io/vasp/test_outputs.py::TestVasprun::test_unconverged": 0.05128274898743257, - "tests/io/vasp/test_outputs.py::TestVasprun::test_uniform": 0.01964187592966482, - "tests/io/vasp/test_outputs.py::TestVasprun::test_update_potcar": 2.217020250041969, - "tests/io/vasp/test_outputs.py::TestVasprun::test_vasprun_ml": 0.31849741598125547, - "tests/io/vasp/test_outputs.py::TestVasprun::test_vasprun_with_more_than_two_unlabelled_dielectric_functions": 0.025169125059619546, - "tests/io/vasp/test_outputs.py::TestVasprun::test_vdw": 0.2822852089884691, - "tests/io/vasp/test_outputs.py::TestWSWQ::test_consistency": 0.023161625023931265, - "tests/io/vasp/test_outputs.py::TestWavecar::test_generate_g_points": 0.015619875048287213, - "tests/io/vasp/test_outputs.py::TestWavecar::test_generate_nbmax": 0.012412126059643924, - "tests/io/vasp/test_outputs.py::TestWavecar::test_evaluate_wavefunc": 0.021253999031614512, - "tests/io/vasp/test_outputs.py::TestWavecar::test_fft_mesh_advanced": 0.01333816593978554, - "tests/io/vasp/test_outputs.py::TestWavecar::test_fft_mesh_basic": 0.013519625063054264, - "tests/io/vasp/test_outputs.py::TestWavecar::test_get_parchg": 0.05363070807652548, - "tests/io/vasp/test_outputs.py::TestWavecar::test_n2_45210": 0.017875791992992163, - "tests/io/vasp/test_outputs.py::TestWavecar::test_n2_spin": 0.020394915947690606, - "tests/io/vasp/test_outputs.py::TestWavecar::test_standard": 0.023033375036902726, - "tests/io/vasp/test_outputs.py::TestWavecar::test_write_unks": 0.026675375003833324, - "tests/io/vasp/test_outputs.py::TestWaveder::test_consistency": 0.11592816701158881, - "tests/io/vasp/test_outputs.py::TestXdatcar::test_init": 0.003927665995433927, + "tests/io/vasp/test_inputs.py::TestVaspInput::test_as_from_dict": 0.04042020905762911, + "tests/io/vasp/test_inputs.py::TestVaspInput::test_copy": 0.041767416056245565, + "tests/io/vasp/test_inputs.py::TestVaspInput::test_from_directory": 0.09054662496782839, + "tests/io/vasp/test_inputs.py::TestVaspInput::test_input_attr": 0.020675749983638525, + "tests/io/vasp/test_inputs.py::TestVaspInput::test_run_vasp": 0.036525208852253854, + "tests/io/vasp/test_inputs.py::TestVaspInput::test_write": 0.023663165979087353, + "tests/io/vasp/test_inputs.py::test_gen_potcar_summary_stats": 0.0012972898548468947, + "tests/io/vasp/test_inputs.py::test_potcar_summary_stats": 0.17189579096157104, + "tests/io/vasp/test_optics.py::TestVasprun::test_optics": 6.16375083301682, + "tests/io/vasp/test_optics.py::test_delta_func": 0.0013735841494053602, + "tests/io/vasp/test_optics.py::test_step_func": 0.0003976250300183892, + "tests/io/vasp/test_outputs.py::TestAeccars::test_read_write_file": 2.509037083014846, + "tests/io/vasp/test_outputs.py::TestBSVasprun::test_get_band_structure": 0.0969346659258008, + "tests/io/vasp/test_outputs.py::TestBSVasprun::test_kpoints_opt": 1.5744892918737605, + "tests/io/vasp/test_outputs.py::TestChgcar::test_add": 0.48434670898132026, + "tests/io/vasp/test_outputs.py::TestChgcar::test_as_dict_and_from_dict": 0.004535292042419314, + "tests/io/vasp/test_outputs.py::TestChgcar::test_hdf5": 0.26022016594652086, + "tests/io/vasp/test_outputs.py::TestChgcar::test_init": 1.2356162919895723, + "tests/io/vasp/test_outputs.py::TestChgcar::test_soc_chgcar": 0.7718926669331267, + "tests/io/vasp/test_outputs.py::TestChgcar::test_spin_data": 0.0023760409094393253, + "tests/io/vasp/test_outputs.py::TestChgcar::test_write": 0.20288137497846037, + "tests/io/vasp/test_outputs.py::TestDynmat::test_init": 0.0007093739695847034, + "tests/io/vasp/test_outputs.py::TestEigenval::test_eigenvalue_band_properties": 0.008563291979953647, + "tests/io/vasp/test_outputs.py::TestEigenval::test_eigenvalue_band_properties_separate_spins": 0.005744874943047762, + "tests/io/vasp/test_outputs.py::TestEigenval::test_init": 0.006601665983907878, + "tests/io/vasp/test_outputs.py::TestEigenval::test_ispin2": 0.00354779209010303, + "tests/io/vasp/test_outputs.py::TestElfcar::test_alpha": 0.017854042001999915, + "tests/io/vasp/test_outputs.py::TestElfcar::test_init": 0.01834020810201764, + "tests/io/vasp/test_outputs.py::TestElfcar::test_interpolation": 0.02140641608275473, + "tests/io/vasp/test_outputs.py::TestLocpot::test_init": 0.024399416986852884, + "tests/io/vasp/test_outputs.py::TestOszicar::test_init": 0.004322459106333554, + "tests/io/vasp/test_outputs.py::TestOszicar::test_static": 0.002396291121840477, + "tests/io/vasp/test_outputs.py::TestOutcar::test_avg_core_poten": 2.743652125936933, + "tests/io/vasp/test_outputs.py::TestOutcar::test_chemical_shielding": 0.4360167901031673, + "tests/io/vasp/test_outputs.py::TestOutcar::test_chemical_shielding_with_different_core_contribution": 0.24578704102896154, + "tests/io/vasp/test_outputs.py::TestOutcar::test_core_state_eigen": 0.5359127920819446, + "tests/io/vasp/test_outputs.py::TestOutcar::test_cs_core_contribution": 0.24616995779797435, + "tests/io/vasp/test_outputs.py::TestOutcar::test_cs_g0_contribution": 0.24621620902325958, + "tests/io/vasp/test_outputs.py::TestOutcar::test_cs_raw_tensors": 0.24521612492389977, + "tests/io/vasp/test_outputs.py::TestOutcar::test_dielectric": 0.044237834052182734, + "tests/io/vasp/test_outputs.py::TestOutcar::test_drift": 1.6285211249487475, + "tests/io/vasp/test_outputs.py::TestOutcar::test_electrostatic_potential": 0.9442170829279348, + "tests/io/vasp/test_outputs.py::TestOutcar::test_energies": 0.15933012403547764, + "tests/io/vasp/test_outputs.py::TestOutcar::test_freq_dielectric": 0.0499000420095399, + "tests/io/vasp/test_outputs.py::TestOutcar::test_freq_dielectric_vasp544": 0.03188650100491941, + "tests/io/vasp/test_outputs.py::TestOutcar::test_init": 0.9368057490792125, + "tests/io/vasp/test_outputs.py::TestOutcar::test_mag_electrostatic_error": 0.321414583013393, + "tests/io/vasp/test_outputs.py::TestOutcar::test_nmr_efg": 0.054987123934552073, + "tests/io/vasp/test_outputs.py::TestOutcar::test_nplwvs": 1.4411906260065734, + "tests/io/vasp/test_outputs.py::TestOutcar::test_onsite_density_matrix": 0.158301416086033, + "tests/io/vasp/test_outputs.py::TestOutcar::test_parse_sci_notation": 0.0020361250499263406, + "tests/io/vasp/test_outputs.py::TestOutcar::test_polarization": 0.06835287401918322, + "tests/io/vasp/test_outputs.py::TestOutcar::test_pseudo_zval": 0.12743249989580363, + "tests/io/vasp/test_outputs.py::TestOutcar::test_read_elastic_tensor": 0.19141229090746492, + "tests/io/vasp/test_outputs.py::TestOutcar::test_read_fermi_contact_shift": 0.03714325011242181, + "tests/io/vasp/test_outputs.py::TestOutcar::test_read_lcalcpol": 0.12984362489078194, + "tests/io/vasp/test_outputs.py::TestOutcar::test_read_piezo_tensor": 1.7410702920751646, + "tests/io/vasp/test_outputs.py::TestOutcar::test_read_table_pattern": 0.9571965000359342, + "tests/io/vasp/test_outputs.py::TestOutcar::test_serial_compilation": 0.017935333075001836, + "tests/io/vasp/test_outputs.py::TestOutcar::test_single_atom": 0.046525708050467074, + "tests/io/vasp/test_outputs.py::TestOutcar::test_soc": 0.05940162588376552, + "tests/io/vasp/test_outputs.py::TestOutcar::test_stopped": 2.917909417883493, + "tests/io/vasp/test_outputs.py::TestOutcar::test_stopped_old": 2.920282374951057, + "tests/io/vasp/test_outputs.py::TestOutcar::test_vasp620_format": 0.2691859590122476, + "tests/io/vasp/test_outputs.py::TestProcar::test_get_projection_on_elements": 0.007305583916604519, + "tests/io/vasp/test_outputs.py::TestProcar::test_init": 0.04013741610106081, + "tests/io/vasp/test_outputs.py::TestProcar::test_phase_factors": 0.06762579211499542, + "tests/io/vasp/test_outputs.py::TestVasprun::test_as_dict": 0.7938593758735806, + "tests/io/vasp/test_outputs.py::TestVasprun::test_bad_random_seed": 0.11998724995646626, + "tests/io/vasp/test_outputs.py::TestVasprun::test_bad_vasprun": 0.005514957942068577, + "tests/io/vasp/test_outputs.py::TestVasprun::test_charge_charge_dielectric": 0.028193416888825595, + "tests/io/vasp/test_outputs.py::TestVasprun::test_charged_structure": 0.041026416001841426, + "tests/io/vasp/test_outputs.py::TestVasprun::test_chi": 0.011174750048667192, + "tests/io/vasp/test_outputs.py::TestVasprun::test_dfpt": 0.04925583302974701, + "tests/io/vasp/test_outputs.py::TestVasprun::test_dfpt_ionic": 2.4971059159142897, + "tests/io/vasp/test_outputs.py::TestVasprun::test_dfpt_unconverged": 0.03659491706639528, + "tests/io/vasp/test_outputs.py::TestVasprun::test_dielectric": 0.008230749052017927, + "tests/io/vasp/test_outputs.py::TestVasprun::test_dielectric_vasp608": 0.03686812601517886, + "tests/io/vasp/test_outputs.py::TestVasprun::test_eigenvalue_band_properties_separate_spins": 1.063009582925588, + "tests/io/vasp/test_outputs.py::TestVasprun::test_energies": 0.012559334049001336, + "tests/io/vasp/test_outputs.py::TestVasprun::test_float_overflow": 0.3748205420561135, + "tests/io/vasp/test_outputs.py::TestVasprun::test_force_constants": 0.048301458824425936, + "tests/io/vasp/test_outputs.py::TestVasprun::test_get_band_structure": 0.4520030820276588, + "tests/io/vasp/test_outputs.py::TestVasprun::test_indirect_vasprun": 0.023274792009033263, + "tests/io/vasp/test_outputs.py::TestVasprun::test_invalid_element": 0.00334341695997864, + "tests/io/vasp/test_outputs.py::TestVasprun::test_kpoints_opt": 1.375015708967112, + "tests/io/vasp/test_outputs.py::TestVasprun::test_kpoints_opt_band_structure": 0.99152625084389, + "tests/io/vasp/test_outputs.py::TestVasprun::test_kpointset_electronvelocities": 2.072144582052715, + "tests/io/vasp/test_outputs.py::TestVasprun::test_multiple_dielectric": 0.013510333141312003, + "tests/io/vasp/test_outputs.py::TestVasprun::test_no_projected": 0.004544041003100574, + "tests/io/vasp/test_outputs.py::TestVasprun::test_nonlmn": 1.5046547919046134, + "tests/io/vasp/test_outputs.py::TestVasprun::test_optical_absorption_coeff": 0.03000654187053442, + "tests/io/vasp/test_outputs.py::TestVasprun::test_optical_vasprun": 0.015538415871560574, + "tests/io/vasp/test_outputs.py::TestVasprun::test_parse_potcar_cwd_relative": 0.0650559589266777, + "tests/io/vasp/test_outputs.py::TestVasprun::test_parsing_chemical_shift_calculations": 0.024533791933208704, + "tests/io/vasp/test_outputs.py::TestVasprun::test_parsing_efg_calcs": 0.0761280000442639, + "tests/io/vasp/test_outputs.py::TestVasprun::test_potcar_not_found": 0.35495045920833945, + "tests/io/vasp/test_outputs.py::TestVasprun::test_projected_magnetisation": 2.7602178340312093, + "tests/io/vasp/test_outputs.py::TestVasprun::test_runtype": 5.8636017920216545, + "tests/io/vasp/test_outputs.py::TestVasprun::test_search_for_potcar": 0.3599382909014821, + "tests/io/vasp/test_outputs.py::TestVasprun::test_selective_dynamics": 0.02102220884989947, + "tests/io/vasp/test_outputs.py::TestVasprun::test_smart_efermi": 0.07197716599330306, + "tests/io/vasp/test_outputs.py::TestVasprun::test_standard": 2.5179815421579406, + "tests/io/vasp/test_outputs.py::TestVasprun::test_unconverged": 0.06144396006129682, + "tests/io/vasp/test_outputs.py::TestVasprun::test_uniform": 0.021730167092755437, + "tests/io/vasp/test_outputs.py::TestVasprun::test_update_potcar": 1.9518167490605265, + "tests/io/vasp/test_outputs.py::TestVasprun::test_vasprun_ediffg_set_to_0": 0.0464840829372406, + "tests/io/vasp/test_outputs.py::TestVasprun::test_vasprun_md": 0.009465666837058961, + "tests/io/vasp/test_outputs.py::TestVasprun::test_vasprun_ml": 0.057609291980043054, + "tests/io/vasp/test_outputs.py::TestVasprun::test_vasprun_with_more_than_two_unlabelled_dielectric_functions": 0.026590249966830015, + "tests/io/vasp/test_outputs.py::TestVasprun::test_vdw": 0.026437125052325428, + "tests/io/vasp/test_outputs.py::TestVasprun::test_xe": 0.01042025105562061, + "tests/io/vasp/test_outputs.py::TestWSWQ::test_consistency": 0.023788541089743376, + "tests/io/vasp/test_outputs.py::TestWavecar::test_evaluate_wavefunc": 0.025876042083837092, + "tests/io/vasp/test_outputs.py::TestWavecar::test_fft_mesh_advanced": 0.01588745799381286, + "tests/io/vasp/test_outputs.py::TestWavecar::test_fft_mesh_basic": 0.016080083907581866, + "tests/io/vasp/test_outputs.py::TestWavecar::test_generate_g_points": 0.017105292063206434, + "tests/io/vasp/test_outputs.py::TestWavecar::test_generate_nbmax": 0.01408529095351696, + "tests/io/vasp/test_outputs.py::TestWavecar::test_get_parchg": 0.06468966603279114, + "tests/io/vasp/test_outputs.py::TestWavecar::test_n2_45210": 0.019120666082017124, + "tests/io/vasp/test_outputs.py::TestWavecar::test_n2_spin": 0.02172891702502966, + "tests/io/vasp/test_outputs.py::TestWavecar::test_standard": 0.024245040956884623, + "tests/io/vasp/test_outputs.py::TestWavecar::test_write_unks": 0.028789083124138415, + "tests/io/vasp/test_outputs.py::TestWaveder::test_consistency": 0.09757224912755191, + "tests/io/vasp/test_outputs.py::TestXdatcar::test_init": 0.0037193740718066692, + "tests/io/vasp/test_sets.py::TestDftSetChangeCheck::test_sets_changed": 0.0036462919670157135, "tests/io/vasp/test_sets.py::TestDictSet::test_as_dict": 0.028382041957229376, - "tests/io/vasp/test_sets.py::TestFunc::test_batch_write_input": 1.617738083936274, - "tests/io/vasp/test_sets.py::TestLobsterSet::test_as_from_dict": 0.12640300003113225, - "tests/io/vasp/test_sets.py::TestLobsterSet::test_incar": 0.1123522489797324, - "tests/io/vasp/test_sets.py::TestLobsterSet::test_kpoints": 0.11113924998790026, - "tests/io/vasp/test_sets.py::TestLobsterSet::test_potcar": 0.11079370899824426, - "tests/io/vasp/test_sets.py::TestMITMDSet::test_as_from_dict": 0.033069500990677625, - "tests/io/vasp/test_sets.py::TestMITMDSet::test_params": 0.030690499988850206, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_mp_metal_relax_set": 0.03285312495427206, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_as_from_dict": 0.012574290973134339, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_estimate_nbands": 0.3347693330142647, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_get_incar": 0.08271754195448011, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_get_kpoints": 0.005665791977662593, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_get_vasp_input": 0.12167066702386364, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_hubbard_off_and_ediff_override": 0.004546375945210457, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_incar_lmaxmix": 0.008337250037584454, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_lda_potcar": 0.035044250020291656, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_warnings": 0.006276416010223329, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_nelect": 1.6427247499814257, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_poscar": 0.006406874977983534, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_potcar_special_defaults": 0.008440207981038839, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_potcar_symbols": 0.005039375042542815, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_potcar_validation": 0.036764000018592924, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_user_potcar_settings": 0.04020558297634125, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_valid_magmom_struct": 0.11243999993894249, - "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_write_input": 0.07562262489227578, - "tests/io/vasp/test_sets.py::TestMITNEBSet::test_as_from_dict": 0.0071852089604362845, - "tests/io/vasp/test_sets.py::TestMITNEBSet::test_incar": 0.004535500018391758, - "tests/io/vasp/test_sets.py::TestMITNEBSet::test_kpoints": 0.004493082989938557, - "tests/io/vasp/test_sets.py::TestMITNEBSet::test_potcar_symbols": 0.004297750012483448, - "tests/io/vasp/test_sets.py::TestMITNEBSet::test_write_input": 0.047187708027195185, - "tests/io/vasp/test_sets.py::TestMPAbsorptionSet::test_ipa": 0.09501195803750306, - "tests/io/vasp/test_sets.py::TestMPAbsorptionSet::test_rpa": 0.4198004159843549, - "tests/io/vasp/test_sets.py::TestMPHSEBS::test_init": 0.3716339580132626, - "tests/io/vasp/test_sets.py::TestMPHSEBS::test_override_from_prev_calc": 0.32723658299073577, - "tests/io/vasp/test_sets.py::TestMPNMRSet::test_incar": 0.00689004099695012, - "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_init": 0.4099402080173604, - "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_kpoints": 0.08695824997266755, - "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_optics": 0.027358790975995362, - "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_override_from_prev": 0.3143742499523796, - "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_user_kpoint_override": 0.026653207023628056, - "tests/io/vasp/test_sets.py::TestMPSOCSet::test_from_prev_calc": 0.029454500996507704, - "tests/io/vasp/test_sets.py::TestMPSOCSet::test_override_from_prev_calc": 0.02564270800212398, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_as_from_dict": 0.030017832992598414, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_incar": 0.03237695898860693, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_incar_overrides": 0.028096042980905622, + "tests/io/vasp/test_sets.py::TestFunc::test_batch_write_input": 0.0660511659225449, + "tests/io/vasp/test_sets.py::TestLobsterSet::test_as_from_dict": 0.058604583027772605, + "tests/io/vasp/test_sets.py::TestLobsterSet::test_incar": 0.09208950004540384, + "tests/io/vasp/test_sets.py::TestLobsterSet::test_kpoints": 0.05482654215302318, + "tests/io/vasp/test_sets.py::TestLobsterSet::test_potcar": 0.015843332977965474, + "tests/io/vasp/test_sets.py::TestMITMDSet::test_as_from_dict": 0.01056312385480851, + "tests/io/vasp/test_sets.py::TestMITMDSet::test_params": 0.005068708909675479, + "tests/io/vasp/test_sets.py::TestMITMDSet::test_user_heat_speed": 0.008216582937166095, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_as_from_dict": 0.02022533304989338, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_estimate_nbands": 0.2643526248866692, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_get_incar": 0.10606241703499109, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_get_kpoints": 0.006752625107765198, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_get_nedos": 1.4161375840194523, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_get_vasp_input": 0.14065537508577108, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_hubbard_off_and_ediff_override": 0.0050502500962466, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_incar_lmaxmix": 0.013225499889813364, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_lda_potcar": 0.023790957988239825, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_mp_metal_relax_set": 0.0099359160521999, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_nelect": 0.08157949999440461, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_no_structure_init": 0.032490708166733384, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_poscar": 0.006555499974638224, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_potcar_special_defaults": 0.009095832938328385, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_potcar_symbols": 0.005244249943643808, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_potcar_validation": 0.021351375035010278, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_user_potcar_settings": 0.027800458134151995, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_valid_magmom_struct": 0.03895895800087601, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_warnings": 0.01219937507994473, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_write_input": 0.05488575005438179, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_write_input_and_from_directory": 0.04660395800601691, + "tests/io/vasp/test_sets.py::TestMITMPRelaxSet::test_write_input_potcar_spec": 0.0037060840986669064, + "tests/io/vasp/test_sets.py::TestMITNEBSet::test_as_from_dict": 0.008224625024013221, + "tests/io/vasp/test_sets.py::TestMITNEBSet::test_incar": 0.004947250010445714, + "tests/io/vasp/test_sets.py::TestMITNEBSet::test_kpoints": 0.00455462618265301, + "tests/io/vasp/test_sets.py::TestMITNEBSet::test_potcar_symbols": 0.004475750029087067, + "tests/io/vasp/test_sets.py::TestMITNEBSet::test_unset_encut": 0.006791625055484474, + "tests/io/vasp/test_sets.py::TestMITNEBSet::test_write_input": 0.036210207967087626, + "tests/io/vasp/test_sets.py::TestMPAbsorptionSet::test_as_from_dict": 0.48901454103179276, + "tests/io/vasp/test_sets.py::TestMPAbsorptionSet::test_ipa": 0.1079308349872008, + "tests/io/vasp/test_sets.py::TestMPAbsorptionSet::test_kpoints": 0.46255783294327557, + "tests/io/vasp/test_sets.py::TestMPAbsorptionSet::test_rpa": 0.6751443339744583, + "tests/io/vasp/test_sets.py::TestMPHSEBS::test_init": 0.3504903339780867, + "tests/io/vasp/test_sets.py::TestMPHSEBS::test_override_from_prev_calc": 0.2450157079147175, + "tests/io/vasp/test_sets.py::TestMPMDSet::test_as_from_dict": 0.009029623935930431, + "tests/io/vasp/test_sets.py::TestMPMDSet::test_incar_no_ts": 0.006080750143155456, + "tests/io/vasp/test_sets.py::TestMPMDSet::test_incar_no_ts_with_h": 0.00599504099227488, + "tests/io/vasp/test_sets.py::TestMPMDSet::test_incar_ts1": 0.006591249955818057, + "tests/io/vasp/test_sets.py::TestMPNMRSet::test_incar": 0.009080083924345672, + "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_init": 0.33414591709151864, + "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_kpoints": 0.09639437485020608, + "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_optics": 0.03229066694620997, + "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_override_from_prev": 0.46080237498972565, + "tests/io/vasp/test_sets.py::TestMPNonSCFSet::test_user_kpoint_override": 0.03290279186330736, + "tests/io/vasp/test_sets.py::TestMPSOCSet::test_from_prev_calc": 0.037675583036616445, + "tests/io/vasp/test_sets.py::TestMPSOCSet::test_override_from_prev_calc": 0.032944540958851576, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_as_from_dict": 0.006308124982751906, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_bandgap_tol": 0.005604917067103088, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_incar": 0.008844999130815268, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_incar_overrides": 0.004262249916791916, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_kspacing": 0.008048000046983361, "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_kspacing_cap": 0.028608668013475835, "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_nonmetal": 0.0283218749682419, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_other_vdw": 0.03474729205481708, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_potcar": 0.09860179299721494, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_rvv10": 0.03250691801076755, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_scan_substitute": 0.02904395805671811, - "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_write_input": 0.06330066599184647, - "tests/io/vasp/test_sets.py::TestMPScanStaticSet::test_init": 0.09154666698304936, - "tests/io/vasp/test_sets.py::TestMPScanStaticSet::test_override_from_prev_calc": 0.07854887505527586, - "tests/io/vasp/test_sets.py::TestMPStaticSet::test_grid_size_from_struct": 2.267529331962578, - "tests/io/vasp/test_sets.py::TestMPStaticSet::test_init": 0.08792633301345631, - "tests/io/vasp/test_sets.py::TestMPStaticSet::test_kspacing_override": 0.003549041983205825, - "tests/io/vasp/test_sets.py::TestMPStaticSet::test_override_from_prev_calc": 0.04344700102228671, - "tests/io/vasp/test_sets.py::TestMPStaticSet::test_standardize_structure": 0.03981812408892438, - "tests/io/vasp/test_sets.py::TestMPStaticSet::test_user_incar_kspacing": 0.0034571249852888286, - "tests/io/vasp/test_sets.py::TestMPStaticSet::test_write_input_zipped": 0.004989875014871359, - "tests/io/vasp/test_sets.py::TestMVLElasticSet::test_incar": 0.0037293339846655726, - "tests/io/vasp/test_sets.py::TestMVLGBSet::test_bulk": 0.040140542027074844, - "tests/io/vasp/test_sets.py::TestMVLGBSet::test_kpoints": 0.04163058300036937, - "tests/io/vasp/test_sets.py::TestMVLGBSet::test_slab": 0.03954562498256564, - "tests/io/vasp/test_sets.py::TestMVLGWSet::test_bse": 0.16926233400590718, - "tests/io/vasp/test_sets.py::TestMVLGWSet::test_diag": 0.07586891599930823, - "tests/io/vasp/test_sets.py::TestMVLGWSet::test_static": 0.027522209042217582, - "tests/io/vasp/test_sets.py::TestMVLNPTMDSet::test_as_from_dict": 0.2292201659292914, - "tests/io/vasp/test_sets.py::TestMVLNPTMDSet::test_incar": 0.22473541600629687, - "tests/io/vasp/test_sets.py::TestMVLRelax52Set::test_as_from_dict": 0.031702500011306256, - "tests/io/vasp/test_sets.py::TestMVLRelax52Set::test_incar": 0.02940749895060435, - "tests/io/vasp/test_sets.py::TestMVLRelax52Set::test_potcar": 0.12142162496456876, - "tests/io/vasp/test_sets.py::TestMVLScanRelaxSet::test_as_from_dict": 0.0325315420050174, - "tests/io/vasp/test_sets.py::TestMVLScanRelaxSet::test_incar": 0.03365945798577741, - "tests/io/vasp/test_sets.py::TestMVLScanRelaxSet::test_potcar": 0.028601625002920628, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_other_vdw": 0.011157333967275918, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_potcar": 0.03739904204849154, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_rvv10": 0.008367375936359167, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_scan_substitute": 0.00424800009932369, + "tests/io/vasp/test_sets.py::TestMPScanRelaxSet::test_write_input": 0.03541437501553446, + "tests/io/vasp/test_sets.py::TestMPScanStaticSet::test_as_from_dict": 0.04308249894529581, + "tests/io/vasp/test_sets.py::TestMPScanStaticSet::test_init": 0.3050728340167552, + "tests/io/vasp/test_sets.py::TestMPScanStaticSet::test_override_from_prev_calc": 0.14947604213375598, + "tests/io/vasp/test_sets.py::TestMPStaticSet::test_grid_size_from_struct": 3.0342885410645977, + "tests/io/vasp/test_sets.py::TestMPStaticSet::test_init": 0.11338179197628051, + "tests/io/vasp/test_sets.py::TestMPStaticSet::test_kspacing_override": 0.009443208924494684, + "tests/io/vasp/test_sets.py::TestMPStaticSet::test_override_from_prev_calc": 0.06578487402293831, + "tests/io/vasp/test_sets.py::TestMPStaticSet::test_standardize_structure": 0.03313545789569616, + "tests/io/vasp/test_sets.py::TestMPStaticSet::test_user_incar_kspacing": 0.00310045899823308, + "tests/io/vasp/test_sets.py::TestMPStaticSet::test_write_input_zipped": 0.005501750041730702, + "tests/io/vasp/test_sets.py::TestMVLElasticSet::test_incar": 0.004511540988460183, + "tests/io/vasp/test_sets.py::TestMVLGBSet::test_bulk": 0.019742625067010522, + "tests/io/vasp/test_sets.py::TestMVLGBSet::test_kpoints": 0.01986741682048887, + "tests/io/vasp/test_sets.py::TestMVLGBSet::test_slab": 0.020181666128337383, + "tests/io/vasp/test_sets.py::TestMVLGWSet::test_bse": 0.03290270816069096, + "tests/io/vasp/test_sets.py::TestMVLGWSet::test_diag": 0.03272104205098003, + "tests/io/vasp/test_sets.py::TestMVLGWSet::test_static": 0.014899416943080723, + "tests/io/vasp/test_sets.py::TestMVLNPTMDSet::test_as_from_dict": 0.1526564999949187, + "tests/io/vasp/test_sets.py::TestMVLNPTMDSet::test_incar": 0.28893208294175565, + "tests/io/vasp/test_sets.py::TestMVLRelax52Set::test_as_from_dict": 0.006616082973778248, + "tests/io/vasp/test_sets.py::TestMVLRelax52Set::test_incar": 0.003840832971036434, + "tests/io/vasp/test_sets.py::TestMVLRelax52Set::test_potcar": 0.0034943741047754884, + "tests/io/vasp/test_sets.py::TestMVLScanRelaxSet::test_as_from_dict": 0.0103755840100348, + "tests/io/vasp/test_sets.py::TestMVLScanRelaxSet::test_incar": 0.0109761250205338, + "tests/io/vasp/test_sets.py::TestMVLScanRelaxSet::test_potcar": 0.004217625013552606, "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_as_dict": 0.11091391701484099, - "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_bulk": 0.10016754094976932, - "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_kpoints": 1.6240434169885702, - "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_slab": 0.10064579296158627, - "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_user_incar_settings": 0.10376695793820545, - "tests/io/vasp/test_sets.py::TestMagmomLdau::test_ln_magmom": 0.06636270700255409, - "tests/io/vasp/test_sets.py::TestMagmomLdau::test_structure_from_prev_run": 1.8744707920122892, - "tests/io/vasp/test_sets.py::TestDftSetChangeCheck::test_sets_changed": 0.0036462919670157135, - "tests/io/vasp/test_sets.py::test_yb_2_warning[MPAbsorptionSet]": 0.0009733740007504821, - "tests/io/vasp/test_sets.py::test_yb_2_warning[MPHSERelaxSet]": 0.0007482919609174132, - "tests/io/vasp/test_sets.py::test_yb_2_warning[MPRelaxSet]": 0.0011445829877629876, - "tests/io/vasp/test_sets.py::test_yb_2_warning[MVLRelax52Set]": 0.0009578330209478736, - "tests/io/xtb/test_inputs.py::TestCRESTInput::test_constraints_file": 0.00423150003189221, - "tests/io/xtb/test_inputs.py::TestCRESTInput::test_coordinates_file": 0.0025279989931732416, - "tests/io/xtb/test_outputs.py::TestCRESTOutput::test_all": 0.010029624972958118, - "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test": 0.0006106679211370647, - "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test_boolean_inputs": 0.00030920800054445863, - "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test_rectangular": 0.00033775094198063016, - "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test_small_range": 0.0002947920002043247, - "tests/optimization/test_neighbors.py::TestNeighbors::test_points_in_spheres": 0.0025064569781534374, - "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_basic": 0.016336957982275635, - "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_branches": 0.014964499976485968, - "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_dict_methods": 0.0630996249965392, - "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_nac": 0.01531558291753754, - "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_write_methods": 0.02760162396589294, - "tests/phonon/test_dos.py::TestCompletePhononDos::test_dict_methods": 0.0038299579173326492, - "tests/phonon/test_dos.py::TestCompletePhononDos::test_properties": 0.0031198750366456807, - "tests/phonon/test_dos.py::TestCompletePhononDos::test_str": 0.0027882069698534906, - "tests/phonon/test_dos.py::TestPhononDos::test_dict_methods": 0.0032739979797042906, - "tests/phonon/test_dos.py::TestPhononDos::test_get_smeared_densities": 0.002741500036790967, - "tests/phonon/test_dos.py::TestPhononDos::test_properties": 0.0026646669721230865, - "tests/phonon/test_dos.py::TestPhononDos::test_thermodynamic_functions": 0.0027535000117495656, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_acoustic_debye_temp": 6.2193051659851335, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_average_gruneisen": 7.851578625966795, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_debye_temp_phonopy": 7.661829167045653, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_frequencies": 7.70038720802404, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_as_from_dict": 7.64449966698885, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_gruneisen": 7.717112623970024, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_multi": 6.107562876015436, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_phdos": 7.646594374033157, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_plot": 11.142659542092588, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_tdos": 6.119015376025345, - "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_thermal_conductivity_slack": 8.002911708957981, - "tests/phonon/test_gruneisen.py::TestGruneisenPhononBandStructureSymmLine::test_as_dict_from_dict": 0.7353711679461412, - "tests/phonon/test_gruneisen.py::TestGruneisenPhononBandStructureSymmLine::test_plot": 2.347653959004674, - "tests/phonon/test_ir_spectra.py::TestIRDielectricTensor::test_basic": 0.035221541998907924, - "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_bs_plot_data": 0.10080599994398654, - "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_plot": 0.12728545803111047, - "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_plot_compare": 0.12979066697880626, - "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_proj_plot": 4.374290666019078, - "tests/phonon/test_plotter.py::TestPhononDosPlotter::test_add_dos_dict": 0.0010122510138899088, - "tests/phonon/test_plotter.py::TestPhononDosPlotter::test_get_dos_dict": 0.0009912490495480597, - "tests/phonon/test_plotter.py::TestPhononDosPlotter::test_plot": 0.057067290996201336, - "tests/phonon/test_plotter.py::TestThermoPlotter::test_plot_functions": 0.05074233305640519, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_b": 0.004295458027627319, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_u1_u2_u3": 0.0032667499617673457, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ucart": 0.002927167050074786, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ucif": 0.0030335839837789536, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ustar": 0.003031668020412326, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_angle": 0.0030221669585444033, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_beta": 0.002993999980390072, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_compute_directionality_quality_criterion": 0.017298042017500848, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_from_cif_p1": 0.016133208002429456, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_from_ucif": 0.0034181250375695527, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ratio_prolate": 0.0032418338814750314, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_to_structure_with_site_properties": 0.003408582997508347, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_visualization_directionality_criterion": 0.006568125041667372, - "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_write_file": 0.0038540829555131495, - "tests/symmetry/test_analyzer.py::TestFunc::test_cluster_sites": 0.0010132499155588448, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_asym_top": 0.014573584019672126, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_cyclic": 0.014232751040253788, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_dihedral": 0.026933041983284056, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_get_kpoint_weights": 2.2550343339680694, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_linear": 0.006893999991007149, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_spherical": 0.07021304202498868, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_symmetrize_molecule1": 0.047211626020725816, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_symmetrize_molecule2": 0.030357458046637475, - "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_tricky": 0.008988001034595072, - "tests/symmetry/test_analyzer.py::TestSpacegroup::test_are_symmetrically_equivalent": 0.025778707931749523, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_find_primitive": 0.11764295800821856, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_conventional_standard_structure": 0.04629062599269673, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_crystal_system": 0.029117915022652596, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_hall": 0.027820624120067805, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_ir_reciprocal_mesh": 0.028829624003265053, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_ir_reciprocal_mesh_map": 0.029757042066194117, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_point_group_operations": 0.06234324997058138, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_point_group_operations_uniq": 0.033802582998760045, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_pointgroup": 0.028257085068617016, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_primitive_standard_structure": 0.061969208996742964, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_refined_structure": 0.06671429210109636, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_space_number": 0.027764250000473112, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_space_symbol": 0.027348083967808634, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_symmetry": 0.042963665968272835, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_symmetry_dataset": 0.02834058302687481, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_init_cell": 0.06942762405378744, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_is_laue": 0.036480835056863725, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_magnetic": 0.028086750011425465, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_primitive": 0.03464841702952981, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_symmetrized_structure": 0.040056666010059416, - "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_tricky_structure": 0.032928665983490646, - "tests/symmetry/test_groups.py::TestPointGroup::test_get_orbit": 0.0011778330081142485, - "tests/symmetry/test_groups.py::TestPointGroup::test_is_sub_super_group": 0.05226199998287484, - "tests/symmetry/test_groups.py::TestPointGroup::test_order": 0.009105958975851536, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_abbrev_symbols": 0.0005351260188035667, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_attr": 0.00028662499971687794, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_crystal_system": 0.007448874006513506, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_full_symbols": 0.0005915419897064567, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_get_orbit": 0.00370775000192225, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_get_orbit_and_generators": 0.004818707995582372, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_get_settings": 0.0009842509753070772, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_hexagonal": 0.002551916055381298, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_is_compatible": 0.008534541993867606, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_order_symm_ops": 3.28213304100791, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_other_settings": 0.0004957919591106474, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_point_group_is_set": 0.0020539169781841338, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_raises_on_bad_int_number": 0.0004539580550044775, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_renamed_e_symbols": 0.00032929296139627695, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_repr": 0.0019570820149965584, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_string": 0.00039029103936627507, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_subgroup_supergroup": 0.0004559180233627558, - "tests/symmetry/test_groups.py::TestSpaceGroup::test_symmops": 0.00040558300679549575, - "tests/symmetry/test_kpath_hin.py::TestKPathSeek::test_kpath_acentered": 0.0026626670733094215, - "tests/symmetry/test_kpath_hin.py::TestKPathSeek::test_kpath_generation": 0.002470125036779791, - "tests/symmetry/test_kpath_lm.py::TestKPathLatimerMunro::test_kpath_acentered": 0.049040083948057145, - "tests/symmetry/test_kpath_lm.py::TestKPathLatimerMunro::test_kpath_generation": 9.695794626080897, - "tests/symmetry/test_kpath_lm.py::TestKPathLatimerMunro::test_magnetic_kpath_generation": 0.03967287403065711, - "tests/symmetry/test_kpath_sc.py::TestBandStructureSC::test_kpath_acentered": 0.0066346259554848075, - "tests/symmetry/test_kpath_sc.py::TestBandStructureSC::test_kpath_generation": 3.1656950830947608, - "tests/symmetry/test_kpaths.py::TestHighSymmKpath::test_continuous_kpath": 0.11787300003925338, - "tests/symmetry/test_kpaths.py::TestHighSymmKpath::test_kpath_generation": 0.0028423339826986194, - "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_crystal_system": 0.01464604097418487, - "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_equivalence_to_spacegroup": 0.06529450102243572, - "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_init": 0.012806834070943296, - "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_is_compatible": 0.007888333115261048, - "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_sg_symbol": 0.006992832932155579, - "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_str": 0.008855416963342577, - "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_symmetry_ops": 0.009746334049850702, - "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_init": 0.0006444579921662807, - "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_inverse": 0.0007016670424491167, - "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_transform_coords": 0.00043029204243794084, - "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_transform_lattice": 0.00033666600938886404, - "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_transform_symmops": 0.0021984160412102938, - "tests/symmetry/test_site_symmetries.py::TestSiteSymmetries::test_get_shared_symmetries_operations": 0.049005708016920835, - "tests/symmetry/test_site_symmetries.py::TestSiteSymmetries::test_get_site_symmetries": 0.009018792945425957, - "tests/transformations/test_advanced_transformations.py::TestAddAdsorbateTransformation::test_apply_transformation": 0.010074125020764768, - "tests/transformations/test_advanced_transformations.py::TestChargeBalanceTransformation::test_apply_transformation": 0.0006722499383613467, - "tests/transformations/test_advanced_transformations.py::TestCubicSupercellTransformation::test_apply_transformation": 0.12533625098876655, - "tests/transformations/test_advanced_transformations.py::TestDisorderedOrderedTransformation::test_apply_transformation": 0.003040958021301776, - "tests/transformations/test_advanced_transformations.py::TestDopingTransformation::test_apply_transformation": 0.00014783302322030067, - "tests/transformations/test_advanced_transformations.py::TestDopingTransformation::test_as_from_dict": 0.00012783397687599063, - "tests/transformations/test_advanced_transformations.py::TestDopingTransformation::test_find_codopant": 0.00014445901615545154, - "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_apply_transformation": 0.0001680009881965816, - "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_callable_sort_criteria": 0.0001474169548600912, - "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_m3gnet": 0.00013375002890825272, - "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_max_disordered_sites": 0.00013108301209285855, - "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_as_from_dict": 0.00014808401465415955, - "tests/transformations/test_advanced_transformations.py::TestGrainBoundaryTransformation::test_apply_transformation": 0.1331043330137618, - "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_advanced_usage": 0.00017266592476516962, - "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_apply_transformation": 0.0002466670121066272, - "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_as_from_dict": 0.00013983401004225016, - "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_ferrimagnetic": 0.00015208299737423658, - "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_zero_spin_case": 0.00014358299085870385, - "tests/transformations/test_advanced_transformations.py::TestMonteCarloRattleTransformation::test_apply_transformation": 0.0001875010202638805, - "tests/transformations/test_advanced_transformations.py::TestMultipleSubstitutionTransformation::test_apply_transformation": 0.002208000107202679, - "tests/transformations/test_advanced_transformations.py::TestSQSTransformation::test_apply_transformation": 0.0002000840613618493, - "tests/transformations/test_advanced_transformations.py::TestSQSTransformation::test_return_ranked_list": 0.0001526250271126628, - "tests/transformations/test_advanced_transformations.py::TestSQSTransformation::test_spin": 0.00015762500697746873, - "tests/transformations/test_advanced_transformations.py::TestSlabTransformation::test_apply_transformation": 0.025647290982306004, - "tests/transformations/test_advanced_transformations.py::TestSubstituteSurfaceSiteTransformation::test_apply_transformation": 0.004843041999265552, - "tests/transformations/test_advanced_transformations.py::TestSubstitutionPredictorTransformation::test_apply_transformation": 0.0014618340646848083, - "tests/transformations/test_advanced_transformations.py::TestSubstitutionPredictorTransformation::test_as_dict": 0.0007461670320481062, - "tests/transformations/test_advanced_transformations.py::TestSuperTransformation::test_apply_transformation": 0.0021615420118905604, - "tests/transformations/test_advanced_transformations.py::TestSuperTransformation::test_apply_transformation_mult": 0.0002819159999489784, - "tests/transformations/test_site_transformations.py::TestAddSitePropertyTransformation::test_apply_transformation": 0.002840708999428898, - "tests/transformations/test_site_transformations.py::TestInsertSitesTransformation::test_apply_transformation": 0.0011204160400666296, - "tests/transformations/test_site_transformations.py::TestInsertSitesTransformation::test_as_from_dict": 0.0009365830337628722, - "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_best_first": 0.0024371679755859077, - "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_complete": 0.0171223750221543, - "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_enumerate": 0.00029791693668812513, - "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_fast": 0.005790541996248066, - "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_str": 0.0003952919505536556, - "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_as_from_dict": 0.0032509579323232174, - "tests/transformations/test_site_transformations.py::TestRadialSiteDistortionTransformation::test": 0.006275916937738657, - "tests/transformations/test_site_transformations.py::TestRadialSiteDistortionTransformation::test_second_nn": 0.0032278739963658154, - "tests/transformations/test_site_transformations.py::TestRemoveSitesTransformation::test_apply_transformation": 0.0003834159579128027, - "tests/transformations/test_site_transformations.py::TestRemoveSitesTransformation::test_as_from_dict": 0.0004070000140927732, - "tests/transformations/test_site_transformations.py::TestReplaceSiteSpeciesTransformation::test_apply_transformation": 0.0004284160095266998, - "tests/transformations/test_site_transformations.py::TestReplaceSiteSpeciesTransformation::test_as_from_dict": 0.000438000017311424, - "tests/transformations/test_site_transformations.py::TestTranslateSitesTransformation::test_apply_transformation": 0.0027470000204630196, - "tests/transformations/test_site_transformations.py::TestTranslateSitesTransformation::test_apply_transformation_site_by_site": 0.0027628340176306665, - "tests/transformations/test_site_transformations.py::TestTranslateSitesTransformation::test_as_from_dict": 0.0027206239756196737, - "tests/transformations/test_standard_transformations.py::TestAutoOxiStateDecorationTransformation::test_apply_transformation": 0.00808262504870072, - "tests/transformations/test_standard_transformations.py::TestAutoOxiStateDecorationTransformation::test_as_from_dict": 0.00030533294193446636, - "tests/transformations/test_standard_transformations.py::TestChargedCellTransformation::test_apply_transformation": 0.00037570897256955504, - "tests/transformations/test_standard_transformations.py::TestConventionalCellTransformation::test_apply_transformation": 0.0017828340060077608, - "tests/transformations/test_standard_transformations.py::TestDeformStructureTransformation::test_apply_transformation": 0.00047024997184053063, - "tests/transformations/test_standard_transformations.py::TestDiscretizeOccupanciesTransformation::test_apply_transformation": 0.0005109179764986038, - "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_apply_transformation": 0.007946041994728148, - "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_best_first": 0.0021122090402059257, - "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_no_oxidation": 0.0058459999854676425, - "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_symmetrized_structure": 0.0020650410442613065, - "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_too_small_cell": 0.00047454197192564607, - "tests/transformations/test_standard_transformations.py::TestOxidationStateDecorationTransformation::test_apply_transformation": 0.0003706259885802865, - "tests/transformations/test_standard_transformations.py::TestOxidationStateRemovalTransformation::test_apply_transformation": 0.00035395805025473237, - "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformation": 0.0001633749925531447, - "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformation_fast": 0.0001228339970111847, - "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformations_best_first": 0.00012262503150850534, - "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformations_complete_ranking": 0.00022250000620260835, - "tests/transformations/test_standard_transformations.py::TestPerturbStructureTransformation::test_apply_transformation": 0.0010298339184373617, - "tests/transformations/test_standard_transformations.py::TestPrimitiveCellTransformation::test_apply_transformation": 0.0028985420358367264, - "tests/transformations/test_standard_transformations.py::TestRemoveSpeciesTransformation::test_apply_transformation": 0.00041454099118709564, - "tests/transformations/test_standard_transformations.py::TestRotationTransformations::test_as_from_dict": 0.0003646260011009872, - "tests/transformations/test_standard_transformations.py::TestRotationTransformations::test_rotation_transformation": 0.00036558398278430104, - "tests/transformations/test_standard_transformations.py::TestScaleToRelaxedTransformation::test_apply_transformation": 0.2090038750320673, - "tests/transformations/test_standard_transformations.py::TestSubstitutionTransformation::test_apply_transformation": 0.0004635410150513053, - "tests/transformations/test_standard_transformations.py::TestSubstitutionTransformation::test_fractional_substitution": 0.0005159569554962218, - "tests/transformations/test_standard_transformations.py::TestSupercellTransformation::test_apply_transformation": 0.000835416023619473, - "tests/transformations/test_standard_transformations.py::TestSupercellTransformation::test_from_scaling_factors": 0.0008832080056890845, + "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_as_from_dict": 0.0721597500378266, + "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_bulk": 0.0566632499685511, + "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_kpoints": 0.05604349903296679, + "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_slab": 0.05753083305899054, + "tests/io/vasp/test_sets.py::TestMVLSlabSet::test_user_incar_settings": 0.0563715830212459, + "tests/io/vasp/test_sets.py::TestMagmomLdau::test_ln_magmom": 0.096589041990228, + "tests/io/vasp/test_sets.py::TestMagmomLdau::test_structure_from_prev_run": 0.08332299999892712, + "tests/io/vasp/test_sets.py::TestMatPESStaticSet::test_default": 0.004691291018389165, + "tests/io/vasp/test_sets.py::TestMatPESStaticSet::test_default_u": 0.004139333846978843, + "tests/io/vasp/test_sets.py::TestMatPESStaticSet::test_from_prev_calc": 0.03362158196978271, + "tests/io/vasp/test_sets.py::TestMatPESStaticSet::test_functionals": 0.0384312488604337, + "tests/io/vasp/test_sets.py::TestMatPESStaticSet::test_r2scan": 0.004264499992132187, + "tests/io/vasp/test_sets.py::TestMatPESStaticSet::test_with_prev_incar": 0.00384729215875268, + "tests/io/vasp/test_sets.py::TestSetChangeCheck::test_sets_changed": 0.005277790944091976, + "tests/io/vasp/test_sets.py::TestVaspInputSet::test_as_dict": 0.0037778738187626004, + "tests/io/vasp/test_sets.py::test_dict_set_alias": 0.0002989990171045065, + "tests/io/vasp/test_sets.py::test_vasp_input_set_alias": 0.00018391699995845556, + "tests/io/vasp/test_sets.py::test_yb_2_warning[MPAbsorptionSet]": 0.0009662910597398877, + "tests/io/vasp/test_sets.py::test_yb_2_warning[MPHSERelaxSet]": 0.0006657087942585349, + "tests/io/vasp/test_sets.py::test_yb_2_warning[MPRelaxSet]": 0.0011843341635540128, + "tests/io/vasp/test_sets.py::test_yb_2_warning[MVLRelax52Set]": 0.0008927490562200546, + "tests/io/xtb/test_inputs.py::TestCRESTInput::test_constraints_file": 0.0035334171261638403, + "tests/io/xtb/test_inputs.py::TestCRESTInput::test_coordinates_file": 0.0022786661284044385, + "tests/io/xtb/test_outputs.py::TestCRESTOutput::test_all": 0.01140841597225517, + "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test": 0.000624624895863235, + "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test_boolean_inputs": 0.00022345792967826128, + "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test_rectangular": 0.00025195791386067867, + "tests/optimization/test_linear_assignment.py::TestLinearAssignment::test_small_range": 0.00019745889585465193, + "tests/optimization/test_neighbors.py::TestNeighbors::test_points_in_spheres": 0.002675333875231445, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_basic": 0.017792667029425502, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_branches": 0.01609241683036089, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_dict_methods": 0.06985016714315861, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_eq": 0.01898450101725757, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_get_gamma_point": 0.016671292018145323, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_has_imaginary_freq": 0.20147062407340854, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_min_max_freq": 0.016304500051774085, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_nac": 0.01636408397462219, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_repr": 0.01665299793239683, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_width": 0.01596670795697719, + "tests/phonon/test_bandstructure.py::TestPhononBandStructureSymmLine::test_write_methods": 0.21768487500958145, + "tests/phonon/test_dos.py::TestCompletePhononDos::test_dict_methods": 0.003602168057113886, + "tests/phonon/test_dos.py::TestCompletePhononDos::test_properties": 0.00292404112406075, + "tests/phonon/test_dos.py::TestCompletePhononDos::test_str": 0.002443708130158484, + "tests/phonon/test_dos.py::TestPhononDos::test_add": 0.004403375089168549, + "tests/phonon/test_dos.py::TestPhononDos::test_dict_methods": 0.0026787081733345985, + "tests/phonon/test_dos.py::TestPhononDos::test_eq": 0.0023069590097293258, + "tests/phonon/test_dos.py::TestPhononDos::test_get_last_peak": 0.0024229170521721244, + "tests/phonon/test_dos.py::TestPhononDos::test_get_smeared_densities": 0.0023268749937415123, + "tests/phonon/test_dos.py::TestPhononDos::test_mae": 0.0022908338578417897, + "tests/phonon/test_dos.py::TestPhononDos::test_mul": 0.0030474169179797173, + "tests/phonon/test_dos.py::TestPhononDos::test_properties": 0.002325792098417878, + "tests/phonon/test_dos.py::TestPhononDos::test_r2_score": 0.0023122921120375395, + "tests/phonon/test_dos.py::TestPhononDos::test_repr": 0.0022799159632995725, + "tests/phonon/test_dos.py::TestPhononDos::test_str": 0.002548208925873041, + "tests/phonon/test_dos.py::TestPhononDos::test_sub": 0.003922333009541035, + "tests/phonon/test_dos.py::TestPhononDos::test_thermodynamic_functions": 0.0026179581182077527, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_acoustic_debye_temp": 8.504745624959469, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_as_from_dict": 8.480037207948044, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_average_gruneisen": 8.614761666860431, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_debye_temp_phonopy": 8.421897750115022, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_frequencies": 8.610858125030063, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_gruneisen": 8.168360583949834, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_multi": 8.49915804201737, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_phdos": 8.670579498982988, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_plot": 10.829477041959763, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_tdos": 9.58595587394666, + "tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_thermal_conductivity_slack": 9.691706000012346, + "tests/phonon/test_gruneisen.py::TestGruneisenPhononBandStructureSymmLine::test_as_dict_from_dict": 0.8863047070335597, + "tests/phonon/test_gruneisen.py::TestGruneisenPhononBandStructureSymmLine::test_plot": 1.089482749113813, + "tests/phonon/test_init.py::test_convenience_imports": 0.00021412502974271774, + "tests/phonon/test_ir_spectra.py::TestIRDielectricTensor::test_basic": 0.05055678996723145, + "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_bs_plot_data": 0.10981975111644715, + "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_plot": 0.12479045893996954, + "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_plot_compare": 0.8545766241149977, + "tests/phonon/test_plotter.py::TestPhononBSPlotter::test_proj_plot": 3.3844641250325367, + "tests/phonon/test_plotter.py::TestPhononDosPlotter::test_add_dos_dict": 0.0020255419658496976, + "tests/phonon/test_plotter.py::TestPhononDosPlotter::test_get_dos_dict": 0.0015570000978186727, + "tests/phonon/test_plotter.py::TestPhononDosPlotter::test_plot": 0.06595620699226856, + "tests/phonon/test_plotter.py::TestThermoPlotter::test_plot_functions": 0.05244558409322053, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_angle": 0.004315916099585593, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_b": 0.0031363748712465167, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_beta": 0.0029716669814661145, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_compute_directionality_quality_criterion": 0.020516250049695373, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_from_cif_p1": 0.012850956991314888, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_from_ucif": 0.003370957914739847, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ratio_prolate": 0.002989500993862748, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_to_structure_with_site_properties": 0.003231332986615598, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_u1_u2_u3": 0.002935083000920713, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ucart": 0.0029605841264128685, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ucif": 0.0030914589297026396, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_ustar": 0.0031818340066820383, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_visualization_directionality_criterion": 0.007459540851414204, + "tests/phonon/test_thermal_displacements.py::TestThermalDisplacement::test_write_file": 0.004345665918663144, + "tests/symmetry/test_analyzer.py::TestFunc::test_cluster_sites": 0.0006867920747026801, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_asym_top": 0.0047203750582411885, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_cyclic": 0.0068032488925382495, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_dihedral": 0.00845233304426074, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_get_kpoint_weights": 0.97546125005465, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_linear": 0.003204458160325885, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_spherical": 0.025622916058637202, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_symmetrize_molecule1": 0.017317333025857806, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_symmetrize_molecule2": 0.007972209132276475, + "tests/symmetry/test_analyzer.py::TestPointGroupAnalyzer::test_tricky": 0.0033925840398296714, + "tests/symmetry/test_analyzer.py::TestSpacegroup::test_are_symmetrically_equivalent": 0.001869457890279591, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_find_primitive": 0.07500704098492861, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_conventional_standard_structure": 0.02441766601987183, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_crystal_system": 0.003339999937452376, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_hall": 0.003135956823825836, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_ir_reciprocal_mesh": 0.004307082970626652, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_ir_reciprocal_mesh_map": 0.004576458013616502, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_point_group_operations": 0.049404207966290414, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_point_group_operations_uniq": 0.024909001193009317, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_pointgroup": 0.003293417044915259, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_primitive_standard_structure": 0.04206687607802451, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_refined_structure": 0.03886333398986608, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_space_number": 0.003332833875901997, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_space_symbol": 0.003377165994606912, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_symmetry": 0.01693454198539257, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_get_symmetry_dataset": 0.003262000158429146, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_init_cell": 0.0449702920159325, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_is_laue": 0.011147625045850873, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_magnetic": 0.004709333064965904, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_primitive": 0.01183537591714412, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_symmetrized_structure": 0.018416456994600594, + "tests/symmetry/test_analyzer.py::TestSpacegroupAnalyzer::test_tricky_structure": 0.008461583987809718, + "tests/symmetry/test_groups.py::TestPointGroup::test_get_orbit": 0.00033479207195341587, + "tests/symmetry/test_groups.py::TestPointGroup::test_is_sub_super_group": 0.055644291918724775, + "tests/symmetry/test_groups.py::TestPointGroup::test_order": 0.00971783313434571, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_abbrev_symbols": 0.00037933397106826305, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_attr": 0.0001444999361410737, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_crystal_system": 0.0001553760375827551, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_full_symbols": 0.0005405840929597616, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_get_orbit": 0.003747125039808452, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_get_orbit_and_generators": 0.00457566708792001, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_get_settings": 0.0008312510326504707, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_hexagonal": 0.0002172921085730195, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_is_compatible": 0.0007529580034315586, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_order_symm_ops": 3.498169417027384, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_other_settings": 0.0002565408358350396, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_point_group_is_set": 1.0575790830189362, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_raises_on_bad_int_number": 0.0009501238819211721, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_renamed_e_symbols": 0.004423583042807877, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_repr": 0.0019432920962572098, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_string": 0.0002745850943028927, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_subgroup_supergroup": 0.0003175840247422457, + "tests/symmetry/test_groups.py::TestSpaceGroup::test_symmops": 0.00021745695266872644, + "tests/symmetry/test_kpath_hin.py::TestKPathSeek::test_kpath_acentered": 0.005357124959118664, + "tests/symmetry/test_kpath_hin.py::TestKPathSeek::test_kpath_generation": 0.7966172500746325, + "tests/symmetry/test_kpath_lm.py::TestKPathLatimerMunro::test_kpath_acentered": 0.05411462509073317, + "tests/symmetry/test_kpath_lm.py::TestKPathLatimerMunro::test_kpath_generation": 10.560838998993859, + "tests/symmetry/test_kpath_lm.py::TestKPathLatimerMunro::test_magnetic_kpath_generation": 0.042422749917022884, + "tests/symmetry/test_kpath_sc.py::TestBandStructureSC::test_kpath_acentered": 0.00699016684666276, + "tests/symmetry/test_kpath_sc.py::TestBandStructureSC::test_kpath_generation": 3.733005291898735, + "tests/symmetry/test_kpaths.py::TestHighSymmKpath::test_continuous_kpath": 0.12379620899446309, + "tests/symmetry/test_kpaths.py::TestHighSymmKpath::test_kpath_generation": 0.8977822090964764, + "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_crystal_system": 0.02388929098378867, + "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_equivalence_to_spacegroup": 0.08353995997458696, + "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_init": 0.02307775104418397, + "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_is_compatible": 0.013757625012658536, + "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_sg_symbol": 0.013243499910458922, + "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_str": 0.021036374964751303, + "tests/symmetry/test_maggroups.py::TestMagneticSpaceGroup::test_symmetry_ops": 0.01596762507688254, + "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_init": 0.008299082051962614, + "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_inverse": 0.005015873815864325, + "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_transform_coords": 0.000489833066239953, + "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_transform_lattice": 0.00031429214868694544, + "tests/symmetry/test_settings.py::TestJonesFaithfulTransformation::test_transform_symmops": 0.0034067920641973615, + "tests/symmetry/test_site_symmetries.py::TestSiteSymmetries::test_get_shared_symmetries_operations": 0.053055041120387614, + "tests/symmetry/test_site_symmetries.py::TestSiteSymmetries::test_get_site_symmetries": 0.010211998946033418, + "tests/test_cli.py::test_pmg_analyze": 10.128161123837344, + "tests/test_cli.py::test_pmg_diff": 2.1823020840529352, + "tests/test_cli.py::test_pmg_structure": 8.802329584024847, + "tests/test_pkg.py::test_egg_sources_txt_is_complete": 0.0024956249399110675, + "tests/transformations/test_advanced_transformations.py::TestAddAdsorbateTransformation::test_apply_transformation": 0.012236166861839592, + "tests/transformations/test_advanced_transformations.py::TestChargeBalanceTransformation::test_apply_transformation": 0.0008277500746771693, + "tests/transformations/test_advanced_transformations.py::TestCubicSupercellTransformation::test_apply_transformation": 0.13528845901601017, + "tests/transformations/test_advanced_transformations.py::TestDisorderedOrderedTransformation::test_apply_transformation": 0.0034680829849094152, + "tests/transformations/test_advanced_transformations.py::TestDopingTransformation::test_apply_transformation": 7.095909677445889e-05, + "tests/transformations/test_advanced_transformations.py::TestDopingTransformation::test_as_from_dict": 7.899897173047066e-05, + "tests/transformations/test_advanced_transformations.py::TestDopingTransformation::test_find_codopant": 0.00015233305748552084, + "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_apply_transformation": 7.90419289842248e-05, + "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_as_from_dict": 6.833288352936506e-05, + "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_callable_sort_criteria": 7.079099304974079e-05, + "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_m3gnet": 7.191591430455446e-05, + "tests/transformations/test_advanced_transformations.py::TestEnumerateStructureTransformation::test_max_disordered_sites": 7.666705641895533e-05, + "tests/transformations/test_advanced_transformations.py::TestGrainBoundaryTransformation::test_apply_transformation": 0.14122304099146277, + "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_advanced_usage": 8.162495214492083e-05, + "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_apply_transformation": 7.791700772941113e-05, + "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_as_from_dict": 7.3959119617939e-05, + "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_ferrimagnetic": 7.78749817982316e-05, + "tests/transformations/test_advanced_transformations.py::TestMagOrderingTransformation::test_zero_spin_case": 7.037492468953133e-05, + "tests/transformations/test_advanced_transformations.py::TestMonteCarloRattleTransformation::test_apply_transformation": 0.0001080420333892107, + "tests/transformations/test_advanced_transformations.py::TestMultipleSubstitutionTransformation::test_apply_transformation": 0.005595834110863507, + "tests/transformations/test_advanced_transformations.py::TestSQSTransformation::test_apply_transformation": 9.937502909451723e-05, + "tests/transformations/test_advanced_transformations.py::TestSQSTransformation::test_return_ranked_list": 8.087500464171171e-05, + "tests/transformations/test_advanced_transformations.py::TestSQSTransformation::test_spin": 8.241599425673485e-05, + "tests/transformations/test_advanced_transformations.py::TestSQSTransformationIcet::test_enumeration": 7.791595999151468e-05, + "tests/transformations/test_advanced_transformations.py::TestSQSTransformationIcet::test_icet_import": 7.341697346419096e-05, + "tests/transformations/test_advanced_transformations.py::TestSQSTransformationIcet::test_monte_carlo": 8.30839853733778e-05, + "tests/transformations/test_advanced_transformations.py::TestSlabTransformation::test_apply_transformation": 0.03042654099408537, + "tests/transformations/test_advanced_transformations.py::TestSubstituteSurfaceSiteTransformation::test_apply_transformation": 0.006176248891279101, + "tests/transformations/test_advanced_transformations.py::TestSubstitutionPredictorTransformation::test_apply_transformation": 0.0023456240305677056, + "tests/transformations/test_advanced_transformations.py::TestSubstitutionPredictorTransformation::test_as_dict": 0.001137915882281959, + "tests/transformations/test_advanced_transformations.py::TestSuperTransformation::test_apply_transformation": 0.00441708299331367, + "tests/transformations/test_advanced_transformations.py::TestSuperTransformation::test_apply_transformation_mult": 0.00012066704221069813, + "tests/transformations/test_site_transformations.py::TestAddSitePropertyTransformation::test_apply_transformation": 0.0034342489670962095, + "tests/transformations/test_site_transformations.py::TestInsertSitesTransformation::test_apply_transformation": 0.0012941670138388872, + "tests/transformations/test_site_transformations.py::TestInsertSitesTransformation::test_as_from_dict": 0.0010031668934971094, + "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_best_first": 0.0027597510488703847, + "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_complete": 0.02865779201965779, + "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_enumerate": 0.00010733213275671005, + "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_apply_transformation_fast": 0.006952999974600971, + "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_as_from_dict": 0.004004291957244277, + "tests/transformations/test_site_transformations.py::TestPartialRemoveSitesTransformation::test_str": 0.00033458496909588575, + "tests/transformations/test_site_transformations.py::TestRadialSiteDistortionTransformation::test": 0.006178376032039523, + "tests/transformations/test_site_transformations.py::TestRadialSiteDistortionTransformation::test_second_nn": 0.003458790946751833, + "tests/transformations/test_site_transformations.py::TestRemoveSitesTransformation::test_apply_transformation": 0.00036329077556729317, + "tests/transformations/test_site_transformations.py::TestRemoveSitesTransformation::test_as_from_dict": 0.0003697910578921437, + "tests/transformations/test_site_transformations.py::TestReplaceSiteSpeciesTransformation::test_apply_transformation": 0.0004801240283995867, + "tests/transformations/test_site_transformations.py::TestReplaceSiteSpeciesTransformation::test_as_from_dict": 0.0004091679584234953, + "tests/transformations/test_site_transformations.py::TestTranslateSitesTransformation::test_apply_transformation": 0.0031939998734742403, + "tests/transformations/test_site_transformations.py::TestTranslateSitesTransformation::test_apply_transformation_site_by_site": 0.002993623143993318, + "tests/transformations/test_site_transformations.py::TestTranslateSitesTransformation::test_as_from_dict": 0.0035057091154158115, + "tests/transformations/test_standard_transformations.py::TestAutoOxiStateDecorationTransformation::test_apply_transformation": 0.00971666700206697, + "tests/transformations/test_standard_transformations.py::TestAutoOxiStateDecorationTransformation::test_as_from_dict": 0.00028454093262553215, + "tests/transformations/test_standard_transformations.py::TestChargedCellTransformation::test_apply_transformation": 0.00028729101177304983, + "tests/transformations/test_standard_transformations.py::TestConventionalCellTransformation::test_apply_transformation": 0.0019187908619642258, + "tests/transformations/test_standard_transformations.py::TestDeformStructureTransformation::test_apply_transformation": 0.0005204170010983944, + "tests/transformations/test_standard_transformations.py::TestDiscretizeOccupanciesTransformation::test_apply_transformation": 0.0005147920455783606, + "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_apply_transformation": 0.014526000013574958, + "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_best_first": 0.0025673749623820186, + "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_no_oxidation": 0.007320834090933204, + "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_symmetrized_structure": 0.002330625895410776, + "tests/transformations/test_standard_transformations.py::TestOrderDisorderedStructureTransformation::test_too_small_cell": 0.0004252500366419554, + "tests/transformations/test_standard_transformations.py::TestOxidationStateDecorationTransformation::test_apply_transformation": 0.0003991260891780257, + "tests/transformations/test_standard_transformations.py::TestOxidationStateRemovalTransformation::test_apply_transformation": 0.00030845904257148504, + "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformation": 9.579106699675322e-05, + "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformation_fast": 7.254199590533972e-05, + "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformations_best_first": 7.291696965694427e-05, + "tests/transformations/test_standard_transformations.py::TestPartialRemoveSpecieTransformation::test_apply_transformations_complete_ranking": 7.441593334078789e-05, + "tests/transformations/test_standard_transformations.py::TestPerturbStructureTransformation::test_apply_transformation": 0.0011065419530496001, + "tests/transformations/test_standard_transformations.py::TestPrimitiveCellTransformation::test_apply_transformation": 0.0033559580333530903, + "tests/transformations/test_standard_transformations.py::TestRemoveSpeciesTransformation::test_apply_transformation": 0.00042962515726685524, + "tests/transformations/test_standard_transformations.py::TestRotationTransformations::test_as_from_dict": 0.00040791695937514305, + "tests/transformations/test_standard_transformations.py::TestRotationTransformations::test_rotation_transformation": 0.0007052510045468807, + "tests/transformations/test_standard_transformations.py::TestScaleToRelaxedTransformation::test_apply_transformation": 1.3843513330211863, + "tests/transformations/test_standard_transformations.py::TestSubstitutionTransformation::test_apply_transformation": 0.0004692929796874523, + "tests/transformations/test_standard_transformations.py::TestSubstitutionTransformation::test_fractional_substitution": 0.0005815409822389483, + "tests/transformations/test_standard_transformations.py::TestSupercellTransformation::test_apply_transformation": 0.0011380008654668927, + "tests/transformations/test_standard_transformations.py::TestSupercellTransformation::test_from_boundary_distance": 0.08883433404844254, + "tests/transformations/test_standard_transformations.py::TestSupercellTransformation::test_from_scaling_factors": 0.0009718340588733554, "tests/util/test_convergence.py::TestConvergence::test_determine_convergence": 0.004841500020120293, - "tests/util/test_coord.py::TestCoordUtils::test_all_distances": 0.0002681660116650164, - "tests/util/test_coord.py::TestCoordUtils::test_barycentric": 0.000376833020709455, - "tests/util/test_coord.py::TestCoordUtils::test_coord_list_mapping": 0.00045616691932082176, - "tests/util/test_coord.py::TestCoordUtils::test_coord_list_mapping_pbc": 0.0003269579610787332, - "tests/util/test_coord.py::TestCoordUtils::test_find_in_coord_list": 0.0003022089949809015, - "tests/util/test_coord.py::TestCoordUtils::test_find_in_coord_list_pbc": 0.000336916942615062, - "tests/util/test_coord.py::TestCoordUtils::test_get_angle": 0.00032470899168401957, - "tests/util/test_coord.py::TestCoordUtils::test_get_linear_interpolated_value": 0.0003595420275814831, - "tests/util/test_coord.py::TestCoordUtils::test_in_coord_list": 0.00028258300153538585, - "tests/util/test_coord.py::TestCoordUtils::test_in_coord_list_pbc": 0.0002916670055128634, - "tests/util/test_coord.py::TestCoordUtils::test_is_coord_subset": 0.00029391603311523795, - "tests/util/test_coord.py::TestCoordUtils::test_is_coord_subset_pbc": 0.00029395800083875656, - "tests/util/test_coord.py::TestCoordUtils::test_lattice_points_in_supercell": 0.00042262504575774074, - "tests/util/test_coord.py::TestCoordUtils::test_pbc_diff": 0.00033979100408032537, - "tests/util/test_coord.py::TestCoordUtils::test_pbc_shortest_vectors": 0.0004611250478774309, - "tests/util/test_coord.py::TestSimplex::test_2d_triangle": 0.0004170419997535646, - "tests/util/test_coord.py::TestSimplex::test_bary_coords": 0.00034245802089571953, - "tests/util/test_coord.py::TestSimplex::test_equal": 0.00038299994776025414, - "tests/util/test_coord.py::TestSimplex::test_in_simplex": 0.0003631249419413507, - "tests/util/test_coord.py::TestSimplex::test_intersection": 0.0005370830185711384, - "tests/util/test_coord.py::TestSimplex::test_str": 0.00030704098753631115, - "tests/util/test_coord.py::TestSimplex::test_to_json": 0.00036520796129480004, - "tests/util/test_coord.py::TestSimplex::test_volume": 0.0003094180137850344, - "tests/util/test_graph_hashing.py::test_graph_hash": 0.00039154296973720193, - "tests/util/test_graph_hashing.py::test_subgraph_hashes": 0.0003051679814234376, + "tests/util/test_coord.py::TestCoordUtils::test_all_distances": 0.00019699905533343554, + "tests/util/test_coord.py::TestCoordUtils::test_barycentric": 0.0003897909773513675, + "tests/util/test_coord.py::TestCoordUtils::test_coord_list_mapping": 0.0004700419958680868, + "tests/util/test_coord.py::TestCoordUtils::test_coord_list_mapping_pbc": 0.0002678340533748269, + "tests/util/test_coord.py::TestCoordUtils::test_find_in_coord_list": 0.00020275008864700794, + "tests/util/test_coord.py::TestCoordUtils::test_find_in_coord_list_pbc": 0.00022670801263302565, + "tests/util/test_coord.py::TestCoordUtils::test_get_angle": 0.00018420815467834473, + "tests/util/test_coord.py::TestCoordUtils::test_get_linear_interpolated_value": 0.0007698320550844073, + "tests/util/test_coord.py::TestCoordUtils::test_in_coord_list": 0.0001822911435738206, + "tests/util/test_coord.py::TestCoordUtils::test_in_coord_list_pbc": 0.0002033329801633954, + "tests/util/test_coord.py::TestCoordUtils::test_is_coord_subset": 0.00020095787476748228, + "tests/util/test_coord.py::TestCoordUtils::test_is_coord_subset_pbc": 0.00021225004456937313, + "tests/util/test_coord.py::TestCoordUtils::test_lattice_points_in_supercell": 0.0003809160552918911, + "tests/util/test_coord.py::TestCoordUtils::test_pbc_diff": 0.0003560850163921714, + "tests/util/test_coord.py::TestCoordUtils::test_pbc_shortest_vectors": 0.0006116671720519662, + "tests/util/test_coord.py::TestSimplex::test_2d_triangle": 0.0004444168880581856, + "tests/util/test_coord.py::TestSimplex::test_bary_coords": 0.0002618739381432533, + "tests/util/test_coord.py::TestSimplex::test_equal": 0.0002564589958637953, + "tests/util/test_coord.py::TestSimplex::test_in_simplex": 0.00023087509907782078, + "tests/util/test_coord.py::TestSimplex::test_intersection": 0.0005686249351128936, + "tests/util/test_coord.py::TestSimplex::test_str": 0.0002621660241857171, + "tests/util/test_coord.py::TestSimplex::test_to_json": 0.0004887920804321766, + "tests/util/test_coord.py::TestSimplex::test_volume": 0.00028595805633813143, + "tests/util/test_graph_hashing.py::test_graph_hash": 0.003173624980263412, + "tests/util/test_graph_hashing.py::test_subgraph_hashes": 0.0002607500646263361, + "tests/util/test_io.py::TestFunc::test_micro_pyawk": 0.0914989160373807, "tests/util/test_io_utils.py::TestFunc::test_micro_pyawk": 0.08383158198557794, + "tests/util/test_num.py::test_round": 0.00039820699021220207, "tests/util/test_num_utils.py::TestFunc::test_abs_cap": 0.0003750419127754867, "tests/util/test_num_utils.py::TestFunc::test_min_max_indexes": 0.0002843319671228528, "tests/util/test_num_utils.py::TestFunc::test_round": 0.0004711660440079868, - "tests/util/test_plotting.py::TestFunc::test_plot_periodic_heatmap": 0.0028367919730953872, - "tests/util/test_plotting.py::TestFunc::test_van_arkel_triangle": 0.0405823330511339, - "tests/util/test_provenance.py::StructureNLCase::test_authors": 0.001689917000476271, - "tests/util/test_provenance.py::StructureNLCase::test_data": 0.0003868750645779073, - "tests/util/test_provenance.py::StructureNLCase::test_eq": 0.0011642919853329659, - "tests/util/test_provenance.py::StructureNLCase::test_from_structures": 0.00031454203417524695, - "tests/util/test_provenance.py::StructureNLCase::test_history_nodes": 0.0003798350808210671, - "tests/util/test_provenance.py::StructureNLCase::test_references": 0.0035720000159926713, - "tests/util/test_provenance.py::StructureNLCase::test_remarks": 0.00033849908504635096, - "tests/util/test_provenance.py::StructureNLCase::test_as_from_dict": 0.002433916088193655, - "tests/util/test_string.py::TestFunc::test_charge_string": 0.0003108330420218408, - "tests/util/test_string.py::TestFunc::test_disordered_formula": 0.0004229180049151182, - "tests/util/test_string.py::TestFunc::test_formula_double_format": 0.0002648739027790725, - "tests/util/test_string.py::TestFunc::test_htmlify": 0.0003226249828003347, - "tests/util/test_string.py::TestFunc::test_latexify": 0.00026170804630964994, - "tests/util/test_string.py::TestFunc::test_latexify_spacegroup": 0.00026575103402137756, + "tests/util/test_plotting.py::TestFunc::test_plot_periodic_heatmap": 0.0733161240350455, + "tests/util/test_plotting.py::TestFunc::test_van_arkel_triangle": 0.043755749822594225, + "tests/util/test_provenance.py::StructureNLCase::test_as_from_dict": 0.0034279999090358615, + "tests/util/test_provenance.py::StructureNLCase::test_authors": 0.0014649999793618917, + "tests/util/test_provenance.py::StructureNLCase::test_data": 0.00036849919706583023, + "tests/util/test_provenance.py::StructureNLCase::test_eq": 0.001131958095356822, + "tests/util/test_provenance.py::StructureNLCase::test_from_structures": 0.0009000410791486502, + "tests/util/test_provenance.py::StructureNLCase::test_history_nodes": 0.00040274893399327993, + "tests/util/test_provenance.py::StructureNLCase::test_references": 0.0017503330018371344, + "tests/util/test_provenance.py::StructureNLCase::test_remarks": 0.0003692489117383957, + "tests/util/test_string.py::TestFunc::test_charge_string": 0.0001531238667666912, + "tests/util/test_string.py::TestFunc::test_disordered_formula": 0.0003762500127777457, + "tests/util/test_string.py::TestFunc::test_formula_double_format": 0.00014312600251287222, + "tests/util/test_string.py::TestFunc::test_htmlify": 0.00016725005116313696, + "tests/util/test_string.py::TestFunc::test_latexify": 0.00024641596246510744, + "tests/util/test_string.py::TestFunc::test_latexify_spacegroup": 0.0001680831192061305, + "tests/util/test_string.py::TestFunc::test_transformation_to_str": 0.0003967919619753957, "tests/util/test_string.py::TestFunc::test_transformation_to_string": 0.0004222069983370602, - "tests/util/test_string.py::TestFunc::test_unicodeify": 0.00034724996658042073, - "tests/util/test_string.py::TestStringify::test_to_html_string": 0.0005747910472564399, - "tests/util/test_string.py::TestStringify::test_to_latex_string": 0.00027266598772257566, - "tests/util/test_string.py::TestStringify::test_to_unicode_string": 0.0003124999930150807, - "tests/util/test_typing.py::test_composition_like": 0.00024187611415982246, - "tests/util/test_typing.py::test_entry_like": 0.00028375000692903996, + "tests/util/test_string.py::TestFunc::test_unicodeify": 0.00020150002092123032, + "tests/util/test_string.py::TestStringify::test_to_html_string": 0.0002952920040115714, + "tests/util/test_string.py::TestStringify::test_to_latex_string": 0.00034691602922976017, + "tests/util/test_string.py::TestStringify::test_to_unicode_string": 0.00016295700334012508, + "tests/util/test_typing.py::test_composition_like": 0.00031320902053266764, + "tests/util/test_typing.py::test_entry_like": 0.00021404295694082975, "tests/util/test_typing.py::test_matrix_like": 0.0002625829656608403, "tests/util/test_typing.py::test_path_like": 0.0002469159662723541, - "tests/util/test_typing.py::test_species_like": 0.000255541002843529, - "tests/vis/test_plotters.py::TestSpectrumPlotter::test_get_plot": 0.06307895801728591, - "tests/vis/test_plotters.py::TestSpectrumPlotter::test_get_stacked_plot": 0.14057258295360953 -} + "tests/util/test_typing.py::test_pathlike": 0.00016837497241795063, + "tests/util/test_typing.py::test_pbc_like": 0.00014050211757421494, + "tests/util/test_typing.py::test_species_like": 0.0001504579558968544, + "tests/vis/test_plotters.py::TestSpectrumPlotter::test_get_plot": 0.32770179316867143, + "tests/vis/test_plotters.py::TestSpectrumPlotter::test_get_plot_with_add_spectrum": 1.1696892499458045, + "tests/vis/test_plotters.py::TestSpectrumPlotter::test_get_stacked_plot": 0.11690795794129372 +} \ No newline at end of file