qmcpack/nexus/tests/unit
Paul Kent 0e5e083a4d Nexus: Add ORNL baseline machine 2025-03-07 09:59:36 -05:00
..
test_basisset_files nexus: add tests for basisset module 2019-09-20 15:46:41 -04:00
test_fileio_files nexus: add tests for fileio module 2019-09-19 17:16:11 -04:00
test_gamess_analyzer_files nexus: add teests for gamess analyzer 2019-11-04 16:20:26 -05:00
test_gamess_input_files nexus: add test for gamess input 2019-10-31 15:37:18 -04:00
test_pseudopotential_files nexus: initial pseudo tests 2019-09-20 20:23:08 -04:00
test_pwscf_analyzer_files nexus: add files too 2020-04-02 08:42:40 -04:00
test_pwscf_input_files nexus: relocate pwscf input tests 2019-10-30 13:07:26 -04:00
test_pwscf_postprocessor_analyzers_files nexus: add tests for pwscf postprocessor analyzers 2019-11-05 07:56:10 -05:00
test_qdens_radial_files/diamond_twist Remove unnecessary files 2021-12-21 13:41:14 -05:00
test_qmcpack_analyzer_files nexus: add tests for qmcpack analyzer 2019-11-05 16:21:07 -05:00
test_qmcpack_input_files nexus: add forgotten reference file 2019-10-09 09:36:47 -04:00
test_quantum_package_input_files/h2o.ezfio nexus: add tests for quantum package input 2019-11-04 09:06:35 -05:00
test_rmg_input_files nexus: add tests for rmg input 2020-10-05 14:28:51 -04:00
test_structure_files nexus: expand structure tests 2019-09-21 22:38:55 -04:00
test_vasp_analyzer_files add tests for vasp analyzer 2019-11-04 14:21:11 -05:00
test_vasp_input_files nexus: add tests for vasp input 2019-11-01 10:00:14 -04:00
test_xmlreader_files nexus: add tests for xmlreader module 2019-09-20 08:35:18 -04:00
test_basisset.py nexus: add tests for basisset module 2019-09-20 15:46:41 -04:00
test_bundle.py nexus: remove duplicate code from qmca 2019-11-14 11:37:32 -05:00
test_developer.py nexus: py3 works up to developer 2019-11-20 11:11:45 -05:00
test_execute.py nexus: move new functions into utilities 2019-11-21 09:05:23 -05:00
test_fileio.py nexus: add tests for fileio module 2019-09-19 17:16:11 -04:00
test_gamess_analyzer.py nexus: add teests for gamess analyzer 2019-11-04 16:20:26 -05:00
test_gamess_input.py nexus: add tests for vasp input 2019-11-01 10:00:14 -04:00
test_gamess_simulation.py nexus: add tests for quantum package simulation 2019-11-07 08:48:33 -05:00
test_generic.py nexus: py3 works up to developer 2019-11-20 11:11:45 -05:00
test_grid_functions.py nexus: py3 tests pass up to xmlreader 2019-11-20 13:11:49 -05:00
test_hdfreader.py nexus: all tests pass with python 3 2019-11-21 13:48:45 -05:00
test_machines.py Nexus: Add ORNL baseline machine 2025-03-07 09:59:36 -05:00
test_memory.py nexus: add missing test files 2019-09-16 10:14:10 -04:00
test_nexus_base.py nexus: add tests for nexus_base module 2019-09-25 12:08:55 -04:00
test_nexus_imports.py nexus: update test for nexus imports 2019-09-25 16:38:26 -04:00
test_numerics.py nexus: all tests pass with python 3 2019-11-21 13:48:45 -05:00
test_nxs_redo.py nexus: wrap system executions in tests 2020-01-07 08:28:12 -05:00
test_nxs_sim.py Properly propagate interpreter and PYTHONPATH. 2022-04-07 13:48:43 -05:00
test_observables.py nexus: radial density function processing 2020-02-17 16:20:50 -05:00
test_optional_dependencies.py nexus: test dependencies 2019-09-09 14:38:15 -04:00
test_periodic_table.py nexus: add tests for periodic_table module 2019-09-17 15:47:39 -04:00
test_physical_system.py Require Python3 2020-01-08 12:52:22 -05:00
test_plotting.py nexus: add missing test files 2019-09-16 10:14:10 -04:00
test_project_manager.py nexus: remove duplicate code from qmca 2019-11-14 11:37:32 -05:00
test_pseudopotential.py nexus: add text comparisons and tighten test tolerances 2019-11-01 15:27:59 -04:00
test_pwscf_analyzer.py nexus: add test for analysis of nscf case 2020-04-02 08:38:46 -04:00
test_pwscf_input.py nexus: relocate pwscf input tests 2019-10-30 13:07:26 -04:00
test_pwscf_postprocessor_analyzers.py nexus: add tests for pwscf postprocessor analyzers 2019-11-05 07:56:10 -05:00
test_pwscf_postprocessor_input.py nexus: add tests for pwscf postprocessor input 2019-11-04 10:49:23 -05:00
test_pwscf_postprocessor_simulations.py nexus: add tests for pwscf postprocessor simulations 2019-11-07 09:06:56 -05:00
test_pwscf_simulation.py nexus: add tests for gamess simulation 2019-11-06 16:42:43 -05:00
test_pyscf_analyzer.py nexus: add tests for pyscf analyzer 2019-11-04 16:28:01 -05:00
test_pyscf_input.py Jarons suggested tolerance fix 2024-07-12 13:40:24 -04:00
test_pyscf_simulation.py nexus: add tests for pyscf simulation 2019-11-06 17:12:11 -05:00
test_qdens.py nexus: make qdens test more informative 2021-11-05 13:59:11 -04:00
test_qdens_radial.py add tolerance explicitly 2024-05-14 10:19:41 -04:00
test_qmc_fit.py adding timestep fit default function 2023-03-01 10:41:12 -05:00
test_qmca.py Properly propagate interpreter and PYTHONPATH. 2022-04-07 13:48:43 -05:00
test_qmcpack_analyzer.py nexus: py3 tests pass up to qmcpack_analyzer 2019-11-21 08:47:21 -05:00
test_qmcpack_converter_analyzers.py nexus: add missing file 2019-11-05 07:57:40 -05:00
test_qmcpack_converter_input.py Deprecate gamessAscii from all files including nexus 2020-10-14 11:05:00 -05:00
test_qmcpack_converter_simulations.py nexus: fix convert4qmc usage 2021-09-30 07:48:53 -04:00
test_qmcpack_input.py Convert simpson to simpsons 2025-03-04 10:52:46 -05:00
test_qmcpack_simulation.py nexus: fix convert4qmc usage 2021-09-30 07:48:53 -04:00
test_quantum_package_analyzer.py nexus: add tests for quantum package analyzer 2019-11-04 16:30:15 -05:00
test_quantum_package_input.py nexus: fix use of mag 2020-10-08 15:02:48 -04:00
test_quantum_package_simulation.py nexus: add tests for quantum package simulation 2019-11-07 08:48:33 -05:00
test_required_dependencies.py nexus: test dependencies 2019-09-09 14:38:15 -04:00
test_rmg_analyzer.py nexus: add rmg unit tests 2021-02-17 16:28:22 -05:00
test_rmg_input.py nexus: fix tests on summit 2021-03-03 14:44:03 -05:00
test_rmg_simulation.py nexus: add rmg unit tests 2021-02-17 16:28:22 -05:00
test_settings.py nexus: add final state checks 2019-11-06 14:11:27 -05:00
test_simulation_module.py nexus: update comment 2022-11-28 13:52:46 -05:00
test_structure.py Guard div by 0 2022-06-24 15:56:27 -04:00
test_superstring.py nexus: add missing test files 2019-09-16 10:14:10 -04:00
test_testing.py nexus: add text comparisons and tighten test tolerances 2019-11-01 15:27:59 -04:00
test_unit_converter.py nexus: add text comparisons and tighten test tolerances 2019-11-01 15:27:59 -04:00
test_vasp_analyzer.py nexus: small fix to vasp analyzer 2019-11-05 07:20:05 -05:00
test_vasp_input.py nexus: add tests for vasp input 2019-11-01 10:00:14 -04:00
test_vasp_simulation.py nexus: fix use of mag 2020-10-08 15:02:48 -04:00
test_versions.py nexus: add cif2cell versions 2019-11-21 13:59:33 -05:00
test_xmlreader.py Nexus: Resolve issue due to underlying xml library 2020-04-22 14:34:00 -04:00