nested-fit 5.6.6.dev120__tar.gz → 5.6.7.dev122__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.6.dev120 → nested_fit-5.6.7.dev122}/PKG-INFO +3 -2
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/README.md +2 -1
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/nested_fit.egg-info/PKG-INFO +3 -2
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/nested_fit.egg-info/SOURCES.txt +1 -2
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/nested_res.py +5 -4
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pyproject.toml +2 -2
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_input_parse.f90 +2 -2
- nested_fit-5.6.7.dev122/src/Mod_options.f90 +47 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_potentials.f90 +6 -5
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/nested_fit.f90 +9 -2
- nested_fit-5.6.6.dev120/src/Mod_options.f90 +0 -17
- nested_fit-5.6.6.dev120/tmp/nf_input.yaml +0 -59
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/.github/dependabot.yml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/.github/workflows/build_wheels.yml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/.gitignore +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/CMakeLists.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/LICENSE +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/STEPBYSTEP_INSTALL.md +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/ThirdParty.md +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/cmake/resman.cmake +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/cmake/write_manifest.cmake +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/README.md +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/RANDOM_WALK/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/RANDOM_WALK/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/RANDOM_WALK_NO_DB/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_hard_writing/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_no_points_file/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_no_points_file/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_no_stat/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/internal_func_no_stat/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/latex_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/latex_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/legacy_func_input/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/01_simple_example/legacy_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/02_error_bars_data/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/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.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/02_error_bars_data/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/DBSCAN-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/KNN-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/KNN-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/agglomerative-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/agglomerative-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/mean-shift-RANDOM_WALK_SYN/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/03_with_cluster_analysis/mean-shift-SLICE_SAMPLING/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/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.6.dev120 → nested_fit-5.6.7.dev122}/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.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/04_set_of_datafiles/latex_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/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.6.dev120 → nested_fit-5.6.7.dev122}/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.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/04_set_of_datafiles/legacy_func_input/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/05_data_2D/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/05_data_2D/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/05_data_2D/test_matrix.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/06_interpolation_function/ginterp.csv +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/06_interpolation_function/interp.csv +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/06_interpolation_function/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/06_interpolation_function/pynf_interp.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/function_integration/07_func_GAUSS/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/function_integration/07_func_GAUSS/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/function_integration/08_func_EGGBOX/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/.ipynb_checkpoints/pandas_extended_analysis-checkpoint.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/.ipynb_checkpoints/simple_analysis_visu-checkpoint.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/LJ17/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/LJ3/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/LJ7/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/LJ7_norm/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/exploring_potentials.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/pandas_extended_analysis.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/pynf_interp.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/quick_start_with_google_colab.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_1gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_1gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_2gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_2gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/he-histo-checkpoint.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_3gauss_bg/.ipynb_checkpoints/nf_input-checkpoint.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_3gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_3gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_4gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/res_4gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/set_of_datafiles/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/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.6.dev120 → nested_fit-5.6.7.dev122}/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.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/set_of_datafiles/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/set_of_files_analysis.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/simple_analysis_visu.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/simple_visualisation.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/native_functions/example.cpp +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/native_functions/example.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_energy.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/potential_exploration/09_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_energy.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/potential_exploration/09_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/potential_exploration/10_Q_ENERGY_HARM_3D/no_hard_writing/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/.DS_Store +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercices_ICFO/ICFO2024_nested_fit_tutorial.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercices_ICFO/res_1gauss_bg/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercices_ICFO/res_1gauss_bg/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/exercises_quantitative_xray_spectroscopy.ipynb +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/with_U_1000_counts/c_U_1000_counts.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/with_U_100s/c_U_100s.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/with_U_1s/c_U_1s.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/with_U_1s/nf_input.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/without_U_100k_counts/s_U_100000_counts.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/without_U_1M_counts/nf_input.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/exercises_QXRA/without_U_1M_counts/s_U_1000000_counts.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise1_piN_sampling/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise1_piN_sampling/nf_input.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise1_piN_sampling/piN-sum.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise2_pN_evidence/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise2_pN_evidence/nf_input.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise2_pN_evidence/piN-sum.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise2_pN_evidence/results_2000lp.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise3_He-like_U_from_scratch/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise3_He-like_U_from_scratch/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise4_He-like_U_clusters/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise4_He-like_U_clusters/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise4_He-like_U_clusters/nf_input.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/README.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/exercises/old_exercices/exercise5_He-like_U_search_and_clusters_methods/he-histo.dat +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/install.sh +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/nested_fit.egg-info/dependency_links.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/nested_fit.egg-info/entry_points.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/nested_fit.egg-info/requires.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/nested_fit.egg-info/top_level.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/nf_input.yaml +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/__init__.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/cliw.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/evaluator.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/metadata.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/nested_run.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/utils.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/widgets/__init__.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/widgets/bar.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/widgets/errorui.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/widgets/hfinder.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/widgets/plot.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/widgets/timer.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/pynested_fit/widgets/var.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/setup.cfg +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/setup.py +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/curfit.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fpback.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fpbspl.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fpchec.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fpcurf.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fpdisc.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fpgivs.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fpknot.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fprati.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/fprota.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/DIERCKX/splev.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Makefile +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_array_tries.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_cluster_analysis.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_covariance_matrix.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_integrated_func.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_interpolate.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_jsonio.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_likelihood.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_likelihood_gen.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_logger.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_math.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_metadata.f90.in +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_parameters.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_perfprof.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_search_new_point.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_timestamp.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/Mod_userfcn.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/dpsort.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/fdump.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/i1mach.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/j4save.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/xercnt.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/xerhlt.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/xermsg.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/xerprn.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/xersve.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/SLATEC/xgetua.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/USERFCN.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/USERFCN_2D.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/USERFCN_SET.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/cli/argparse.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/funceval/auto_func.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/funceval/latex_parser.cpp +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/funceval/native_parser.cpp +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/functions/WOFZ.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/functions/internal.tex +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/functions/internal_funcs.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/console.cpp +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/halt.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/hash.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/int_stack.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/resman.cpp.in +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/rmhex.cpp +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/strutil.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/helper/utils.cpp +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/init_interpolation.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/nested_sampling.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/rinteg.f +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/src/shirley_fitpack.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/test/CMakeLists.txt +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/test/README.md +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/test/str.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/test/test.f90 +0 -0
- {nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/tmp/.nf_input.yaml.~6ff749be +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.7.dev122
|
|
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
|
|
@@ -444,7 +444,7 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
|
|
|
444
444
|
|
|
445
445
|
## Present version and history of the past versions
|
|
446
446
|
|
|
447
|
-
The present version is 5.6.
|
|
447
|
+
The present version is 5.6.6\
|
|
448
448
|
New features:
|
|
449
449
|
- New function to visualizing the capacty heat for POTENTIAL calculations
|
|
450
450
|
- Latex input support for compound variable names (i.e. x_{sub})
|
|
@@ -453,6 +453,7 @@ New features:
|
|
|
453
453
|
- Optional management of memory of dead points (in RAM or file)
|
|
454
454
|
- Optional writing of dead points information
|
|
455
455
|
- Optional writing of parameter statistics (mean, standard deviation, etc.)
|
|
456
|
+
- Persistent option commands cache
|
|
456
457
|
|
|
457
458
|
|
|
458
459
|
Previous versions are:
|
|
@@ -419,7 +419,7 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
|
|
|
419
419
|
|
|
420
420
|
## Present version and history of the past versions
|
|
421
421
|
|
|
422
|
-
The present version is 5.6.
|
|
422
|
+
The present version is 5.6.6\
|
|
423
423
|
New features:
|
|
424
424
|
- New function to visualizing the capacty heat for POTENTIAL calculations
|
|
425
425
|
- Latex input support for compound variable names (i.e. x_{sub})
|
|
@@ -428,6 +428,7 @@ New features:
|
|
|
428
428
|
- Optional management of memory of dead points (in RAM or file)
|
|
429
429
|
- Optional writing of dead points information
|
|
430
430
|
- Optional writing of parameter statistics (mean, standard deviation, etc.)
|
|
431
|
+
- Persistent option commands cache
|
|
431
432
|
|
|
432
433
|
|
|
433
434
|
Previous versions are:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nested_fit
|
|
3
|
-
Version: 5.6.
|
|
3
|
+
Version: 5.6.7.dev122
|
|
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
|
|
@@ -444,7 +444,7 @@ Examples of use of a legacy function can be found in `examples/data_analysis/aaa
|
|
|
444
444
|
|
|
445
445
|
## Present version and history of the past versions
|
|
446
446
|
|
|
447
|
-
The present version is 5.6.
|
|
447
|
+
The present version is 5.6.6\
|
|
448
448
|
New features:
|
|
449
449
|
- New function to visualizing the capacty heat for POTENTIAL calculations
|
|
450
450
|
- Latex input support for compound variable names (i.e. x_{sub})
|
|
@@ -453,6 +453,7 @@ New features:
|
|
|
453
453
|
- Optional management of memory of dead points (in RAM or file)
|
|
454
454
|
- Optional writing of dead points information
|
|
455
455
|
- Optional writing of parameter statistics (mean, standard deviation, etc.)
|
|
456
|
+
- Persistent option commands cache
|
|
456
457
|
|
|
457
458
|
|
|
458
459
|
Previous versions are:
|
|
@@ -123,7 +123,8 @@ class Analysis(object):
|
|
|
123
123
|
sep=r"\s+",
|
|
124
124
|
engine='python',
|
|
125
125
|
header=0,
|
|
126
|
-
names=["density","energy"]
|
|
126
|
+
names=["density","energy"],
|
|
127
|
+
usecols=[0, 1] # (Damià) if Q_POTENTIAL file also has columns V, Q, T
|
|
127
128
|
)
|
|
128
129
|
print(self.df_e.columns)
|
|
129
130
|
print('Available parameters:', list(self.df_e.columns))
|
|
@@ -250,7 +251,7 @@ class Analysis(object):
|
|
|
250
251
|
# Max parameter set
|
|
251
252
|
output_data['max'] = [float(lines[11+index].split()[1]) for index in range(npar)]
|
|
252
253
|
|
|
253
|
-
if input_data['writing']['statistics']
|
|
254
|
+
if (not 'writing' in input_data or input_data['writing']['statistics']) or (('writing' in input_data and not input_data['search']['hard_writing']) and ('writing' in input_data and input_data['writing']['all_parameters'])):
|
|
254
255
|
# Average and standard deviation of parameters
|
|
255
256
|
#output_data['mean']= [[float(lines[10+npar+index].split()[1]),float(lines[10+npar+index].split()[3])] for index in range(npar)]
|
|
256
257
|
output_data['mean'] = [float(lines[13+npar+index].split()[1]) for index in range(npar)]
|
|
@@ -1311,8 +1312,8 @@ class Analysis(object):
|
|
|
1311
1312
|
|
|
1312
1313
|
# Plot interpolation
|
|
1313
1314
|
if clear: plt.clf()
|
|
1314
|
-
plt.xlabel('Value of parameter ' + title1)
|
|
1315
|
-
plt.ylabel('Value of parameter ' + title2)
|
|
1315
|
+
plt.xlabel('Value of parameter ' + title1) # (Damià) title1 and title2 not defined in this function.
|
|
1316
|
+
plt.ylabel('Value of parameter ' + title2) # I guess they should be par_name1 and par_name2. Please check.
|
|
1316
1317
|
# Plot the 2D interpolation
|
|
1317
1318
|
plt.axis([xmin, xmax, ymin, ymax])
|
|
1318
1319
|
if levels:
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nested_fit"
|
|
7
|
-
version = "5.6.
|
|
7
|
+
version = "5.6.7.dev122"
|
|
8
8
|
description = "The nested_fit package."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
|
|
@@ -65,7 +65,7 @@ archs = ["x86_64", "arm64"]
|
|
|
65
65
|
archs = ["x86_64"]
|
|
66
66
|
|
|
67
67
|
[tool.setuptools_scm]
|
|
68
|
-
fallback_version = "5.6.
|
|
68
|
+
fallback_version = "5.6.7.dev122"
|
|
69
69
|
|
|
70
70
|
[options]
|
|
71
71
|
python_requires = ">=3.8"
|
|
@@ -418,11 +418,11 @@ MODULE MOD_INPUTPARSE
|
|
|
418
418
|
END DO
|
|
419
419
|
END SUBROUTINE
|
|
420
420
|
|
|
421
|
-
! Max subkeys = 1024
|
|
421
|
+
! Max subkeys = 1024*4 ! (Damià) *4 to allow for more params in nf_input.yaml
|
|
422
422
|
SUBROUTINE INPUTDATA_MAP_SUBKEYSOF(map, key, output, count)
|
|
423
423
|
CLASS(InputDataMap_t) , INTENT(INOUT), TARGET :: map
|
|
424
424
|
CHARACTER(*) , INTENT(IN) :: key
|
|
425
|
-
CHARACTER(128) , INTENT(OUT) :: output(1024)
|
|
425
|
+
CHARACTER(128) , INTENT(OUT) :: output(1024*4) ! (Damià) *4 to allow for more params in nf_input.yaml
|
|
426
426
|
INTEGER , INTENT(OUT) :: count
|
|
427
427
|
INTEGER :: i
|
|
428
428
|
TYPE(InputDataMapPair_t), POINTER :: next
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
! Brief : Manages a small cache file that handles option saving
|
|
2
|
+
! Author : César Godinho
|
|
3
|
+
! Date : Modified - 21/07/2026
|
|
4
|
+
|
|
5
|
+
MODULE MOD_OPTIONS
|
|
6
|
+
! Module for cli options
|
|
7
|
+
|
|
8
|
+
! Module for metadata
|
|
9
|
+
USE MOD_METADATA
|
|
10
|
+
|
|
11
|
+
IMPLICIT NONE
|
|
12
|
+
LOGICAL :: opt_compact_output = .FALSE.
|
|
13
|
+
LOGICAL :: opt_lib_output = .FALSE.
|
|
14
|
+
CHARACTER(LEN=128) :: opt_input_file = 'nf_input.yaml'
|
|
15
|
+
LOGICAL :: opt_suppress_output = .FALSE.
|
|
16
|
+
LOGICAL :: opt_file_has_header = .FALSE.
|
|
17
|
+
|
|
18
|
+
CHARACTER(LEN=512) :: opt_cpp_comp_cmd = 'g++ -c -shared -O3 -w -fPIC'
|
|
19
|
+
CHARACTER(LEN=512) :: opt_f90_comp_cmd = 'gfortran -cpp -c -shared -O3 -w -fPIC -ffree-line-length-0'
|
|
20
|
+
CHARACTER(LEN=512) :: opt_lnk_cmd = 'gcc -shared -fPIC -lgfortran'
|
|
21
|
+
|
|
22
|
+
CONTAINS
|
|
23
|
+
SUBROUTINE OPT_LOAD_CACHE()
|
|
24
|
+
IMPLICIT NONE
|
|
25
|
+
INTEGER :: ios
|
|
26
|
+
|
|
27
|
+
OPEN(747, FILE=TRIM(nf_cache_folder)//'cache.opt', ACTION='read', STATUS='old', IOSTAT=ios)
|
|
28
|
+
IF(ios.EQ.0) THEN
|
|
29
|
+
READ(747, '(A)') opt_cpp_comp_cmd
|
|
30
|
+
READ(747, '(A)') opt_f90_comp_cmd
|
|
31
|
+
READ(747, '(A)') opt_lnk_cmd
|
|
32
|
+
ENDIF
|
|
33
|
+
CLOSE(747)
|
|
34
|
+
END SUBROUTINE
|
|
35
|
+
|
|
36
|
+
SUBROUTINE OPT_SAVE_CACHE()
|
|
37
|
+
IMPLICIT NONE
|
|
38
|
+
|
|
39
|
+
WRITE(*, *) 'Saving cache...'
|
|
40
|
+
|
|
41
|
+
OPEN(747, FILE=TRIM(nf_cache_folder)//'cache.opt', ACTION='write', STATUS='replace')
|
|
42
|
+
WRITE(747, *) TRIM(opt_cpp_comp_cmd)
|
|
43
|
+
WRITE(747, *) TRIM(opt_f90_comp_cmd)
|
|
44
|
+
WRITE(747, *) TRIM(opt_lnk_cmd)
|
|
45
|
+
CLOSE(747)
|
|
46
|
+
END SUBROUTINE
|
|
47
|
+
END MODULE MOD_OPTIONS
|
|
@@ -640,11 +640,12 @@ CONTAINS
|
|
|
640
640
|
REAL(8), DIMENSION(:), INTENT(IN) :: par
|
|
641
641
|
REAL(8), DIMENSION(4) :: Q_ENERGY_LJ_2D_LP_PRIOR
|
|
642
642
|
REAL(8), PARAMETER :: pi=3.141592653589793d0
|
|
643
|
+
INTEGER(4), PARAMETER :: first_coord = 7
|
|
643
644
|
REAL(8) :: eps=1.
|
|
644
|
-
REAL(8), DIMENSION(SIZE(par)-
|
|
645
|
-
REAL(8), DIMENSION(SIZE(par)-
|
|
645
|
+
REAL(8), DIMENSION(SIZE(par)-(first_coord-1)) :: x
|
|
646
|
+
REAL(8), DIMENSION(SIZE(par)-(first_coord-1)+2*INT(par(1))) :: y
|
|
646
647
|
!REAL(8), DIMENSION(3*INT(par(1))) :: x_c
|
|
647
|
-
INTEGER(4) :: N, i, j, P, k, ind_xi, ind_xj
|
|
648
|
+
INTEGER(4) :: N, i, j, P, k, ind_xi, ind_xj
|
|
648
649
|
REAL(8) :: rij, ener, r0, tau, nu, m, rharm, lambda_P2, dx, dy, box_x, box_y, V, harm
|
|
649
650
|
|
|
650
651
|
N = INT(par(1))
|
|
@@ -658,7 +659,7 @@ CONTAINS
|
|
|
658
659
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
659
660
|
m = par(4)
|
|
660
661
|
r0 = par(5)
|
|
661
|
-
first_coord = 7 ! npar of 1st coordinate
|
|
662
|
+
! first_coord = 7 ! npar of 1st coordinate
|
|
662
663
|
lambda_P2 = 1./(m*P*tau**2)
|
|
663
664
|
y(:(2*N*(P-1))) = par((first_coord+2*N):) ! First P-1 beads
|
|
664
665
|
DO i=1,2*N
|
|
@@ -705,4 +706,4 @@ CONTAINS
|
|
|
705
706
|
|
|
706
707
|
|
|
707
708
|
|
|
708
|
-
END MODULE MOD_POTENTIALS
|
|
709
|
+
END MODULE MOD_POTENTIALS
|
|
@@ -7,6 +7,7 @@ PROGRAM NESTED_FIT
|
|
|
7
7
|
! Add PyPI binary distribution for multiple linux systems
|
|
8
8
|
! Add PyPI source distribution as a default for other systems
|
|
9
9
|
! Rename CLI command to `nested_fit` to use the latest installed version via pip
|
|
10
|
+
! Add persistent option commands cache
|
|
10
11
|
! 5.4 Merge of executable for data analysis and function exploration
|
|
11
12
|
! New outout with max of clusters in a file
|
|
12
13
|
! New RANDOM_WALK with detailed balance respected
|
|
@@ -315,10 +316,16 @@ PROGRAM NESTED_FIT
|
|
|
315
316
|
"Change the number of threads OpenMP runs on. Setting to 0 will use all the available.",&
|
|
316
317
|
B_SET_OMP_THREADS&
|
|
317
318
|
))
|
|
319
|
+
|
|
320
|
+
! Load argument / options cache
|
|
321
|
+
CALL OPT_LOAD_CACHE()
|
|
318
322
|
|
|
319
323
|
! Parse executable arguments
|
|
320
324
|
CALL PARSE_ARGUMENTS()
|
|
321
325
|
|
|
326
|
+
! Save argument / options cache
|
|
327
|
+
CALL OPT_SAVE_CACHE()
|
|
328
|
+
|
|
322
329
|
!!!!!!!! Initiate random generator with the same seed each time !!!!!!!!!!!
|
|
323
330
|
#ifdef NORNG_ON
|
|
324
331
|
CALL LOG_WARNING_HEADER()
|
|
@@ -1137,8 +1144,8 @@ PROGRAM NESTED_FIT
|
|
|
1137
1144
|
INTEGER :: numparams
|
|
1138
1145
|
INTEGER :: i
|
|
1139
1146
|
LOGICAL :: fix_logical = .FALSE.
|
|
1140
|
-
CHARACTER(128) :: legacy_param_keys(1024)
|
|
1141
|
-
CHARACTER(128) :: legacy_param_names(1024)
|
|
1147
|
+
CHARACTER(128) :: legacy_param_keys(1024*4) ! (Damià) *4 to allow for more params in nf_input.yaml
|
|
1148
|
+
CHARACTER(128) :: legacy_param_names(1024*4) ! (Damià) *4 to allow for more params in nf_input.yaml
|
|
1142
1149
|
INTEGER :: legacy_param_count
|
|
1143
1150
|
CHARACTER(128) :: splitarr(16)
|
|
1144
1151
|
INTEGER :: splitarr_count
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
MODULE MOD_OPTIONS
|
|
2
|
-
! Module for cli options
|
|
3
|
-
|
|
4
|
-
IMPLICIT NONE
|
|
5
|
-
LOGICAL :: opt_compact_output = .FALSE.
|
|
6
|
-
LOGICAL :: opt_lib_output = .FALSE.
|
|
7
|
-
CHARACTER(LEN=128) :: opt_input_file = 'nf_input.yaml'
|
|
8
|
-
LOGICAL :: opt_suppress_output = .FALSE.
|
|
9
|
-
LOGICAL :: opt_file_has_header = .FALSE.
|
|
10
|
-
|
|
11
|
-
! TODO(César): This should be in a config file.
|
|
12
|
-
! TODO(César): Also add this to the nf cache to load on next runs.
|
|
13
|
-
CHARACTER(LEN=512) :: opt_cpp_comp_cmd = 'g++ -c -shared -O3 -w -fPIC'
|
|
14
|
-
CHARACTER(LEN=512) :: opt_f90_comp_cmd = 'gfortran -cpp -c -shared -O3 -w -fPIC -ffree-line-length-0'
|
|
15
|
-
CHARACTER(LEN=512) :: opt_lnk_cmd = 'gcc -shared -fPIC -lgfortran'
|
|
16
|
-
|
|
17
|
-
END MODULE MOD_OPTIONS
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
calculation_mode: Q_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: Q_ENERGY_LJ_2D_PBC
|
|
14
|
-
params:
|
|
15
|
-
# --- Constants ---
|
|
16
|
-
N: { fixed: true, value: 2, step: -1, min: -5.0, max: 5.0, npar: 1 }
|
|
17
|
-
P: { fixed: true, value: 3, step: -1, min: -5.0, max: 5.0, npar: 2 }
|
|
18
|
-
tau: { fixed: true, value: 0.5, step: -1, min: -5.0, max: 5.0, npar: 3 }
|
|
19
|
-
m: { fixed: true, value: 1.0, step: -1, min: -5.0, max: 5.0, npar: 4 }
|
|
20
|
-
r0: { fixed: true, value: 0.5, step: -1, min: -5.0, max: 5.0, npar: 5 }
|
|
21
|
-
|
|
22
|
-
# --- Coordinates (Bead 1, Atom 1) ---
|
|
23
|
-
x_11: { value: 0.0, step: -1, min: -5.0, max: 5.0, npar: 6 }
|
|
24
|
-
y_11: { value: 0.0, step: -1, min: -5.0, max: 5.0, npar: 7 }
|
|
25
|
-
|
|
26
|
-
# --- Coordinates (Bead 1, Atom 2) ---
|
|
27
|
-
x_12: { value: 0.0, step: -1, min: -5.0, max: 5.0, npar: 8 }
|
|
28
|
-
y_12: { value: 0.0, step: -1, min: -5.0, max: 5.0, npar: 9 }
|
|
29
|
-
|
|
30
|
-
# --- Coordinates (Bead 2, Atom 1) ---
|
|
31
|
-
x_21: { value: 0.1, step: -1, min: -5.0, max: 5.0, npar: 10 }
|
|
32
|
-
y_21: { value: 0.1, step: -1, min: -5.0, max: 5.0, npar: 11 }
|
|
33
|
-
|
|
34
|
-
# --- Coordinates (Bead 2, Atom 2) ---
|
|
35
|
-
x_22: { value: 0.1, step: -1, min: -5.0, max: 5.0, npar: 12 }
|
|
36
|
-
y_22: { value: 0.1, step: -1, min: -5.0, max: 5.0, npar: 13 }
|
|
37
|
-
|
|
38
|
-
# --- Coordinates (Bead 3, Atom 1) ---
|
|
39
|
-
x_31: { value: -0.1, step: -1, min: -5.0, max: 5.0, npar: 14 }
|
|
40
|
-
y_31: { value: -0.1, step: -1, min: -5.0, max: 5.0, npar: 15 }
|
|
41
|
-
|
|
42
|
-
# --- Coordinates (Bead 3, Atom 2) ---
|
|
43
|
-
x_32: { value: -0.1, step: -1, min: -5.0, max: 5.0, npar: 16 }
|
|
44
|
-
y_32: { value: -0.1, step: -1, min: -5.0, max: 5.0, npar: 17 }
|
|
45
|
-
likelihood: GAUSSIAN
|
|
46
|
-
search:
|
|
47
|
-
hard_writing: true
|
|
48
|
-
livepoints: 1000
|
|
49
|
-
max_steps: 100000
|
|
50
|
-
max_tries: 1000
|
|
51
|
-
method: SLICE_SAMPLING
|
|
52
|
-
num_tries: 1
|
|
53
|
-
param1: 0.5
|
|
54
|
-
param2: 3
|
|
55
|
-
tries_mult: 100
|
|
56
|
-
version: 5.6
|
|
57
|
-
writing:
|
|
58
|
-
all_parameters: true
|
|
59
|
-
statistics: true
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/05_data_2D/README.txt
RENAMED
|
File without changes
|
{nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/data_analysis/05_data_2D/nf_input.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/LJ17/nf_input.yaml
RENAMED
|
File without changes
|
{nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/LJ3/nf_input.yaml
RENAMED
|
File without changes
|
{nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/LJ7/nf_input.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nested_fit-5.6.6.dev120 → nested_fit-5.6.7.dev122}/examples/jupyter_notebooks/pynf_interp.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|