nested-fit 5.6.2.dev115__tar.gz → 5.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/PKG-INFO +33 -4
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/README.md +32 -3
- nested_fit-5.6.4/examples/jupyter_notebooks/LJ17/nf_input.yaml +324 -0
- nested_fit-5.6.4/examples/jupyter_notebooks/LJ3/nf_input.yaml +93 -0
- nested_fit-5.6.4/examples/jupyter_notebooks/LJ7/nf_input.yaml +162 -0
- nested_fit-5.6.4/examples/jupyter_notebooks/LJ7_norm/nf_input.yaml +162 -0
- nested_fit-5.6.4/examples/jupyter_notebooks/exploring_potentials.ipynb +906 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_1gauss_bg/nf_input.yaml +5 -1
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/nested_fit.egg-info/PKG-INFO +33 -4
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/nested_fit.egg-info/SOURCES.txt +5 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/nested_res.py +125 -19
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/nested_run.py +23 -22
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pyproject.toml +2 -2
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_potentials.f90 +60 -5
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/nested_fit.f90 +3 -3
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/.github/dependabot.yml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/.github/workflows/build_wheels.yml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/.gitignore +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/CMakeLists.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/LICENSE +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/STEPBYSTEP_INSTALL.md +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/ThirdParty.md +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/cmake/resman.cmake +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/cmake/write_manifest.cmake +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/README.md +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/RANDOM_WALK/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/RANDOM_WALK/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_hard_writing/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_no_points_file/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_no_points_file/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_no_stat/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/internal_func_no_stat/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/latex_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/latex_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/legacy_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/01_simple_example/legacy_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/02_error_bars_data/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/02_error_bars_data/eb_gauss_bg-x0_300-sigma_20-A_20000-p_to_bg_0.05-bin_1.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/02_error_bars_data/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/04_set_of_datafiles/latex_func_input/gauss_bg-x0_300-sigma_20-A_300-p_to_bg_20-bin_1.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/04_set_of_datafiles/latex_func_input/gauss_bg-x0_310-sigma_20-A_150-p_to_bg_10-bin_1.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/04_set_of_datafiles/latex_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/gauss_bg-x0_300-sigma_20-A_300-p_to_bg_20-bin_1.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/gauss_bg-x0_310-sigma_20-A_150-p_to_bg_10-bin_1.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/05_data_2D/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/05_data_2D/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/05_data_2D/test_matrix.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/06_interpolation_function/ginterp.csv +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/06_interpolation_function/interp.csv +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/06_interpolation_function/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/data_analysis/06_interpolation_function/pynf_interp.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/function_integration/07_func_GAUSS/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/function_integration/07_func_GAUSS/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/function_integration/08_func_EGGBOX/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/.ipynb_checkpoints/pandas_extended_analysis-checkpoint.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/.ipynb_checkpoints/simple_analysis_visu-checkpoint.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/pandas_extended_analysis.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/pynf_interp.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_1gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_2gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_2gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/he-histo-checkpoint.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_3gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_3gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_4gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/res_4gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/set_of_datafiles/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/set_of_datafiles/gauss_bg-x0_300-sigma_20-A_300-p_to_bg_20-bin_1.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/set_of_datafiles/gauss_bg-x0_310-sigma_20-A_150-p_to_bg_10-bin_1.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/set_of_datafiles/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/set_of_files_analysis.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/simple_analysis_visu.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/jupyter_notebooks/simple_visualisation.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/native_functions/example.cpp +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/native_functions/example.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_energy.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_energy.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/.DS_Store +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercices_ICFO/ICFO2024_nested_fit_tutorial.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercices_ICFO/res_1gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercices_ICFO/res_1gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/exercises_quantitative_xray_spectroscopy.ipynb +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/with_U_1000_counts/c_U_1000_counts.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/with_U_100s/c_U_100s.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/with_U_1s/c_U_1s.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/with_U_1s/nf_input.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/without_U_100k_counts/s_U_100000_counts.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/without_U_1M_counts/nf_input.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/exercises_QXRA/without_U_1M_counts/s_U_1000000_counts.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise1_piN_sampling/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise1_piN_sampling/nf_input.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise1_piN_sampling/piN-sum.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise2_pN_evidence/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise2_pN_evidence/nf_input.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise2_pN_evidence/piN-sum.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise2_pN_evidence/results_2000lp.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise3_He-like_U_from_scratch/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise3_He-like_U_from_scratch/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise4_He-like_U_clusters/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise4_He-like_U_clusters/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise4_He-like_U_clusters/nf_input.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/README.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/he-histo.dat +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/install.sh +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/nested_fit.egg-info/dependency_links.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/nested_fit.egg-info/entry_points.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/nested_fit.egg-info/requires.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/nested_fit.egg-info/top_level.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/nf_input.yaml +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/__init__.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/cliw.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/evaluator.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/metadata.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/utils.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/widgets/__init__.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/widgets/bar.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/widgets/errorui.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/widgets/hfinder.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/widgets/plot.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/widgets/timer.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/pynested_fit/widgets/var.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/setup.cfg +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/setup.py +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/curfit.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fpback.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fpbspl.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fpchec.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fpcurf.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fpdisc.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fpgivs.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fpknot.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fprati.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/fprota.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/DIERCKX/splev.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Makefile +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_array_tries.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_cluster_analysis.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_covariance_matrix.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_input_parse.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_integrated_func.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_interpolate.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_jsonio.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_likelihood.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_likelihood_gen.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_logger.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_math.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_metadata.f90.in +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_options.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_parameters.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_perfprof.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_search_new_point.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_timestamp.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/Mod_userfcn.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/dpsort.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/fdump.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/i1mach.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/j4save.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/xercnt.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/xerhlt.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/xermsg.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/xerprn.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/xersve.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/SLATEC/xgetua.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/USERFCN.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/USERFCN_2D.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/USERFCN_SET.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/cli/argparse.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/funceval/auto_func.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/funceval/latex_parser.cpp +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/funceval/native_parser.cpp +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/functions/WOFZ.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/functions/internal.tex +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/functions/internal_funcs.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/console.cpp +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/halt.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/hash.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/int_stack.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/resman.cpp.in +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/rmhex.cpp +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/strutil.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/helper/utils.cpp +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/init_interpolation.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/nested_sampling.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/rinteg.f +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/src/shirley_fitpack.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/test/CMakeLists.txt +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/test/README.md +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/test/str.f90 +0 -0
- {nested_fit-5.6.2.dev115 → nested_fit-5.6.4}/test/test.f90 +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nested_fit
|
|
3
|
-
Version: 5.6.
|
|
3
|
+
Version: 5.6.4
|
|
4
4
|
Summary: The nested_fit package.
|
|
5
5
|
Author: Martino Trassinelli, Lune Maillard, César Godinho
|
|
6
6
|
Project-URL: Homepage, https://github.com/martinit18/nested_fit
|
|
@@ -73,10 +73,38 @@ Other jupyter notebook examples can be found in `examples/jupyter_notebooks`.
|
|
|
73
73
|
> :warning: Windows support is deprecated. Compile at own risk.
|
|
74
74
|
|
|
75
75
|
### Using PIP
|
|
76
|
-
For most users if you are running on Linux or MacOS,
|
|
76
|
+
For most users if you are running on Linux or MacOS, you can just install directly from pip.
|
|
77
77
|
```sh
|
|
78
78
|
pipx install nested_fit
|
|
79
79
|
```
|
|
80
|
+
(If you need to install a beta version from the **nightly** branch, use the command `pip install --pre nested_fit`)
|
|
81
|
+
|
|
82
|
+
The `examples/` directory is bundled with the package. After installation you can
|
|
83
|
+
copy it to a local working area in a couple of ways:
|
|
84
|
+
|
|
85
|
+
* **directly from the installed site‑packages**
|
|
86
|
+
|
|
87
|
+
```sh
|
|
88
|
+
pkgdir=$(python -c "import os,nested_fit; print(os.path.join(os.path.dirname(nested_fit.__file__), 'examples'))")
|
|
89
|
+
cp -rp "$pkgdir" ./nested_fit_examples
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
* **or grab them from GitHub with `curl` alone** – no git required. Download
|
|
93
|
+
the repository tarball and extract just the examples directory:
|
|
94
|
+
|
|
95
|
+
```sh
|
|
96
|
+
curl -L -o nf.tar.gz \
|
|
97
|
+
https://github.com/martinit18/nested_fit/archive/refs/heads/main.tar.gz
|
|
98
|
+
mkdir -p nested_fit_examples
|
|
99
|
+
tar -xzf nf.tar.gz --strip-components=1 nested_fit-main/examples
|
|
100
|
+
rm nf.tar.gz
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
the result is a local `nested_fit_examples` tree containing all of the input
|
|
104
|
+
files and notebooks.
|
|
105
|
+
Either approach gives you a local copy of the input files and notebooks without
|
|
106
|
+
needing to clone the entire repository.
|
|
107
|
+
|
|
80
108
|
|
|
81
109
|
### Installing from source (automatic)
|
|
82
110
|
If you cannot use pip you can install via the following script:
|
|
@@ -186,7 +214,7 @@ For this purpose, the python module `nested_py` can be used also for compressed
|
|
|
186
214
|
Together with this file, also the files `nf_output_points.paramnames` and `nf_output_points.ranges` are created for the use of GetDist and Anesthetic python libraries.
|
|
187
215
|
- `nf_output_cluster_mean_std.dat`: contains the number of clusters, number of point per clusters, and mean and standard deviations for each cluster (if the clustering option is activated).
|
|
188
216
|
- `nf_output_cluster_max.dat`: contains the number of clusters, the maximum value of the likelihood and the corresponding parameter values (if the clustering option is activated).
|
|
189
|
-
- `
|
|
217
|
+
- `nf_output_energy.txt`: contains the volume and energy associated to the discarded and final live points. For a quantum potential, the decomposition of the energy between the avergaed potential and the replicas interaction is also given, as well as the temperature. Only created when exploring potentials.
|
|
190
218
|
|
|
191
219
|
**Details of the input file line by line**
|
|
192
220
|
|
|
@@ -416,8 +444,9 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
|
|
|
416
444
|
|
|
417
445
|
## Present version and history of the past versions
|
|
418
446
|
|
|
419
|
-
The present version is 5.6.
|
|
447
|
+
The present version is 5.6.4\
|
|
420
448
|
New features:
|
|
449
|
+
- New function to visualizing the capacty heat for POTENTIAL calculations
|
|
421
450
|
- Latex input support for compound variable names (i.e. x_{sub})
|
|
422
451
|
- PyPI available development builds
|
|
423
452
|
- PyPI binary distribution for arm64 macOS
|
|
@@ -48,10 +48,38 @@ Other jupyter notebook examples can be found in `examples/jupyter_notebooks`.
|
|
|
48
48
|
> :warning: Windows support is deprecated. Compile at own risk.
|
|
49
49
|
|
|
50
50
|
### Using PIP
|
|
51
|
-
For most users if you are running on Linux or MacOS,
|
|
51
|
+
For most users if you are running on Linux or MacOS, you can just install directly from pip.
|
|
52
52
|
```sh
|
|
53
53
|
pipx install nested_fit
|
|
54
54
|
```
|
|
55
|
+
(If you need to install a beta version from the **nightly** branch, use the command `pip install --pre nested_fit`)
|
|
56
|
+
|
|
57
|
+
The `examples/` directory is bundled with the package. After installation you can
|
|
58
|
+
copy it to a local working area in a couple of ways:
|
|
59
|
+
|
|
60
|
+
* **directly from the installed site‑packages**
|
|
61
|
+
|
|
62
|
+
```sh
|
|
63
|
+
pkgdir=$(python -c "import os,nested_fit; print(os.path.join(os.path.dirname(nested_fit.__file__), 'examples'))")
|
|
64
|
+
cp -rp "$pkgdir" ./nested_fit_examples
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
* **or grab them from GitHub with `curl` alone** – no git required. Download
|
|
68
|
+
the repository tarball and extract just the examples directory:
|
|
69
|
+
|
|
70
|
+
```sh
|
|
71
|
+
curl -L -o nf.tar.gz \
|
|
72
|
+
https://github.com/martinit18/nested_fit/archive/refs/heads/main.tar.gz
|
|
73
|
+
mkdir -p nested_fit_examples
|
|
74
|
+
tar -xzf nf.tar.gz --strip-components=1 nested_fit-main/examples
|
|
75
|
+
rm nf.tar.gz
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
the result is a local `nested_fit_examples` tree containing all of the input
|
|
79
|
+
files and notebooks.
|
|
80
|
+
Either approach gives you a local copy of the input files and notebooks without
|
|
81
|
+
needing to clone the entire repository.
|
|
82
|
+
|
|
55
83
|
|
|
56
84
|
### Installing from source (automatic)
|
|
57
85
|
If you cannot use pip you can install via the following script:
|
|
@@ -161,7 +189,7 @@ For this purpose, the python module `nested_py` can be used also for compressed
|
|
|
161
189
|
Together with this file, also the files `nf_output_points.paramnames` and `nf_output_points.ranges` are created for the use of GetDist and Anesthetic python libraries.
|
|
162
190
|
- `nf_output_cluster_mean_std.dat`: contains the number of clusters, number of point per clusters, and mean and standard deviations for each cluster (if the clustering option is activated).
|
|
163
191
|
- `nf_output_cluster_max.dat`: contains the number of clusters, the maximum value of the likelihood and the corresponding parameter values (if the clustering option is activated).
|
|
164
|
-
- `
|
|
192
|
+
- `nf_output_energy.txt`: contains the volume and energy associated to the discarded and final live points. For a quantum potential, the decomposition of the energy between the avergaed potential and the replicas interaction is also given, as well as the temperature. Only created when exploring potentials.
|
|
165
193
|
|
|
166
194
|
**Details of the input file line by line**
|
|
167
195
|
|
|
@@ -391,8 +419,9 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
|
|
|
391
419
|
|
|
392
420
|
## Present version and history of the past versions
|
|
393
421
|
|
|
394
|
-
The present version is 5.6.
|
|
422
|
+
The present version is 5.6.4\
|
|
395
423
|
New features:
|
|
424
|
+
- New function to visualizing the capacty heat for POTENTIAL calculations
|
|
396
425
|
- Latex input support for compound variable names (i.e. x_{sub})
|
|
397
426
|
- PyPI available development builds
|
|
398
427
|
- PyPI binary distribution for arm64 macOS
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
calculation_mode: POTENTIAL
|
|
2
|
+
clustering:
|
|
3
|
+
enabled: false
|
|
4
|
+
method: k
|
|
5
|
+
parameter1: 0.5
|
|
6
|
+
parameter2: 0.2
|
|
7
|
+
convergence:
|
|
8
|
+
accuracy: -10
|
|
9
|
+
method: ENERGY_MAX
|
|
10
|
+
parameter: 0.01
|
|
11
|
+
datafiles: []
|
|
12
|
+
function:
|
|
13
|
+
expression: ENERGY_LJ_3D_PBC
|
|
14
|
+
params:
|
|
15
|
+
r_0:
|
|
16
|
+
fixed: true
|
|
17
|
+
max: 3
|
|
18
|
+
min: -3
|
|
19
|
+
npar: 1
|
|
20
|
+
step: -1
|
|
21
|
+
value: 0.5
|
|
22
|
+
x_1:
|
|
23
|
+
max: 3
|
|
24
|
+
min: -3
|
|
25
|
+
npar: 2
|
|
26
|
+
step: -1
|
|
27
|
+
value: 0.0
|
|
28
|
+
x_10:
|
|
29
|
+
max: 3
|
|
30
|
+
min: -3
|
|
31
|
+
npar: 29
|
|
32
|
+
step: -1
|
|
33
|
+
value: 0.0
|
|
34
|
+
x_11:
|
|
35
|
+
max: 3
|
|
36
|
+
min: -3
|
|
37
|
+
npar: 32
|
|
38
|
+
step: -1
|
|
39
|
+
value: 0.0
|
|
40
|
+
x_12:
|
|
41
|
+
max: 3
|
|
42
|
+
min: -3
|
|
43
|
+
npar: 35
|
|
44
|
+
step: -1
|
|
45
|
+
value: 0.0
|
|
46
|
+
x_13:
|
|
47
|
+
max: 3
|
|
48
|
+
min: -3
|
|
49
|
+
npar: 38
|
|
50
|
+
step: -1
|
|
51
|
+
value: 0.0
|
|
52
|
+
x_14:
|
|
53
|
+
max: 3
|
|
54
|
+
min: -3
|
|
55
|
+
npar: 41
|
|
56
|
+
step: -1
|
|
57
|
+
value: 0.0
|
|
58
|
+
x_16:
|
|
59
|
+
max: 3
|
|
60
|
+
min: -3
|
|
61
|
+
npar: 44
|
|
62
|
+
step: -1
|
|
63
|
+
value: 0.0
|
|
64
|
+
x_17:
|
|
65
|
+
max: 3
|
|
66
|
+
min: -3
|
|
67
|
+
npar: 47
|
|
68
|
+
step: -1
|
|
69
|
+
value: 0.0
|
|
70
|
+
x_2:
|
|
71
|
+
max: 3
|
|
72
|
+
min: -3
|
|
73
|
+
npar: 5
|
|
74
|
+
step: -1
|
|
75
|
+
value: 0.0
|
|
76
|
+
x_3:
|
|
77
|
+
max: 3
|
|
78
|
+
min: -3
|
|
79
|
+
npar: 8
|
|
80
|
+
step: -1
|
|
81
|
+
value: 0.0
|
|
82
|
+
x_4:
|
|
83
|
+
max: 3
|
|
84
|
+
min: -3
|
|
85
|
+
npar: 11
|
|
86
|
+
step: -1
|
|
87
|
+
value: 0.0
|
|
88
|
+
x_5:
|
|
89
|
+
max: 3
|
|
90
|
+
min: -3
|
|
91
|
+
npar: 14
|
|
92
|
+
step: -1
|
|
93
|
+
value: 0.0
|
|
94
|
+
x_6:
|
|
95
|
+
max: 3
|
|
96
|
+
min: -3
|
|
97
|
+
npar: 17
|
|
98
|
+
step: -1
|
|
99
|
+
value: 0.0
|
|
100
|
+
x_7:
|
|
101
|
+
max: 3
|
|
102
|
+
min: -3
|
|
103
|
+
npar: 20
|
|
104
|
+
step: -1
|
|
105
|
+
value: 0.0
|
|
106
|
+
x_8:
|
|
107
|
+
max: 3
|
|
108
|
+
min: -3
|
|
109
|
+
npar: 23
|
|
110
|
+
step: -1
|
|
111
|
+
value: 0.0
|
|
112
|
+
x_9:
|
|
113
|
+
max: 3
|
|
114
|
+
min: -3
|
|
115
|
+
npar: 26
|
|
116
|
+
step: -1
|
|
117
|
+
value: 0.0
|
|
118
|
+
y_1:
|
|
119
|
+
max: 3
|
|
120
|
+
min: -3
|
|
121
|
+
npar: 3
|
|
122
|
+
step: -1
|
|
123
|
+
value: 0.0
|
|
124
|
+
y_10:
|
|
125
|
+
max: 3
|
|
126
|
+
min: -3
|
|
127
|
+
npar: 30
|
|
128
|
+
step: -1
|
|
129
|
+
value: 0.0
|
|
130
|
+
y_11:
|
|
131
|
+
max: 3
|
|
132
|
+
min: -3
|
|
133
|
+
npar: 33
|
|
134
|
+
step: -1
|
|
135
|
+
value: 0.0
|
|
136
|
+
y_12:
|
|
137
|
+
max: 3
|
|
138
|
+
min: -3
|
|
139
|
+
npar: 36
|
|
140
|
+
step: -1
|
|
141
|
+
value: 0.0
|
|
142
|
+
y_13:
|
|
143
|
+
max: 3
|
|
144
|
+
min: -3
|
|
145
|
+
npar: 39
|
|
146
|
+
step: -1
|
|
147
|
+
value: 0.0
|
|
148
|
+
y_15:
|
|
149
|
+
max: 3
|
|
150
|
+
min: -3
|
|
151
|
+
npar: 42
|
|
152
|
+
step: -1
|
|
153
|
+
value: 0.0
|
|
154
|
+
y_16:
|
|
155
|
+
max: 3
|
|
156
|
+
min: -3
|
|
157
|
+
npar: 45
|
|
158
|
+
step: -1
|
|
159
|
+
value: 0.0
|
|
160
|
+
y_17:
|
|
161
|
+
max: 3
|
|
162
|
+
min: -3
|
|
163
|
+
npar: 48
|
|
164
|
+
step: -1
|
|
165
|
+
value: 0.0
|
|
166
|
+
y_2:
|
|
167
|
+
max: 3
|
|
168
|
+
min: -3
|
|
169
|
+
npar: 6
|
|
170
|
+
step: -1
|
|
171
|
+
value: 0.0
|
|
172
|
+
y_3:
|
|
173
|
+
max: 3
|
|
174
|
+
min: -3
|
|
175
|
+
npar: 9
|
|
176
|
+
step: -1
|
|
177
|
+
value: 0.0
|
|
178
|
+
y_4:
|
|
179
|
+
max: 3
|
|
180
|
+
min: -3
|
|
181
|
+
npar: 12
|
|
182
|
+
step: -1
|
|
183
|
+
value: 0.0
|
|
184
|
+
y_5:
|
|
185
|
+
max: 3
|
|
186
|
+
min: -3
|
|
187
|
+
npar: 15
|
|
188
|
+
step: -1
|
|
189
|
+
value: 0.0
|
|
190
|
+
y_6:
|
|
191
|
+
max: 3
|
|
192
|
+
min: -3
|
|
193
|
+
npar: 18
|
|
194
|
+
step: -1
|
|
195
|
+
value: 0.0
|
|
196
|
+
y_7:
|
|
197
|
+
max: 3
|
|
198
|
+
min: -3
|
|
199
|
+
npar: 21
|
|
200
|
+
step: -1
|
|
201
|
+
value: 0.0
|
|
202
|
+
y_8:
|
|
203
|
+
max: 3
|
|
204
|
+
min: -3
|
|
205
|
+
npar: 24
|
|
206
|
+
step: -1
|
|
207
|
+
value: 0.0
|
|
208
|
+
y_9:
|
|
209
|
+
max: 3
|
|
210
|
+
min: -3
|
|
211
|
+
npar: 27
|
|
212
|
+
step: -1
|
|
213
|
+
value: 0.0
|
|
214
|
+
z_1:
|
|
215
|
+
max: 3
|
|
216
|
+
min: -3
|
|
217
|
+
npar: 4
|
|
218
|
+
step: -1
|
|
219
|
+
value: 0.0
|
|
220
|
+
z_10:
|
|
221
|
+
max: 3
|
|
222
|
+
min: -3
|
|
223
|
+
npar: 31
|
|
224
|
+
step: -1
|
|
225
|
+
value: 0.0
|
|
226
|
+
z_11:
|
|
227
|
+
max: 3
|
|
228
|
+
min: -3
|
|
229
|
+
npar: 34
|
|
230
|
+
step: -1
|
|
231
|
+
value: 0.0
|
|
232
|
+
z_12:
|
|
233
|
+
max: 3
|
|
234
|
+
min: -3
|
|
235
|
+
npar: 37
|
|
236
|
+
step: -1
|
|
237
|
+
value: 0.0
|
|
238
|
+
z_13:
|
|
239
|
+
max: 3
|
|
240
|
+
min: -3
|
|
241
|
+
npar: 40
|
|
242
|
+
step: -1
|
|
243
|
+
value: 0.0
|
|
244
|
+
z_15:
|
|
245
|
+
max: 3
|
|
246
|
+
min: -3
|
|
247
|
+
npar: 43
|
|
248
|
+
step: -1
|
|
249
|
+
value: 0.0
|
|
250
|
+
z_16:
|
|
251
|
+
max: 3
|
|
252
|
+
min: -3
|
|
253
|
+
npar: 46
|
|
254
|
+
step: -1
|
|
255
|
+
value: 0.0
|
|
256
|
+
z_17:
|
|
257
|
+
max: 3
|
|
258
|
+
min: -3
|
|
259
|
+
npar: 49
|
|
260
|
+
step: -1
|
|
261
|
+
value: 0.0
|
|
262
|
+
z_2:
|
|
263
|
+
max: 3
|
|
264
|
+
min: -3
|
|
265
|
+
npar: 7
|
|
266
|
+
step: -1
|
|
267
|
+
value: 0.0
|
|
268
|
+
z_3:
|
|
269
|
+
max: 3
|
|
270
|
+
min: -3
|
|
271
|
+
npar: 10
|
|
272
|
+
step: -1
|
|
273
|
+
value: 0.0
|
|
274
|
+
z_4:
|
|
275
|
+
max: 3
|
|
276
|
+
min: -3
|
|
277
|
+
npar: 13
|
|
278
|
+
step: -1
|
|
279
|
+
value: 0.0
|
|
280
|
+
z_5:
|
|
281
|
+
max: 3
|
|
282
|
+
min: -3
|
|
283
|
+
npar: 16
|
|
284
|
+
step: -1
|
|
285
|
+
value: 0.0
|
|
286
|
+
z_6:
|
|
287
|
+
max: 3
|
|
288
|
+
min: -3
|
|
289
|
+
npar: 19
|
|
290
|
+
step: -1
|
|
291
|
+
value: 0.0
|
|
292
|
+
z_7:
|
|
293
|
+
max: 3
|
|
294
|
+
min: -3
|
|
295
|
+
npar: 22
|
|
296
|
+
step: -1
|
|
297
|
+
value: 0.0
|
|
298
|
+
z_8:
|
|
299
|
+
max: 3
|
|
300
|
+
min: -3
|
|
301
|
+
npar: 25
|
|
302
|
+
step: -1
|
|
303
|
+
value: 0.0
|
|
304
|
+
z_9:
|
|
305
|
+
max: 3
|
|
306
|
+
min: -3
|
|
307
|
+
npar: 28
|
|
308
|
+
step: -1
|
|
309
|
+
value: 0.0
|
|
310
|
+
likelihood: GAUSSIAN
|
|
311
|
+
search:
|
|
312
|
+
hard_writing: true
|
|
313
|
+
livepoints: 50000
|
|
314
|
+
max_steps: 100000
|
|
315
|
+
max_tries: 1000
|
|
316
|
+
method: SLICE_SAMPLING
|
|
317
|
+
num_tries: 1
|
|
318
|
+
param1: 0.5
|
|
319
|
+
param2: 3
|
|
320
|
+
tries_mult: 100
|
|
321
|
+
version: 5.6
|
|
322
|
+
writing:
|
|
323
|
+
all_parameters: true
|
|
324
|
+
statistics: true
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
calculation_mode: POTENTIAL
|
|
2
|
+
clustering:
|
|
3
|
+
enabled: false
|
|
4
|
+
method: k
|
|
5
|
+
parameter1: 0.5
|
|
6
|
+
parameter2: 0.2
|
|
7
|
+
convergence:
|
|
8
|
+
accuracy: -10
|
|
9
|
+
method: ENERGY_MAX
|
|
10
|
+
parameter: 0.01
|
|
11
|
+
data:
|
|
12
|
+
xmax: 650
|
|
13
|
+
xmin: 250
|
|
14
|
+
datafiles: []
|
|
15
|
+
function:
|
|
16
|
+
expression: ENERGY_LJ_3D_PBC
|
|
17
|
+
params:
|
|
18
|
+
r_0:
|
|
19
|
+
fixed: true
|
|
20
|
+
max: 3
|
|
21
|
+
min: -3
|
|
22
|
+
npar: 1
|
|
23
|
+
step: -1
|
|
24
|
+
value: 0.5
|
|
25
|
+
x_1:
|
|
26
|
+
max: 3
|
|
27
|
+
min: -3
|
|
28
|
+
npar: 2
|
|
29
|
+
step: -1
|
|
30
|
+
value: 0.0
|
|
31
|
+
x_2:
|
|
32
|
+
max: 3
|
|
33
|
+
min: -3
|
|
34
|
+
npar: 5
|
|
35
|
+
step: -1
|
|
36
|
+
value: 0.0
|
|
37
|
+
x_3:
|
|
38
|
+
max: 3
|
|
39
|
+
min: -3
|
|
40
|
+
npar: 8
|
|
41
|
+
step: -1
|
|
42
|
+
value: 0.0
|
|
43
|
+
y_1:
|
|
44
|
+
max: 3
|
|
45
|
+
min: -3
|
|
46
|
+
npar: 3
|
|
47
|
+
step: -1
|
|
48
|
+
value: 0.0
|
|
49
|
+
y_2:
|
|
50
|
+
max: 3
|
|
51
|
+
min: -3
|
|
52
|
+
npar: 6
|
|
53
|
+
step: -1
|
|
54
|
+
value: 0.0
|
|
55
|
+
y_3:
|
|
56
|
+
max: 3
|
|
57
|
+
min: -3
|
|
58
|
+
npar: 9
|
|
59
|
+
step: -1
|
|
60
|
+
value: 0.0
|
|
61
|
+
z_1:
|
|
62
|
+
max: 3
|
|
63
|
+
min: -3
|
|
64
|
+
npar: 4
|
|
65
|
+
step: -1
|
|
66
|
+
value: 0.0
|
|
67
|
+
z_2:
|
|
68
|
+
max: 3
|
|
69
|
+
min: -3
|
|
70
|
+
npar: 7
|
|
71
|
+
step: -1
|
|
72
|
+
value: 0.0
|
|
73
|
+
z_3:
|
|
74
|
+
max: 3
|
|
75
|
+
min: -3
|
|
76
|
+
npar: 10
|
|
77
|
+
step: -1
|
|
78
|
+
value: 0.0
|
|
79
|
+
likelihood: GAUSSIAN
|
|
80
|
+
search:
|
|
81
|
+
hard_writing: true
|
|
82
|
+
livepoints: 1000
|
|
83
|
+
max_steps: 100000
|
|
84
|
+
max_tries: 1000
|
|
85
|
+
method: SLICE_SAMPLING
|
|
86
|
+
num_tries: 1
|
|
87
|
+
param1: 0.5
|
|
88
|
+
param2: 3
|
|
89
|
+
tries_mult: 100
|
|
90
|
+
version: 5.6
|
|
91
|
+
writing:
|
|
92
|
+
all_parameters: true
|
|
93
|
+
statistics: true
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
calculation_mode: POTENTIAL
|
|
2
|
+
clustering:
|
|
3
|
+
enabled: false
|
|
4
|
+
method: k
|
|
5
|
+
parameter1: 0.5
|
|
6
|
+
parameter2: 0.2
|
|
7
|
+
convergence:
|
|
8
|
+
accuracy: -10
|
|
9
|
+
method: ENERGY_MAX
|
|
10
|
+
parameter: 0.01
|
|
11
|
+
datafiles: []
|
|
12
|
+
function:
|
|
13
|
+
expression: ENERGY_LJ_3D_PBC
|
|
14
|
+
params:
|
|
15
|
+
r_0:
|
|
16
|
+
fixed: true
|
|
17
|
+
max: 3
|
|
18
|
+
min: -3
|
|
19
|
+
npar: 1
|
|
20
|
+
step: -1
|
|
21
|
+
value: 0.5
|
|
22
|
+
x_1:
|
|
23
|
+
max: 3
|
|
24
|
+
min: -3
|
|
25
|
+
npar: 2
|
|
26
|
+
step: -1
|
|
27
|
+
value: 0.0
|
|
28
|
+
x_2:
|
|
29
|
+
max: 3
|
|
30
|
+
min: -3
|
|
31
|
+
npar: 5
|
|
32
|
+
step: -1
|
|
33
|
+
value: 0.0
|
|
34
|
+
x_3:
|
|
35
|
+
max: 3
|
|
36
|
+
min: -3
|
|
37
|
+
npar: 8
|
|
38
|
+
step: -1
|
|
39
|
+
value: 0.0
|
|
40
|
+
x_4:
|
|
41
|
+
max: 3
|
|
42
|
+
min: -3
|
|
43
|
+
npar: 11
|
|
44
|
+
step: -1
|
|
45
|
+
value: 0.0
|
|
46
|
+
x_5:
|
|
47
|
+
max: 3
|
|
48
|
+
min: -3
|
|
49
|
+
npar: 14
|
|
50
|
+
step: -1
|
|
51
|
+
value: 0.0
|
|
52
|
+
x_6:
|
|
53
|
+
max: 3
|
|
54
|
+
min: -3
|
|
55
|
+
npar: 17
|
|
56
|
+
step: -1
|
|
57
|
+
value: 0.0
|
|
58
|
+
x_7:
|
|
59
|
+
max: 3
|
|
60
|
+
min: -3
|
|
61
|
+
npar: 20
|
|
62
|
+
step: -1
|
|
63
|
+
value: 0.0
|
|
64
|
+
y_1:
|
|
65
|
+
max: 3
|
|
66
|
+
min: -3
|
|
67
|
+
npar: 3
|
|
68
|
+
step: -1
|
|
69
|
+
value: 0.0
|
|
70
|
+
y_2:
|
|
71
|
+
max: 3
|
|
72
|
+
min: -3
|
|
73
|
+
npar: 6
|
|
74
|
+
step: -1
|
|
75
|
+
value: 0.0
|
|
76
|
+
y_3:
|
|
77
|
+
max: 3
|
|
78
|
+
min: -3
|
|
79
|
+
npar: 9
|
|
80
|
+
step: -1
|
|
81
|
+
value: 0.0
|
|
82
|
+
y_4:
|
|
83
|
+
max: 3
|
|
84
|
+
min: -3
|
|
85
|
+
npar: 12
|
|
86
|
+
step: -1
|
|
87
|
+
value: 0.0
|
|
88
|
+
y_5:
|
|
89
|
+
max: 3
|
|
90
|
+
min: -3
|
|
91
|
+
npar: 15
|
|
92
|
+
step: -1
|
|
93
|
+
value: 0.0
|
|
94
|
+
y_6:
|
|
95
|
+
max: 3
|
|
96
|
+
min: -3
|
|
97
|
+
npar: 18
|
|
98
|
+
step: -1
|
|
99
|
+
value: 0.0
|
|
100
|
+
y_7:
|
|
101
|
+
max: 3
|
|
102
|
+
min: -3
|
|
103
|
+
npar: 21
|
|
104
|
+
step: -1
|
|
105
|
+
value: 0.0
|
|
106
|
+
z_1:
|
|
107
|
+
max: 3
|
|
108
|
+
min: -3
|
|
109
|
+
npar: 4
|
|
110
|
+
step: -1
|
|
111
|
+
value: 0.0
|
|
112
|
+
z_2:
|
|
113
|
+
max: 3
|
|
114
|
+
min: -3
|
|
115
|
+
npar: 7
|
|
116
|
+
step: -1
|
|
117
|
+
value: 0.0
|
|
118
|
+
z_3:
|
|
119
|
+
max: 3
|
|
120
|
+
min: -3
|
|
121
|
+
npar: 10
|
|
122
|
+
step: -1
|
|
123
|
+
value: 0.0
|
|
124
|
+
z_4:
|
|
125
|
+
max: 3
|
|
126
|
+
min: -3
|
|
127
|
+
npar: 13
|
|
128
|
+
step: -1
|
|
129
|
+
value: 0.0
|
|
130
|
+
z_5:
|
|
131
|
+
max: 3
|
|
132
|
+
min: -3
|
|
133
|
+
npar: 16
|
|
134
|
+
step: -1
|
|
135
|
+
value: 0.0
|
|
136
|
+
z_6:
|
|
137
|
+
max: 3
|
|
138
|
+
min: -3
|
|
139
|
+
npar: 19
|
|
140
|
+
step: -1
|
|
141
|
+
value: 0.0
|
|
142
|
+
z_7:
|
|
143
|
+
max: 3
|
|
144
|
+
min: -3
|
|
145
|
+
npar: 22
|
|
146
|
+
step: -1
|
|
147
|
+
value: 0.0
|
|
148
|
+
likelihood: GAUSSIAN
|
|
149
|
+
search:
|
|
150
|
+
hard_writing: true
|
|
151
|
+
livepoints: 1000
|
|
152
|
+
max_steps: 100000
|
|
153
|
+
max_tries: 1000
|
|
154
|
+
method: SLICE_SAMPLING
|
|
155
|
+
num_tries: 1
|
|
156
|
+
param1: 0.5
|
|
157
|
+
param2: 3
|
|
158
|
+
tries_mult: 100
|
|
159
|
+
version: 5.6
|
|
160
|
+
writing:
|
|
161
|
+
all_parameters: true
|
|
162
|
+
statistics: true
|