agox 3.10.2rc1__tar.gz → 3.11.0__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.
Files changed (679) hide show
  1. agox-3.11.0/.gitignore +29 -0
  2. agox-3.11.0/.gitlab/build.yml +27 -0
  3. agox-3.11.0/.gitlab/defaults.yml +25 -0
  4. agox-3.11.0/.gitlab/docs.yml +28 -0
  5. agox-3.11.0/.gitlab/publish.yml +37 -0
  6. agox-3.11.0/.gitlab/tests.yml +55 -0
  7. agox-3.11.0/.gitlab/verify.yml +32 -0
  8. agox-3.11.0/.gitlab-ci.yml +8 -0
  9. agox-3.11.0/CHANGELOG.md +254 -0
  10. {agox-3.10.2rc1 → agox-3.11.0}/PKG-INFO +2 -2
  11. {agox-3.10.2rc1 → agox-3.11.0}/agox/__init__.py +0 -9
  12. agox-3.11.0/agox/acquisitors/GFE_aquisitor.py +60 -0
  13. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/__init__.py +2 -0
  14. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/property/free_energy.py +24 -7
  15. {agox-3.10.2rc1 → agox-3.11.0}/agox/candidates/ABC_candidate.py +75 -0
  16. {agox-3.10.2rc1 → agox-3.11.0}/agox/cli/cli_analysis.py +18 -12
  17. {agox-3.10.2rc1 → agox-3.11.0}/agox/cli/main.py +1 -0
  18. {agox-3.10.2rc1 → agox-3.11.0}/agox/environments/ABC_environment.py +14 -8
  19. agox-3.11.0/agox/environments/environment.py +306 -0
  20. {agox-3.10.2rc1 → agox-3.11.0}/agox/evaluators/local_optimization.py +5 -9
  21. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/MD.py +1 -1
  22. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/__init__.py +17 -18
  23. agox-3.11.0/agox/generators/add_remove.py +121 -0
  24. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/priors/repulsive.c +97 -97
  25. agox-3.11.0/agox/models/datasets/Ag5O3-dataset.traj +0 -0
  26. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/fingerprint_cython/angular_fingerprintFeature_cy.c +97 -97
  27. agox-3.11.0/agox/models/descriptors/fingerprint_cython/compile.sh +2 -0
  28. agox-3.11.0/agox/models/descriptors/fingerprint_jax/__init__.py +1 -0
  29. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/ray_relax/ray_relax.py +1 -1
  30. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/ray_relax/remote_relax.py +2 -1
  31. agox-3.11.0/agox/postprocessors/ray_relax.py +151 -0
  32. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/relax.py +3 -16
  33. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/__init__.py +15 -14
  34. agox-3.11.0/agox/samplers/gfe_kmeans.py +141 -0
  35. agox-3.11.0/agox/samplers/gfe_sampler.py +35 -0
  36. agox-3.11.0/agox/test/.coveragerc +36 -0
  37. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/conftest.py +20 -2
  38. agox-3.11.0/agox/test/analysis_tests/test_free_energy_property.py +30 -0
  39. agox-3.11.0/agox/test/datasets/AgO-dataset.traj +0 -0
  40. agox-3.11.0/agox/test/datasets/B12-dataset.traj +0 -0
  41. agox-3.11.0/agox/test/datasets/C30-dataset.traj +0 -0
  42. agox-3.11.0/agox/test/datasets/databases/bh_test_databases/db1.db +0 -0
  43. agox-3.11.0/agox/test/datasets/databases/bh_test_databases/db2.db +0 -0
  44. agox-3.11.0/agox/test/datasets/databases/bh_test_databases/db3.db +0 -0
  45. agox-3.11.0/agox/test/datasets/databases/bh_test_databases/db4.db +0 -0
  46. agox-3.11.0/agox/test/datasets/databases/bh_test_databases/db5.db +0 -0
  47. agox-3.11.0/agox/test/datasets/databases/bh_test_databases/experiment.pckl +0 -0
  48. agox-3.11.0/agox/test/datasets/databases/mos2_databases/db1.db +0 -0
  49. agox-3.11.0/agox/test/datasets/databases/mos2_databases/db2.db +0 -0
  50. agox-3.11.0/agox/test/datasets/databases/rss_test_databases/db1.db +0 -0
  51. agox-3.11.0/agox/test/datasets/databases/rss_test_databases/db2.db +0 -0
  52. agox-3.11.0/agox/test/datasets/databases/rss_test_databases/db3.db +0 -0
  53. agox-3.11.0/agox/test/datasets/databases/rss_test_databases/db4.db +0 -0
  54. agox-3.11.0/agox/test/datasets/databases/rss_test_databases/experiment.pckl +0 -0
  55. agox-3.11.0/agox/test/descriptor_tests/expected_outputs/SOAP_AgO.pckl +0 -0
  56. agox-3.11.0/agox/test/descriptor_tests/expected_outputs/SOAP_B12.pckl +0 -0
  57. agox-3.11.0/agox/test/descriptor_tests/expected_outputs/SOAP_C30.pckl +0 -0
  58. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataAgO_parameter0.pckl +0 -0
  59. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataAgO_parameter1.pckl +0 -0
  60. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataAgO_parameter2.pckl +0 -0
  61. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataB12_parameter0.pckl +0 -0
  62. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataB12_parameter1.pckl +0 -0
  63. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataB12_parameter2.pckl +0 -0
  64. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataC30_parameter0.pckl +0 -0
  65. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataC30_parameter1.pckl +0 -0
  66. agox-3.11.0/agox/test/generator_tests/expected_outputs/CenterOfGeometryGenerator_dataC30_parameter2.pckl +0 -0
  67. agox-3.11.0/agox/test/generator_tests/expected_outputs/PermutationGenerator_dataAgO_parameter0.pckl +0 -0
  68. agox-3.11.0/agox/test/generator_tests/expected_outputs/PermutationGenerator_dataAgO_parameter1.pckl +0 -0
  69. agox-3.11.0/agox/test/generator_tests/expected_outputs/PermutationGenerator_dataAgO_parameter2.pckl +0 -0
  70. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataAgO_parameter0.pckl +0 -0
  71. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataAgO_parameter1.pckl +0 -0
  72. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataAgO_parameter2.pckl +0 -0
  73. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataB12_parameter0.pckl +0 -0
  74. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataB12_parameter1.pckl +0 -0
  75. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataB12_parameter2.pckl +0 -0
  76. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataC30_parameter0.pckl +0 -0
  77. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataC30_parameter1.pckl +0 -0
  78. agox-3.11.0/agox/test/generator_tests/expected_outputs/RandomGenerator_dataC30_parameter2.pckl +0 -0
  79. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataAgO_parameter0.pckl +0 -0
  80. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataAgO_parameter1.pckl +0 -0
  81. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataAgO_parameter2.pckl +0 -0
  82. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataB12_parameter0.pckl +0 -0
  83. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataB12_parameter1.pckl +0 -0
  84. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataB12_parameter2.pckl +0 -0
  85. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataC30_parameter0.pckl +0 -0
  86. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataC30_parameter1.pckl +0 -0
  87. agox-3.11.0/agox/test/generator_tests/expected_outputs/RattleGenerator_dataC30_parameter2.pckl +0 -0
  88. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataAgO_parameter0.pckl +0 -0
  89. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataAgO_parameter1.pckl +0 -0
  90. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataAgO_parameter2.pckl +0 -0
  91. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataB12_parameter0.pckl +0 -0
  92. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataB12_parameter1.pckl +0 -0
  93. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataB12_parameter2.pckl +0 -0
  94. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataC30_parameter0.pckl +0 -0
  95. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataC30_parameter1.pckl +0 -0
  96. agox-3.11.0/agox/test/generator_tests/expected_outputs/ReplaceGenerator_dataC30_parameter2.pckl +0 -0
  97. agox-3.11.0/agox/test/generator_tests/expected_outputs/SamplingGenerator_dataAgO_parameter0.pckl +0 -0
  98. agox-3.11.0/agox/test/generator_tests/expected_outputs/SamplingGenerator_dataB12_parameter0.pckl +0 -0
  99. agox-3.11.0/agox/test/generator_tests/expected_outputs/SamplingGenerator_dataC30_parameter0.pckl +0 -0
  100. agox-3.11.0/agox/test/generator_tests/expected_outputs/SteepestDescentGenerator_dataAgO_parameter0.pckl +0 -0
  101. agox-3.11.0/agox/test/generator_tests/expected_outputs/SteepestDescentGenerator_dataB12_parameter0.pckl +0 -0
  102. agox-3.11.0/agox/test/generator_tests/expected_outputs/SteepestDescentGenerator_dataC30_parameter0.pckl +0 -0
  103. agox-3.11.0/agox/test/generator_tests/expected_outputs/SymmetryGenerator_dataAgO_parameter0.pckl +0 -0
  104. agox-3.11.0/agox/test/generator_tests/expected_outputs/SymmetryGenerator_dataAgO_parameter1.pckl +0 -0
  105. agox-3.11.0/agox/test/generator_tests/expected_outputs/SymmetryGenerator_dataB12_parameter0.pckl +0 -0
  106. agox-3.11.0/agox/test/generator_tests/expected_outputs/SymmetryGenerator_dataB12_parameter1.pckl +0 -0
  107. agox-3.11.0/agox/test/model_tests/expected_outputs/GlobalGPRJax_dataAgO_parameter0.pckl +0 -0
  108. agox-3.11.0/agox/test/model_tests/expected_outputs/GlobalGPRJax_dataB12_parameter0.pckl +0 -0
  109. agox-3.11.0/agox/test/model_tests/expected_outputs/GlobalGPRJax_dataC30_parameter0.pckl +0 -0
  110. agox-3.11.0/agox/test/model_tests/expected_outputs/GlobalGPR_dataAgO_parameter0.pckl +0 -0
  111. agox-3.11.0/agox/test/model_tests/expected_outputs/GlobalGPR_dataB12_parameter0.pckl +0 -0
  112. agox-3.11.0/agox/test/model_tests/expected_outputs/GlobalGPR_dataC30_parameter0.pckl +0 -0
  113. agox-3.11.0/agox/test/model_tests/expected_outputs/LocalSparseGPRForces_dataAgO_parameter0.pckl +0 -0
  114. agox-3.11.0/agox/test/model_tests/expected_outputs/LocalSparseGPRForces_dataB12_parameter0.pckl +0 -0
  115. agox-3.11.0/agox/test/model_tests/expected_outputs/LocalSparseGPRForces_dataC30_parameter0.pckl +0 -0
  116. agox-3.11.0/agox/test/model_tests/expected_outputs/LocalSparseGPR_dataAgO_parameter0.pckl +0 -0
  117. agox-3.11.0/agox/test/model_tests/expected_outputs/LocalSparseGPR_dataB12_parameter0.pckl +0 -0
  118. agox-3.11.0/agox/test/model_tests/expected_outputs/LocalSparseGPR_dataC30_parameter0.pckl +0 -0
  119. agox-3.11.0/agox/test/model_tests/expected_outputs/globalSparseGPRForces_dataAgO_parameter0.pckl +0 -0
  120. agox-3.11.0/agox/test/model_tests/expected_outputs/globalSparseGPRForces_dataB12_parameter0.pckl +0 -0
  121. agox-3.11.0/agox/test/model_tests/expected_outputs/globalSparseGPRForces_dataC30_parameter0.pckl +0 -0
  122. agox-3.11.0/agox/test/model_tests/expected_outputs/globalSparseGPR_dataAgO_parameter0.pckl +0 -0
  123. agox-3.11.0/agox/test/model_tests/expected_outputs/globalSparseGPR_dataB12_parameter0.pckl +0 -0
  124. agox-3.11.0/agox/test/model_tests/expected_outputs/globalSparseGPR_dataC30_parameter0.pckl +0 -0
  125. agox-3.11.0/agox/test/modifying_examples/plots/cluster_confinement.png +0 -0
  126. agox-3.11.0/agox/test/modifying_examples/plots/surface_cluster_confinement.png +0 -0
  127. agox-3.11.0/agox/test/modifying_examples/plots/surface_film_confinement.png +0 -0
  128. agox-3.11.0/agox/test/modifying_examples/plots/surface_toplayer_unc.png +0 -0
  129. agox-3.11.0/agox/test/modifying_examples/plots/two_d_environment.png +0 -0
  130. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/run_utils.py +2 -2
  131. agox-3.11.0/agox/test/run_tests/tests_bh/expected_outputs/bh_bulk_emt_test/confinement_plot_RattleGenerator.png +0 -0
  132. agox-3.11.0/agox/test/run_tests/tests_bh/expected_outputs/bh_bulk_emt_test/db0.db +0 -0
  133. agox-3.11.0/agox/test/run_tests/tests_bh/expected_outputs/bh_bulk_emt_test/db0_tracker.npz +0 -0
  134. agox-3.11.0/agox/test/run_tests/tests_bh/expected_outputs/bh_cluster_emt_test/db0.db +0 -0
  135. agox-3.11.0/agox/test/run_tests/tests_bh/expected_outputs/bh_surface_emt_test/confinement_plot_RattleGenerator.png +0 -0
  136. agox-3.11.0/agox/test/run_tests/tests_bh/expected_outputs/bh_surface_emt_test/db0.db +0 -0
  137. agox-3.11.0/agox/test/run_tests/tests_bh/expected_outputs/bh_surface_emt_test/db0_tracker.npz +0 -0
  138. agox-3.11.0/agox/test/run_tests/tests_bh/test/automagic_analysis.ipynb +203 -0
  139. agox-3.11.0/agox/test/run_tests/tests_block/expected_outputs/block_bh_test/db0.db +0 -0
  140. agox-3.11.0/agox/test/run_tests/tests_block/expected_outputs/block_bh_test/db0_tracker.npz +0 -0
  141. agox-3.11.0/agox/test/run_tests/tests_block/expected_outputs/block_rss_test/db0.db +0 -0
  142. agox-3.11.0/agox/test/run_tests/tests_block/expected_outputs/block_rss_test/db0_tracker.npz +0 -0
  143. agox-3.11.0/agox/test/run_tests/tests_ce/expected_outputs/ce_default_gofee_test/confinement_plot_ComplementaryEnergyGenerator.png +0 -0
  144. agox-3.11.0/agox/test/run_tests/tests_ce/expected_outputs/ce_default_gofee_test/confinement_plot_RandomGenerator.png +0 -0
  145. agox-3.11.0/agox/test/run_tests/tests_ce/expected_outputs/ce_default_gofee_test/confinement_plot_RattleGenerator.png +0 -0
  146. agox-3.11.0/agox/test/run_tests/tests_ce/expected_outputs/ce_default_gofee_test/db0.db +0 -0
  147. agox-3.11.0/agox/test/run_tests/tests_ce/expected_outputs/ce_gofee_test/db0.db +0 -0
  148. agox-3.11.0/agox/test/run_tests/tests_ct/expected_outputs/ct_test/db0.db +0 -0
  149. agox-3.11.0/agox/test/run_tests/tests_ea/expected_outputs/ea_test/db0.db +0 -0
  150. agox-3.11.0/agox/test/run_tests/tests_ea/expected_outputs/ea_test/population_5.traj +0 -0
  151. agox-3.11.0/agox/test/run_tests/tests_gcgo/expected_outputs/gcgo_emt_test/confinement_plot_AdditionRemovalGenerator.png +0 -0
  152. agox-3.11.0/agox/test/run_tests/tests_gcgo/expected_outputs/gcgo_emt_test/confinement_plot_RandomGenerator.png +0 -0
  153. agox-3.11.0/agox/test/run_tests/tests_gcgo/expected_outputs/gcgo_emt_test/confinement_plot_RattleGenerator.png +0 -0
  154. agox-3.11.0/agox/test/run_tests/tests_gcgo/expected_outputs/gcgo_emt_test/db0.db +0 -0
  155. agox-3.11.0/agox/test/run_tests/tests_gcgo/expected_outputs/gcgo_emt_test/thermo_data.json +11 -0
  156. agox-3.11.0/agox/test/run_tests/tests_gcgo/script_gcgo_dft.py +197 -0
  157. agox-3.11.0/agox/test/run_tests/tests_gcgo/script_gcgo_emt.py +211 -0
  158. agox-3.11.0/agox/test/run_tests/tests_gcgo/test.txt +19 -0
  159. agox-3.10.2rc1/agox/test/run_tests/tests_pt/test_rex.py → agox-3.11.0/agox/test/run_tests/tests_gcgo/test_gcgo.py +2 -3
  160. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_bulk_emt_test/confinement_plot_RandomGenerator.png +0 -0
  161. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_bulk_emt_test/confinement_plot_RattleGenerator.png +0 -0
  162. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_bulk_emt_test/db0.db +0 -0
  163. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_bulk_emt_test/db0_tracker.npz +0 -0
  164. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_cluster_emt_test/confinement_plot_RandomGenerator.png +0 -0
  165. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_cluster_emt_test/confinement_plot_RattleGenerator.png +0 -0
  166. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_cluster_emt_test/db0.db +0 -0
  167. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_surface_emt_test/confinement_plot_RandomGenerator.png +0 -0
  168. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_surface_emt_test/confinement_plot_RattleGenerator.png +0 -0
  169. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_surface_emt_test/db0.db +0 -0
  170. agox-3.11.0/agox/test/run_tests/tests_gofee/expected_outputs/gofee_surface_emt_test/db0_tracker.npz +0 -0
  171. agox-3.11.0/agox/test/run_tests/tests_grand_canonical/expected_outputs/gc_test/confinement_plot_AdditionRemovalGenerator.png +0 -0
  172. agox-3.11.0/agox/test/run_tests/tests_grand_canonical/expected_outputs/gc_test/confinement_plot_RandomGenerator.png +0 -0
  173. agox-3.11.0/agox/test/run_tests/tests_grand_canonical/expected_outputs/gc_test/confinement_plot_RattleGenerator.png +0 -0
  174. agox-3.11.0/agox/test/run_tests/tests_grand_canonical/expected_outputs/gc_test/db0.db +0 -0
  175. agox-3.11.0/agox/test/run_tests/tests_grand_canonical/expected_outputs/gc_test/db0_tracker.npz +0 -0
  176. agox-3.11.0/agox/test/run_tests/tests_grand_canonical/script_gc.py +163 -0
  177. agox-3.11.0/agox/test/run_tests/tests_grand_canonical/test_gc.py +6 -0
  178. agox-3.11.0/agox/test/run_tests/tests_graph_filt/expected_outputs/graph_filtering_gofee_test/db0.db +0 -0
  179. agox-3.11.0/agox/test/run_tests/tests_graph_filt/expected_outputs/graph_filtering_gofee_test/db0_tracker.npz +0 -0
  180. agox-3.11.0/agox/test/run_tests/tests_lgpr_bh/expected_outputs/lgpr_bh_test/db0.db +0 -0
  181. agox-3.11.0/agox/test/run_tests/tests_md/expected_outputs/md_bh_test/confinement_plot_MDgenerator.png +0 -0
  182. agox-3.11.0/agox/test/run_tests/tests_md/expected_outputs/md_bh_test/db0.db +0 -0
  183. agox-3.11.0/agox/test/run_tests/tests_md/expected_outputs/md_bh_test/db0_tracker.npz +0 -0
  184. agox-3.11.0/agox/test/run_tests/tests_rex/expected_outputs/rex_emt_test/confinement_plot_RandomGenerator.png +0 -0
  185. agox-3.11.0/agox/test/run_tests/tests_rex/expected_outputs/rex_emt_test/confinement_plot_RattleGenerator.png +0 -0
  186. agox-3.11.0/agox/test/run_tests/tests_rex/expected_outputs/rex_emt_test/db0.db +0 -0
  187. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_2d_test/confinement_plot_RandomGenerator.png +0 -0
  188. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_2d_test/db0.db +0 -0
  189. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_bulk_emt_test/confinement_plot_RandomGenerator.png +0 -0
  190. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_bulk_emt_test/db0.db +0 -0
  191. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_bulk_emt_test/db0_tracker.npz +0 -0
  192. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_cluster_emt_test/confinement_plot_RandomGenerator.png +0 -0
  193. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_cluster_emt_test/db0.db +0 -0
  194. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_cluster_emt_test/db0_tracker.npz +0 -0
  195. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_surface_emt_test/confinement_plot_RandomGenerator.png +0 -0
  196. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_surface_emt_test/db0.db +0 -0
  197. agox-3.11.0/agox/test/run_tests/tests_rss/expected_outputs/rss_surface_emt_test/db0_tracker.npz +0 -0
  198. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_cluster_symmetry_test/confinement_plot_RattleGeneratorSym.png +0 -0
  199. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_cluster_symmetry_test/confinement_plot_SymmetryGenerator.png +0 -0
  200. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_cluster_symmetry_test/db0.db +0 -0
  201. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_cluster_symmetry_test/db0_tracker.npz +0 -0
  202. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_slab_symmetry_test/confinement_plot_RattleGeneratorSym.png +0 -0
  203. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_slab_symmetry_test/confinement_plot_SymmetryGenerator.png +0 -0
  204. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_slab_symmetry_test/db0.db +0 -0
  205. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/gofee_slab_symmetry_test/db0_tracker.npz +0 -0
  206. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/rss_cluster_symmetry_test/confinement_plot_SymmetryGenerator.png +0 -0
  207. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/rss_cluster_symmetry_test/db0.db +0 -0
  208. agox-3.11.0/agox/test/run_tests/tests_symmetry/expected_outputs/rss_cluster_symmetry_test/db0_tracker.npz +0 -0
  209. agox-3.11.0/agox/test/utils_tests/thermodynamics_test/conftest.py +64 -0
  210. agox-3.11.0/agox/test/utils_tests/thermodynamics_test/test_gibbs.py +21 -0
  211. agox-3.11.0/agox/test/utils_tests/thermodynamics_test/test_thermodata.py +91 -0
  212. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/__init__.py +1 -0
  213. agox-3.11.0/agox/utils/constraints/__init__.py +4 -0
  214. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/constraints/box_constraint.py +8 -32
  215. agox-3.11.0/agox/utils/constraints/constraint_manager.py +160 -0
  216. agox-3.11.0/agox/utils/thermodynamics/gibbs.py +86 -0
  217. agox-3.11.0/agox/utils/thermodynamics/thermodynamics_data.py +162 -0
  218. {agox-3.10.2rc1 → agox-3.11.0}/agox/writer/utils.py +3 -3
  219. {agox-3.10.2rc1 → agox-3.11.0}/agox.egg-info/PKG-INFO +2 -2
  220. agox-3.11.0/agox.egg-info/SOURCES.txt +671 -0
  221. {agox-3.10.2rc1 → agox-3.11.0}/agox.egg-info/requires.txt +1 -0
  222. agox-3.11.0/docs/Makefile +25 -0
  223. agox-3.11.0/docs/README.rst +4 -0
  224. agox-3.11.0/docs/autoapi_templates/python/attribute.rst +1 -0
  225. agox-3.11.0/docs/autoapi_templates/python/class.rst +60 -0
  226. agox-3.11.0/docs/autoapi_templates/python/data.rst +37 -0
  227. agox-3.11.0/docs/autoapi_templates/python/exception.rst +1 -0
  228. agox-3.11.0/docs/autoapi_templates/python/function.rst +15 -0
  229. agox-3.11.0/docs/autoapi_templates/python/method.rst +19 -0
  230. agox-3.11.0/docs/autoapi_templates/python/module.rst +114 -0
  231. agox-3.11.0/docs/autoapi_templates/python/package.rst +1 -0
  232. agox-3.11.0/docs/autoapi_templates/python/property.rst +15 -0
  233. agox-3.11.0/docs/make.bat +35 -0
  234. agox-3.11.0/docs/make_gitlab.sh +2 -0
  235. agox-3.11.0/docs/source/A.ico +0 -0
  236. agox-3.11.0/docs/source/_static/.gitkeep +0 -0
  237. agox-3.11.0/docs/source/agox_framework/agox_framework.rst +9 -0
  238. agox-3.11.0/docs/source/agox_framework/dataflow.rst +142 -0
  239. agox-3.11.0/docs/source/agox_framework/modularity.rst +54 -0
  240. agox-3.11.0/docs/source/agox_framework/observers.rst +87 -0
  241. agox-3.11.0/docs/source/algorithms/algorithms.rst +58 -0
  242. agox-3.11.0/docs/source/algorithms/bh.rst +128 -0
  243. agox-3.11.0/docs/source/algorithms/ea.rst +25 -0
  244. agox-3.11.0/docs/source/algorithms/gcgo.rst +54 -0
  245. agox-3.11.0/docs/source/algorithms/gofee.rst +148 -0
  246. agox-3.11.0/docs/source/algorithms/gofee_ce.rst +29 -0
  247. agox-3.11.0/docs/source/algorithms/gofee_graph_filtering.rst +21 -0
  248. agox-3.11.0/docs/source/algorithms/lgpr_bh.rst +14 -0
  249. agox-3.11.0/docs/source/algorithms/rex.rst +39 -0
  250. agox-3.11.0/docs/source/algorithms/rss.rst +149 -0
  251. agox-3.11.0/docs/source/algorithms/search_generator.rst.old +22 -0
  252. agox-3.11.0/docs/source/bonus_topics/actor_ray_example.py +29 -0
  253. agox-3.11.0/docs/source/bonus_topics/analyzing_databases.rst +57 -0
  254. agox-3.11.0/docs/source/bonus_topics/basic_ray_example.py +20 -0
  255. agox-3.11.0/docs/source/bonus_topics/bonus_topics.rst +9 -0
  256. agox-3.11.0/docs/source/bonus_topics/evaluator_callback.rst +49 -0
  257. agox-3.11.0/docs/source/bonus_topics/parallel_add.py +27 -0
  258. agox-3.11.0/docs/source/bonus_topics/parallel_network.py +85 -0
  259. agox-3.11.0/docs/source/bonus_topics/parallelization.rst +122 -0
  260. agox-3.11.0/docs/source/command_line_tools/agox_analysis.rst +36 -0
  261. agox-3.11.0/docs/source/command_line_tools/agox_convert.rst +13 -0
  262. agox-3.11.0/docs/source/command_line_tools/agox_graph.rst +13 -0
  263. agox-3.11.0/docs/source/command_line_tools/agox_plot.rst +14 -0
  264. agox-3.11.0/docs/source/command_line_tools/command_line_new.rst +26 -0
  265. agox-3.11.0/docs/source/conf.py +146 -0
  266. agox-3.11.0/docs/source/generators/generators.rst +10 -0
  267. agox-3.11.0/docs/source/generators/generators_overview.rst +31 -0
  268. agox-3.11.0/docs/source/generators/using_generators.rst +57 -0
  269. agox-3.11.0/docs/source/generators/writing_generators.rst +47 -0
  270. agox-3.11.0/docs/source/getting_started/confinement_plot_RandomGenerator.png +0 -0
  271. agox-3.11.0/docs/source/getting_started/getting_started.rst +13 -0
  272. agox-3.11.0/docs/source/getting_started/getting_started_other_algorithms.rst +5 -0
  273. agox-3.11.0/docs/source/getting_started/getting_started_running_agox.rst +37 -0
  274. agox-3.11.0/docs/source/getting_started/getting_started_slurm.rst +34 -0
  275. agox-3.11.0/docs/source/getting_started/getting_started_statistics.rst +55 -0
  276. agox-3.11.0/docs/source/getting_started/getting_started_understanding_the_script.rst +124 -0
  277. agox-3.11.0/docs/source/getting_started/rss_script_serial.png +0 -0
  278. agox-3.11.0/docs/source/getting_started/rss_script_serial.py +58 -0
  279. agox-3.11.0/docs/source/getting_started/rss_script_single.py +57 -0
  280. agox-3.11.0/docs/source/getting_started/rss_script_slurm.py +63 -0
  281. agox-3.11.0/docs/source/getting_started/rss_serial_compare.png +0 -0
  282. agox-3.11.0/docs/source/getting_started/rss_simple_single.png +0 -0
  283. agox-3.11.0/docs/source/getting_started/slurm.png +0 -0
  284. agox-3.11.0/docs/source/getting_started/submission.sh +39 -0
  285. agox-3.11.0/docs/source/index.rst +72 -0
  286. agox-3.11.0/docs/source/installation.rst +49 -0
  287. agox-3.11.0/docs/source/logos/DG_logo.png +0 -0
  288. agox-3.11.0/docs/source/logos/INTERCAT_RGB_ONLINE.png +0 -0
  289. agox-3.11.0/docs/source/logos/logo-carbon.gif +0 -0
  290. agox-3.11.0/docs/source/logos/logo-nickel.gif +0 -0
  291. agox-3.11.0/docs/source/logos/villum_foundation.png +0 -0
  292. agox-3.11.0/docs/source/models/descriptor.rst +21 -0
  293. agox-3.11.0/docs/source/models/gpr.rst +40 -0
  294. agox-3.11.0/docs/source/models/models.rst +17 -0
  295. agox-3.11.0/docs/source/models/scripts/lgpr_load.py +30 -0
  296. agox-3.11.0/docs/source/models/scripts/lgpr_train.py +19 -0
  297. agox-3.11.0/docs/source/models/scripts/parity.png +0 -0
  298. agox-3.11.0/docs/source/models/sgpr.rst +54 -0
  299. agox-3.11.0/docs/source/modifying_algorithms/modifying_algorithms.rst +17 -0
  300. agox-3.11.0/docs/source/modifying_algorithms/potential.rst +69 -0
  301. agox-3.11.0/docs/source/modifying_algorithms/search.rst.unfinished +22 -0
  302. agox-3.11.0/docs/source/modifying_algorithms/system.rst +176 -0
  303. agox-3.11.0/docs/source/references/agox_citation.txt +9 -0
  304. agox-3.11.0/docs/source/references/references.rst +113 -0
  305. agox-3.11.0/docs/source/writing_modules/basic_observer.py +75 -0
  306. agox-3.11.0/docs/source/writing_modules/basic_observer.rst +58 -0
  307. agox-3.11.0/docs/source/writing_modules/database_and_main_observer.py +89 -0
  308. agox-3.11.0/docs/source/writing_modules/database_and_main_observer.rst +54 -0
  309. agox-3.11.0/docs/source/writing_modules/database_observer.py +80 -0
  310. agox-3.11.0/docs/source/writing_modules/database_observer.rst +60 -0
  311. agox-3.11.0/docs/source/writing_modules/database_observer_test.py +82 -0
  312. agox-3.11.0/docs/source/writing_modules/gets_basic_observer.py +80 -0
  313. agox-3.11.0/docs/source/writing_modules/gets_basic_observer.rst +15 -0
  314. agox-3.11.0/docs/source/writing_modules/gets_sets_basic_observer.py +81 -0
  315. agox-3.11.0/docs/source/writing_modules/gets_sets_basic_observer.rst +16 -0
  316. agox-3.11.0/docs/source/writing_modules/two_methods_observer.py +104 -0
  317. agox-3.11.0/docs/source/writing_modules/two_methods_observer.rst +55 -0
  318. agox-3.11.0/docs/source/writing_modules/writing_modules.rst +17 -0
  319. {agox-3.10.2rc1 → agox-3.11.0}/pyproject.toml +11 -5
  320. agox-3.10.2rc1/agox/environments/environment.py +0 -145
  321. agox-3.10.2rc1/agox/test/run_tests/tests_pt/script_rex.py +0 -137
  322. agox-3.10.2rc1/agox/utils/constraints/__init__.py +0 -1
  323. agox-3.10.2rc1/agox/utils/thermodynamics/gibbs.py +0 -28
  324. agox-3.10.2rc1/agox/utils/thermodynamics/thermodynamics_data.py +0 -69
  325. agox-3.10.2rc1/agox.egg-info/SOURCES.txt +0 -384
  326. {agox-3.10.2rc1 → agox-3.11.0}/LICENSE.txt +0 -0
  327. {agox-3.10.2rc1 → agox-3.11.0}/README.md +0 -0
  328. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/ABC_acquisitor.py +0 -0
  329. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/EI.py +0 -0
  330. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/LCB.py +0 -0
  331. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/LCB_penalty.py +0 -0
  332. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/LCB_power.py +0 -0
  333. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/meta_acquisitor.py +0 -0
  334. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/replica_exchange/__init__.py +0 -0
  335. {agox-3.10.2rc1 → agox-3.11.0}/agox/acquisitors/replica_exchange/default.py +0 -0
  336. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/__init__.py +0 -0
  337. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/criterion/__init__.py +0 -0
  338. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/criterion/base_criterion/__init__.py +0 -0
  339. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/criterion/base_criterion/base_criterion.py +0 -0
  340. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/criterion/base_criterion/discrete_distribution.py +0 -0
  341. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/criterion/distance.py +0 -0
  342. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/criterion/threshold.py +0 -0
  343. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/plot/__init__.py +0 -0
  344. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/plot/property_plot.py +0 -0
  345. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/plot/success_plot.py +0 -0
  346. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/property/__init__.py +0 -0
  347. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/property/descriptor_property.py +0 -0
  348. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/property/energy.py +0 -0
  349. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/property/property.py +0 -0
  350. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/search_analysis.py +0 -0
  351. {agox-3.10.2rc1 → agox-3.11.0}/agox/analysis/search_data.py +0 -0
  352. {agox-3.10.2rc1 → agox-3.11.0}/agox/candidates/__init__.py +0 -0
  353. {agox-3.10.2rc1 → agox-3.11.0}/agox/candidates/standard.py +0 -0
  354. {agox-3.10.2rc1 → agox-3.11.0}/agox/cli/__init__.py +0 -0
  355. {agox-3.10.2rc1 → agox-3.11.0}/agox/cli/cli_convert.py +0 -0
  356. {agox-3.10.2rc1 → agox-3.11.0}/agox/cli/cli_graph_sorting.py +0 -0
  357. {agox-3.10.2rc1 → agox-3.11.0}/agox/cli/cli_notebook.py +0 -0
  358. {agox-3.10.2rc1 → agox-3.11.0}/agox/cli/cli_plot.py +0 -0
  359. {agox-3.10.2rc1 → agox-3.11.0}/agox/collectors/ABC_collector.py +0 -0
  360. {agox-3.10.2rc1 → agox-3.11.0}/agox/collectors/__init__.py +0 -0
  361. {agox-3.10.2rc1 → agox-3.11.0}/agox/collectors/ray_collector.py +0 -0
  362. {agox-3.10.2rc1 → agox-3.11.0}/agox/collectors/replica_exchange.py +0 -0
  363. {agox-3.10.2rc1 → agox-3.11.0}/agox/collectors/standard.py +0 -0
  364. {agox-3.10.2rc1 → agox-3.11.0}/agox/databases/ABC_database.py +0 -0
  365. {agox-3.10.2rc1 → agox-3.11.0}/agox/databases/__init__.py +0 -0
  366. {agox-3.10.2rc1 → agox-3.11.0}/agox/databases/concurrent_ordered.py +0 -0
  367. {agox-3.10.2rc1 → agox-3.11.0}/agox/databases/database.py +0 -0
  368. {agox-3.10.2rc1 → agox-3.11.0}/agox/databases/database_concurrent.py +0 -0
  369. {agox-3.10.2rc1 → agox-3.11.0}/agox/databases/database_utilities.py +0 -0
  370. {agox-3.10.2rc1 → agox-3.11.0}/agox/environments/__init__.py +0 -0
  371. {agox-3.10.2rc1 → agox-3.11.0}/agox/evaluators/ABC_evaluator.py +0 -0
  372. {agox-3.10.2rc1 → agox-3.11.0}/agox/evaluators/__init__.py +0 -0
  373. {agox-3.10.2rc1 → agox-3.11.0}/agox/evaluators/rattle.py +0 -0
  374. {agox-3.10.2rc1 → agox-3.11.0}/agox/evaluators/single_point.py +0 -0
  375. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/ABC_generator.py +0 -0
  376. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/block_generators/ABC_block.py +0 -0
  377. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/block_generators/__init__.py +0 -0
  378. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/block_generators/block_potential.py +0 -0
  379. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/block_generators/random.py +0 -0
  380. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/block_generators/rattle.py +0 -0
  381. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/ce_generator.py +0 -0
  382. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/cog.py +0 -0
  383. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/__init__.py +0 -0
  384. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/attractor_methods/ABC_attractors.py +0 -0
  385. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/attractor_methods/__init__.py +0 -0
  386. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/attractor_methods/ce_attractors_another_structure.py +0 -0
  387. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/attractor_methods/ce_attractors_current_structure.py +0 -0
  388. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/attractor_methods/ce_attractors_interpolation.py +0 -0
  389. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/attractor_methods/ce_attractors_kmeans.py +0 -0
  390. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/complementary_energy/ce_calculators.py +0 -0
  391. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/permutation.py +0 -0
  392. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/random.py +0 -0
  393. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/rattle.py +0 -0
  394. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/replace.py +0 -0
  395. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/reuse.py +0 -0
  396. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/sampling.py +0 -0
  397. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/steepest_descent.py +0 -0
  398. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/symmetry.py +0 -0
  399. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/symmetry_permutation.py +0 -0
  400. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/symmetry_rattle.py +0 -0
  401. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/symmetry_utils/__init__.py +0 -0
  402. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/symmetry_utils/symmetry_enforcer.py +0 -0
  403. {agox-3.10.2rc1 → agox-3.11.0}/agox/generators/symmetry_utils/symmetry_groups.py +0 -0
  404. {agox-3.10.2rc1 → agox-3.11.0}/agox/helpers/__init__.py +0 -0
  405. {agox-3.10.2rc1 → agox-3.11.0}/agox/helpers/confinement.py +0 -0
  406. {agox-3.10.2rc1 → agox-3.11.0}/agox/helpers/gpaw_io.py +0 -0
  407. {agox-3.10.2rc1 → agox-3.11.0}/agox/helpers/gpaw_subprocess.py +0 -0
  408. {agox-3.10.2rc1 → agox-3.11.0}/agox/main/__init__.py +0 -0
  409. {agox-3.10.2rc1 → agox-3.11.0}/agox/main/agox.py +0 -0
  410. {agox-3.10.2rc1 → agox-3.11.0}/agox/main/state.py +0 -0
  411. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/ABC_model.py +0 -0
  412. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/GPR.py +0 -0
  413. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/__init__.py +0 -0
  414. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/kernels/__init__.py +0 -0
  415. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/kernels/kernels.py +0 -0
  416. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/local_mean.py +0 -0
  417. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/priors/__init__.py +0 -0
  418. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/priors/repulsive.pyx +0 -0
  419. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/priors/setup.py +0 -0
  420. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/sGPR.py +0 -0
  421. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/GPR/sGPR_ensemble.py +0 -0
  422. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/__init__.py +0 -0
  423. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/ase_model.py +0 -0
  424. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/composition_model.py +0 -0
  425. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/datasets/__init__.py +0 -0
  426. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/datasets/loader.py +0 -0
  427. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/ABC_descriptor.py +0 -0
  428. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/__init__.py +0 -0
  429. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/acsf.py +0 -0
  430. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/exponential_density.py +0 -0
  431. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/fingerprint.py +0 -0
  432. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/fingerprint_cython/__init__.py +0 -0
  433. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/fingerprint_cython/angular_fingerprintFeature_cy.pyx +0 -0
  434. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/fingerprint_cython/setup.py +0 -0
  435. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/fingerprint_jax/fingerprint_jax.py +0 -0
  436. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/fingerprint_jax/utils.py +0 -0
  437. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/scale_select_descriptor.py +0 -0
  438. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/simple_fingerprint.py +0 -0
  439. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/soap.py +0 -0
  440. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/spectral_graph_descriptor.py +0 -0
  441. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/type_descriptor.py +0 -0
  442. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/voronoi.py +0 -0
  443. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/descriptors/voronoi_site.py +0 -0
  444. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/priors/constant.py +0 -0
  445. {agox-3.10.2rc1/agox/models/descriptors/fingerprint_jax → agox-3.11.0/agox/models/schnetpack}/__init__.py +0 -0
  446. {agox-3.10.2rc1 → agox-3.11.0}/agox/models/schnetpack/schnetpack.py +0 -0
  447. {agox-3.10.2rc1 → agox-3.11.0}/agox/module.py +0 -0
  448. {agox-3.10.2rc1 → agox-3.11.0}/agox/observer/__init__.py +0 -0
  449. {agox-3.10.2rc1 → agox-3.11.0}/agox/observer/finalization_handler.py +0 -0
  450. {agox-3.10.2rc1 → agox-3.11.0}/agox/observer/observer.py +0 -0
  451. {agox-3.10.2rc1 → agox-3.11.0}/agox/observer/observer_handler.py +0 -0
  452. {agox-3.10.2rc1 → agox-3.11.0}/agox/observer/observer_method.py +0 -0
  453. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/ABC_postprocess.py +0 -0
  454. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/__init__.py +0 -0
  455. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/centering.py +0 -0
  456. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/disjoint_filtering.py +0 -0
  457. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/minimum_dist.py +0 -0
  458. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/ray_relax/__init__.py +0 -0
  459. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/surface_centering.py +0 -0
  460. {agox-3.10.2rc1 → agox-3.11.0}/agox/postprocessors/wrap.py +0 -0
  461. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/ABC_sampler.py +0 -0
  462. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/concurrent_tempering.py +0 -0
  463. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/fixed_sampler.py +0 -0
  464. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/genetic.py +0 -0
  465. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/kernel_similarity.py +0 -0
  466. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/kmeans.py +0 -0
  467. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/metropolis.py +0 -0
  468. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/replica_exchange/__init__.py +0 -0
  469. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/replica_exchange/rate_tracker.py +0 -0
  470. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/replica_exchange/replica_exchange.py +0 -0
  471. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/replica_exchange/sample.py +0 -0
  472. {agox-3.10.2rc1 → agox-3.11.0}/agox/samplers/spectral_graph.py +0 -0
  473. {agox-3.10.2rc1/agox/models/schnetpack → agox-3.11.0/agox/test}/__init__.py +0 -0
  474. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/acquisitor_test/test_lcb.py +0 -0
  475. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_criterion.py +0 -0
  476. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_descriptor_property.py +0 -0
  477. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_energy_property.py +0 -0
  478. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_property_plot.py +0 -0
  479. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_restart_data.py +0 -0
  480. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_search_collection.py +0 -0
  481. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_search_data.py +0 -0
  482. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/analysis_tests/test_succces_plot.py +0 -0
  483. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/cli_tests/conftest.py +0 -0
  484. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/cli_tests/test_analysis_cli.py +0 -0
  485. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/cli_tests/test_convert_cli.py +0 -0
  486. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/cli_tests/test_graph_sort_cli.py +0 -0
  487. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/cli_tests/test_main_cli.py +0 -0
  488. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/cli_tests/test_plot_cli.py +0 -0
  489. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/conftest.py +0 -0
  490. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/database_tests/conftest.py +0 -0
  491. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/database_tests/database_test.py +0 -0
  492. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/database_tests/database_test_memory.py +0 -0
  493. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/database_tests/database_test_written.py +0 -0
  494. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/descriptor_tests/soap_test.py +0 -0
  495. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/descriptor_tests/spectral_graph_test.py +0 -0
  496. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/empty_cache.py +0 -0
  497. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/environment_tests/environment_test.py +0 -0
  498. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/evaluator_tests/check_callback_test.py +0 -0
  499. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/conftest.py +0 -0
  500. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/for_docs/nonseeded_script.py +0 -0
  501. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/for_docs/seeded_script.py +0 -0
  502. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/for_docs/test_doc_scripts.py +0 -0
  503. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/generator_test.py +0 -0
  504. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/generator_utils.py +0 -0
  505. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_cog.py +0 -0
  506. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_generators.py +0 -0
  507. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_permutation.py +0 -0
  508. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_random.py +0 -0
  509. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_rattle.py +0 -0
  510. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_replace.py +0 -0
  511. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_sampling.py +0 -0
  512. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_steepest_descent.py +0 -0
  513. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_symmetry.py +0 -0
  514. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_symmetry_2.py +0 -0
  515. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/generator_tests/test_symmetry_3.py +0 -0
  516. {agox-3.10.2rc1/agox/test → agox-3.11.0/agox/test/model_tests}/__init__.py +0 -0
  517. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/descriptors_api.py +0 -0
  518. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/gpr_api.py +0 -0
  519. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/load_api.py +0 -0
  520. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/model_utils.py +0 -0
  521. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/sgpr_api.py +0 -0
  522. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/sgpr_api_forces.py +0 -0
  523. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_api.py +0 -0
  524. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_calculator_model.py +0 -0
  525. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_composition_model.py +0 -0
  526. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_global_gpr.py +0 -0
  527. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_global_gpr_jax.py +0 -0
  528. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_global_sparse_gpr.py +0 -0
  529. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_global_sparse_gpr_force_training.py +0 -0
  530. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_load.py +0 -0
  531. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_local_gpr.py +0 -0
  532. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_local_gpr_force_training.py +0 -0
  533. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_ray_gpr.py +0 -0
  534. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_ray_sgpr_ensemble_local.py +0 -0
  535. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_ray_sgpr_global.py +0 -0
  536. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_ray_sgpr_local.py +0 -0
  537. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/model_tests/test_sgpr_sparse_schedule.py +0 -0
  538. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/modifying_examples/confinement_examples.py +0 -0
  539. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/postprocessor_tests/disjoint_filtering_test.py +0 -0
  540. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/postprocessor_tests/model_results_test.py +0 -0
  541. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/postprocessor_tests/postprocessor_test.py +0 -0
  542. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/postprocessor_tests/ray_relax.py +0 -0
  543. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/postprocessor_tests/surface_centering_test.py +0 -0
  544. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/postprocessor_tests/test_survive_empty.py +0 -0
  545. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/replica_exchange/conftest.py +0 -0
  546. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/replica_exchange/test_sample.py +0 -0
  547. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/replica_exchange/test_sampler.py +0 -0
  548. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_bulk_chgnet.py +0 -0
  549. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_bulk_emt.py +0 -0
  550. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_bulk_gpaw.py +0 -0
  551. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_bulk_vasp.py +0 -0
  552. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_cluster_chgnet.py +0 -0
  553. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_cluster_emt.py +0 -0
  554. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_cluster_gpaw.py +0 -0
  555. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_cluster_orca.py +0 -0
  556. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_cluster_vasp.py +0 -0
  557. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_surface_chgnet.py +0 -0
  558. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_surface_emt.py +0 -0
  559. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_surface_gpaw.py +0 -0
  560. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/script_bh_surface_vasp.py +0 -0
  561. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_bh/test_bh.py +0 -0
  562. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_block/script_block_bh.py +0 -0
  563. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_block/script_block_rss.py +0 -0
  564. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_block/test_block_bh.py +0 -0
  565. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_block/test_block_rss.py +0 -0
  566. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ce/script_ce_default_gofee.py +0 -0
  567. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ce/script_ce_gofee.py +0 -0
  568. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ce/test_ce_default_gofee.py +0 -0
  569. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ce/test_ce_gofee.py +0 -0
  570. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ct/script_ct.py +0 -0
  571. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ct/test_ct.py +0 -0
  572. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ea/script_ea.py +0 -0
  573. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_ea/test_ea.py +0 -0
  574. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_bulk_chgnet.py +0 -0
  575. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_bulk_emt.py +0 -0
  576. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_bulk_gpaw.py +0 -0
  577. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_bulk_vasp.py +0 -0
  578. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_cluster_chgnet.py +0 -0
  579. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_cluster_emt.py +0 -0
  580. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_cluster_gpaw.py +0 -0
  581. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_cluster_orca.py +0 -0
  582. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_cluster_vasp.py +0 -0
  583. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_surface_chgnet.py +0 -0
  584. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_surface_emt.py +0 -0
  585. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_surface_gpaw.py +0 -0
  586. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/script_gofee_surface_vasp.py +0 -0
  587. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_gofee/test_gofee.py +0 -0
  588. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_graph_filt/script_graph_filtering_gofee.py +0 -0
  589. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_graph_filt/test_graph_filtering_gofee.py +0 -0
  590. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_lgpr_bh/script_lgpr_bh.py +0 -0
  591. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_lgpr_bh/test_lgpr_bh.py +0 -0
  592. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_md/script_md_bh.py +0 -0
  593. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_md/test_md_bh.py +0 -0
  594. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rex/script_rex_dft.py +0 -0
  595. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rex/script_rex_emt.py +0 -0
  596. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rex/test_replica.py +0 -0
  597. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_2d.py +0 -0
  598. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_bulk_chgnet.py +0 -0
  599. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_bulk_emt.py +0 -0
  600. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_bulk_gpaw.py +0 -0
  601. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_bulk_vasp.py +0 -0
  602. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_cluster_chgnet.py +0 -0
  603. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_cluster_emt.py +0 -0
  604. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_cluster_gpaw.py +0 -0
  605. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_cluster_orca.py +0 -0
  606. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_cluster_vasp.py +0 -0
  607. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_surface_chgnet.py +0 -0
  608. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_surface_emt.py +0 -0
  609. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_surface_gpaw.py +0 -0
  610. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/script_rss_surface_vasp.py +0 -0
  611. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/test.py +0 -0
  612. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_rss/test_rss.py +0 -0
  613. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_schnet/script_schnet_bh.py +0 -0
  614. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_schnet/test_schnet_bh.py +0 -0
  615. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_symmetry/script_gofee_cluster_symmetry.py +0 -0
  616. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_symmetry/script_gofee_slab_symmetry.py +0 -0
  617. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_symmetry/script_rss_cluster_symmetry.py +0 -0
  618. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_symmetry/test_gofee_cluster_symmetry.py +0 -0
  619. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_symmetry/test_gofee_slab_symmetry.py +0 -0
  620. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/run_tests/tests_symmetry/test_rss_cluster_symmetry.py +0 -0
  621. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/sampler_tests/sampler_test.py +0 -0
  622. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/test_fixtures.py +0 -0
  623. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/test_utils.py +0 -0
  624. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/cache_test.py +0 -0
  625. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/plot_tests/colors_test.py +0 -0
  626. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/plot_tests/plot_atoms_test.py +0 -0
  627. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/plot_tests/plot_cell_test.py +0 -0
  628. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/plot_tests/utils_test.py +0 -0
  629. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/test_feature_dist_filter.py +0 -0
  630. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/test_filters.py +0 -0
  631. {agox-3.10.2rc1 → agox-3.11.0}/agox/test/utils_tests/test_sparsifiers.py +0 -0
  632. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/cache.py +0 -0
  633. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/convert_database.py +0 -0
  634. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/decorators.py +0 -0
  635. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/ABC_filter.py +0 -0
  636. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/__init__.py +0 -0
  637. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/all.py +0 -0
  638. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/energy.py +0 -0
  639. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/feature_distance.py +0 -0
  640. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/filter.py +0 -0
  641. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/kmeans_energy.py +0 -0
  642. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/none.py +0 -0
  643. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/random.py +0 -0
  644. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/sparse_filter.py +0 -0
  645. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/filters/voronoi.py +0 -0
  646. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/graph_sorting.py +0 -0
  647. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/jupyter_interactive.py +0 -0
  648. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/matplotlib_utils.py +0 -0
  649. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/metrics/__init__.py +0 -0
  650. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/metrics/calibration.py +0 -0
  651. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/metrics/metrics.py +0 -0
  652. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/numerical_derivative.py +0 -0
  653. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/plot/__init__.py +0 -0
  654. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/plot/colors.py +0 -0
  655. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/plot/plot_atoms.py +0 -0
  656. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/plot/plot_cell.py +0 -0
  657. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/plot/plot_parity.py +0 -0
  658. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/plot/utils.py +0 -0
  659. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/ray/__init__.py +0 -0
  660. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/ray/actor.py +0 -0
  661. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/ray/pool.py +0 -0
  662. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/ray/pool_startup.py +0 -0
  663. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/ray/pool_user.py +0 -0
  664. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/ray/startup.py +0 -0
  665. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/sparsifiers/ABC_sparsifier.py +0 -0
  666. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/sparsifiers/CUR.py +0 -0
  667. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/sparsifiers/CUR_old.py +0 -0
  668. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/sparsifiers/MBkmeans.py +0 -0
  669. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/sparsifiers/__init__.py +0 -0
  670. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/sparsifiers/random.py +0 -0
  671. {agox-3.10.2rc1 → agox-3.11.0}/agox/utils/thermodynamics/__init__.py +0 -0
  672. {agox-3.10.2rc1 → agox-3.11.0}/agox/writer/__init__.py +0 -0
  673. {agox-3.10.2rc1 → agox-3.11.0}/agox/writer/writer.py +0 -0
  674. {agox-3.10.2rc1 → agox-3.11.0}/agox.egg-info/dependency_links.txt +0 -0
  675. {agox-3.10.2rc1 → agox-3.11.0}/agox.egg-info/entry_points.txt +0 -0
  676. {agox-3.10.2rc1 → agox-3.11.0}/agox.egg-info/top_level.txt +0 -0
  677. /agox-3.10.2rc1/agox/test/model_tests/__init__.py → /agox-3.11.0/docs/.nojekyll +0 -0
  678. {agox-3.10.2rc1 → agox-3.11.0}/setup.cfg +0 -0
  679. {agox-3.10.2rc1 → agox-3.11.0}/setup.py +0 -0
agox-3.11.0/.gitignore ADDED
@@ -0,0 +1,29 @@
1
+ # Python related:
2
+ **/__pycache__
3
+ .ipynb_checkpoints/
4
+ pip-wheel-metadata/
5
+ agox.egg-info
6
+
7
+ # Cython related
8
+ *.c
9
+ *.so
10
+ .o
11
+
12
+ # Documentation related:
13
+ docs/build/
14
+ docs/old_stuff/
15
+
16
+ # Test related:
17
+ agox/test/run_tests/expected_outputs/*/*.png
18
+ BA_data/
19
+
20
+ # VSCode related:
21
+ .vscode/
22
+ .venv
23
+ .venv/
24
+
25
+ # CI Related
26
+ .gitlab-ci-local/
27
+
28
+ # Other
29
+ uv.lock
@@ -0,0 +1,27 @@
1
+ build-dist:
2
+ stage: build
3
+ image: python:3.11
4
+ rules:
5
+ - if: $CI_COMMIT_TAG # run only on tag pipelines in Phase 1
6
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
7
+ when: manual
8
+ # If you also want this on main to catch issues early, add:
9
+ # - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
10
+ variables:
11
+ GIT_STRATEGY: fetch
12
+ GIT_DEPTH: "0" # make tags visible to hatch-vcs / setuptools-scm
13
+ before_script:
14
+ - apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
15
+ - python -m pip install -U pip build twine
16
+ script:
17
+ - git describe --tags --always || true
18
+ - python -m build --sdist --wheel --outdir dist
19
+ - twine check dist/*
20
+ # Sanity: print the version inside the built wheel (replace DISTNAME)
21
+ - python -c "import importlib.metadata as m; print('wheel version:', m.version('agox'))"
22
+ artifacts:
23
+ paths: [dist/]
24
+ expire_in: 1 week
25
+ needs:
26
+ - job: tests
27
+ optional: true # if your tests job exists; remove if not needed
@@ -0,0 +1,25 @@
1
+ variables:
2
+ OMP_NUM_THREADS: "1"
3
+ DEFAULT_PYTHON_VERSION: "3.11"
4
+
5
+ stages:
6
+ - test
7
+ - docs
8
+ - build
9
+ - verify
10
+ - publish
11
+
12
+ .install_agox:
13
+ before_script:
14
+ - pip install virtualenv
15
+ - virtualenv venv
16
+ - source venv/bin/activate
17
+ - pip install --upgrade pip setuptools
18
+ - pip install pytest coverage
19
+ - pip install -e .[test]
20
+ - pip list
21
+
22
+ .install_docs:
23
+ before_script:
24
+ - !reference [.install_agox, before_script]
25
+ - pip install -e .[docs]
@@ -0,0 +1,28 @@
1
+ build_pages:
2
+ stage: docs
3
+ extends: .install_docs
4
+ needs: []
5
+ image: python:3.10
6
+ script:
7
+ - make -C docs html
8
+ rules:
9
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
10
+ when: manual
11
+
12
+ pages:
13
+ stage: docs
14
+ extends: .install_docs
15
+ image: python:3.10
16
+ needs:
17
+ - test-python3.10
18
+ script:
19
+ - coverage html -d docs/source/_static/htmlcov
20
+ - make -C docs html
21
+ when: on_success
22
+ artifacts:
23
+ paths:
24
+ - docs/build/html
25
+ publish: docs/build/html
26
+ rules:
27
+ - if: $CI_COMMIT_BRANCH == 'dev'
28
+
@@ -0,0 +1,37 @@
1
+ # Release to PyPi
2
+ publish-pypi:
3
+ stage: publish
4
+ needs: [build-dist, verify-install]
5
+ image: python:${DEFAULT_PYTHON_VERSION}
6
+ environment:
7
+ name: release
8
+ action: start
9
+ when: manual
10
+ rules:
11
+ - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
12
+ id_tokens:
13
+ PYPI_ID_TOKEN:
14
+ aud: pypi
15
+ script:
16
+ - python -m pip install -U twine
17
+ # Should fix to include wheels.
18
+ - twine upload dist/*.tar.gz
19
+
20
+ # Prelease - to TestPyPI
21
+ publish-testpypi:
22
+ stage: publish
23
+ needs: [build-dist, verify-install]
24
+ image: python:${PYTHON_VERSION}
25
+ environment:
26
+ name: release
27
+ action: start
28
+ rules:
29
+ - if: '$CI_COMMIT_TAG =~ /^v.*(a|b|rc)\d+$/'
30
+ when: manual
31
+ id_tokens:
32
+ PYPI_ID_TOKEN:
33
+ aud: testpypi
34
+ script:
35
+ - python -m pip install --upgrade twine
36
+ # Should fix to include wheels
37
+ - twine upload --repository-url https://test.pypi.org/legacy/ dist/*.tar.gz
@@ -0,0 +1,55 @@
1
+ .test:
2
+ extends: .install_agox
3
+ stage: test
4
+ script:
5
+ - coverage run -m pytest -rsv --junit-xml=report.xml # Generate test report in junit format
6
+ - coverage report # for displaying coverage in job logs
7
+ - coverage xml # for generating coverage.xml report
8
+ coverage: '/^TOTAL.+?(\d+\%)$/'
9
+ artifacts:
10
+ when: always
11
+ reports:
12
+ coverage_report:
13
+ coverage_format: cobertura
14
+ path: coverage.xml
15
+ junit: report.xml
16
+ interruptible: true
17
+ rules:
18
+ # Scheduled pipelines: required
19
+ - if: $CI_PIPELINE_SOURCE == 'schedule'
20
+ allow_failure: false
21
+ # Pre-releases (required on tags)
22
+ - if: '$CI_COMMIT_TAG =~ /^v.*(a|b|rc)\d+$/'
23
+ allow_failure: false
24
+ # Stable releases (required on tags)
25
+ - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
26
+ allow_failure: false
27
+ # Merge requests: optional/manual
28
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
29
+ when: manual
30
+ allow_failure: true
31
+
32
+ test-python3.10:
33
+ extends: .test
34
+ image: python:3.10
35
+ rules:
36
+ - if: $CI_COMMIT_BRANCH == 'dev'
37
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
38
+ - if: $CI_PIPELINE_SOURCE == 'schedule'
39
+ - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
40
+ - if: '$CI_COMMIT_TAG =~ /^v.*(a|b|rc)\d+$/'
41
+ artifacts:
42
+ paths:
43
+ - .coverage
44
+
45
+ test-python3.11:
46
+ extends: .test
47
+ image: python:3.11
48
+
49
+ test-python3.12:
50
+ extends: .test
51
+ image: python:3.12
52
+
53
+ test-python3.13:
54
+ extends: .test
55
+ image: python:3.13
@@ -0,0 +1,32 @@
1
+ verify-install:
2
+ stage: verify
3
+ needs: [build-dist]
4
+ image: python:${DEFAULT_PYTHON_VERSION}
5
+ variables:
6
+ DIST_NAME: "agox"
7
+ script:
8
+ - set -euo pipefail
9
+ - python -m pip install -U pip
10
+ # Prefer wheel if present; otherwise fall back to sdist
11
+ - if ls dist/*.whl >/dev/null 2>&1; then
12
+ pip install dist/*.whl;
13
+ else
14
+ pip install dist/*.tar.gz;
15
+ fi
16
+ # Check if the package is installed correctly by running the CLI
17
+ - agox --version
18
+ - agox --help
19
+
20
+ rules:
21
+ # Pre-releases (required on tags)
22
+ - if: '$CI_COMMIT_TAG =~ /^v.*(a|b|rc)\d+$/'
23
+ when: on_success
24
+ allow_failure: false
25
+ # Stable releases (required on tags)
26
+ - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
27
+ when: on_success
28
+ allow_failure: false
29
+ # Merge requests: optional/manual
30
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
31
+ when: manual
32
+ allow_failure: true
@@ -0,0 +1,8 @@
1
+ include:
2
+ - local: .gitlab/defaults.yml
3
+ - local: .gitlab/tests.yml
4
+ - local: .gitlab/docs.yml
5
+ - local: .gitlab/build.yml
6
+ - local: .gitlab/verify.yml
7
+ - local: .gitlab/publish.yml
8
+
@@ -0,0 +1,254 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ## [3.11.0] - 2025-08-15
11
+
12
+ * Moved build system to CI for making it easier to manage releases.
13
+ * Added Grand Canonical modules.
14
+
15
+ ## [3.10.2] - 2025-06-24
16
+
17
+ * Fixed issue with package discovery breaking non-editable installs.
18
+
19
+ ## [3.10.1] - 2025-06-24
20
+
21
+ * Yanked this release.
22
+ * Failure
23
+
24
+ ## [3.10.0]
25
+
26
+ ### Added
27
+
28
+ * `CalculatorModel` and `CompositionModel` both intended for use with universal potentials.
29
+ * Added replica exchange modules: a sampler, a collector and an acquisitor.
30
+ * Added replica exchange documentation with two scripts: one short test script and one real DFT script.
31
+
32
+ ### Fixed
33
+
34
+ * Fixed LCB-penalty acquisition function after changes in 3.9.0
35
+ * Added `check_callback` to allow calculations to be discarded according to user defined criteria.
36
+
37
+ ## [3.9.0] - 2024-10-23
38
+
39
+ ### Changed
40
+
41
+ * Analysis code refactored into several modules and classes, rather than monolithic `batch_analysis`
42
+ * Analysis code has almost full test coverage now.
43
+ * Updated CLI tools to use `click` rather than `ArgumentParser` some changes to flags.
44
+ * Python version requirement increased to `3.10` or higher. Tests will run on `3.10` for merge requests to `dev` or `stable` and weekly tests will run `3.10`, `3.11`, `3.12`. Motivated by newest Scipy and Numpy
45
+ version not support `3.8` or `3.9`.
46
+ * Numpy version locked to `<2` at least until `GPAW` releases a version that allows `>2`.
47
+ * Added ruff rules to `pyproject.toml`
48
+ * Refactoring of Observer code into several modules and some clean up of the logic, should be more approachable now.
49
+ * Removal of 'Tracker' as it was an entirely unused feature.
50
+ * Rewritten and simplified `Writer` using `rich` for easy construction of more elaborate output layouts.
51
+ * Refactoring of `Confinement`-class - is now not inherited from but created by classes that use it. Simplifies inheritance patterns and
52
+ makes the `Confinement`-class more versatile.
53
+ * Installation problem fixed with changes to `pyproject.toml`.
54
+
55
+ ## [3.8.0] - 2024-8-26
56
+
57
+ ### Added
58
+
59
+ * Added surface centering postprocessor
60
+ * Added adsorption site-aware Voronoi graph descriptor
61
+ * Added LCB-penalty acquisition function
62
+ * Added Ray-based Parallel Tempering implementation and renamed old implementation to Concurrent Tempering.
63
+
64
+ ## [3.7.0] - 2024-8-2
65
+
66
+ ### Added
67
+
68
+ * Improved Ray stability by trying to avoid asking for too many resources at once and refactored a bit more.
69
+ * Added additional plotting utility to more easily create plots with custom color schemes.
70
+ * Fixed issue with BoxConstraint lacking methods used by ASE's VASP calculator.
71
+ * Added parity plot functionality and some simple metrics.
72
+ * Revamped some tests and added examples with different calculators to documentation.
73
+ * Added Ensemble LGPR model.
74
+
75
+ ## [3.6.0] - 2024-4-2
76
+
77
+ ### Added
78
+
79
+ * Added symmetry generators.
80
+ * Changed the internal workings of generators & samplers. Better support for generators that have multiple parents.
81
+ * Removed use of custom docker image for testing, added testing pipelines for other python versions.
82
+ * Scheduling functionality for the SparseGPR to control how often sparsification is done during a search.
83
+ * Printing of git commit sha with the version with the AGOX logo at the start of a run.
84
+ * Sparse GPR no longer trains projected process uncertainty by default, as it can be very slow.
85
+ * Sparse GPR saves fewer attributes with model.save, resulting in much smaller files.
86
+ * Plots produced by generators now indicate atoms that are fixed.
87
+ * Block generators added that place blocks of atoms (rattle and random
88
+ implemented)
89
+ * MD generator added.
90
+
91
+ ### Changed
92
+
93
+ * Changelog using Keep a Changelog guidelines.
94
+
95
+ ### Fixed
96
+
97
+ * Fixed bug in visual ordering of atoms plotted with `plot_atoms` when the `repeat` option is used.
98
+
99
+ ## [3.5.3] - 2023-12-19
100
+
101
+ ### Added
102
+
103
+ * Added wrap keyword in BoxConstraint to control if atoms are wrapped
104
+ inside periodic confinement directions. Default is false to conform
105
+ with BFGS.
106
+
107
+ ## [3.5.2] - 2023-11-16
108
+
109
+ ### Added
110
+
111
+ * Added SafeBFGS which fixes an issue where relaxations take an indefinite amount of time due the Hessian becoming singular and the optimization step containing nans.
112
+
113
+ ## [3.5.1] - 2023-11-15
114
+
115
+ ### Fixed
116
+
117
+ * Fixes issue where jobs using Ray often crash at the very beginning of the run.
118
+
119
+ ## [3.5.0] - 2023-11-07
120
+
121
+ ### Changed
122
+
123
+ * Small updates to Ray, but installing Ray with more dependencies easist option is to do `pip install ray[default]`.
124
+
125
+ ## [3.4.0] - 2023-10-26
126
+
127
+ ### Added
128
+
129
+ * Added a postprocessor to filter disjoint candidates.
130
+
131
+ ## [3.3.0] - 2023-10-17
132
+
133
+ ### Added
134
+
135
+ * Added coverage report to gitlab CI.
136
+
137
+ ## [3.2.5] - 2023-10-17
138
+
139
+ ### Added
140
+
141
+ * Added a method to make it easier handle transfer and regular data with the sparse GPR.
142
+
143
+ ## [3.2.4] - 2023-10-16
144
+
145
+ ### Changed
146
+
147
+ * Minor documentation fixes.
148
+
149
+ ## [3.2.3] - 2023-10-09
150
+
151
+ ### Fixed
152
+
153
+ * Bug fixes for sparsifiers and added a test for sparsifiers.
154
+
155
+ ## [3.2.2] - 2023-09-22
156
+
157
+ ### Fixed
158
+
159
+ * Bug fixes related to Cython release of 3+
160
+
161
+ ## [3.2.1] - 2023-09-14
162
+
163
+ ### Changed
164
+
165
+ * Pin Cython to 0.29.36
166
+
167
+ ## [3.2.0] - 2023-09-08
168
+
169
+ ### Added
170
+
171
+ * Added possibility to train sparse GPRs on energies and forces.
172
+
173
+ ## [3.1.2] - 2023-09-08
174
+
175
+ ### Fixed
176
+
177
+ * Fixed bug where the DescriptorBaseClass takes kwargs and therefore wouldnt throw an error for unused keyword arguments leading to unintended behaviour.
178
+
179
+ ## [3.1.1] - 2023-08-07
180
+
181
+ ### Fixed
182
+
183
+ * Bugfix for `_make_local_sigma` method
184
+
185
+ ## [3.1.0] - 2023-07-18
186
+
187
+ ### Added
188
+
189
+ * Updated documentation about Ray and about using filters to analyze structures, both are in bonus topics.
190
+ * Added FeatureDistanceFilter and a test for it.
191
+
192
+ ## [3.0.0] - 2023-07-10
193
+
194
+ ### Changed
195
+
196
+ * Rewritten GPR and SparseGPR models able to handle both global and local descriptors
197
+ * GPR kernels inheriting from Scikit-learn, but with added functionality
198
+ * Descriptor initialization has changed to better fit into standard AGOX use.
199
+
200
+ ### Added
201
+
202
+ * Parallel hyperparameter optimization using Ray.
203
+ * Filters and sparsifiers to use with GPR models
204
+ * Ability to add validation data to models.
205
+ * New and improved save/load format for models
206
+ * Analytical forces
207
+ * Uncertainty quantification with projected process for Sparse GPR
208
+ * Analytical uncertainty forces
209
+ * Marginal likelihood for Sparse GPR
210
+ * Monte Carlo hyperparameter optimization for Sparse GPR
211
+
212
+ ## [2.3.0] - 2023-05-02
213
+
214
+ ### Changed
215
+
216
+ * Gitlab CI now enabled.
217
+ * Plotting code cleaned up.
218
+ * Replaced the logger with a more general tracker module.
219
+
220
+ ### Fixed
221
+
222
+ * GPAW_IO bug fixes.
223
+ * Bug fixes for parallel collector with updatable generators.
224
+
225
+ ### Added
226
+
227
+ * Complemenetary Energy Generator added.
228
+ * Cache for e.g. descriptors added.
229
+
230
+ ### Removed
231
+
232
+ * Removed 'test_scripts' directory which was not supposed to be used anymore.
233
+
234
+ [Unreleased]: https://gitlab.com/agox/agox/-/compare/v3.9.0...dev
235
+ [3.9.0]: https://gitlab.com/agox/agox/-/compare/v3.8.0...v3.9.0
236
+ [3.8.0]: https://gitlab.com/agox/agox/-/compare/v3.7.0...v3.8.0
237
+ [3.7.0]: https://gitlab.com/agox/agox/-/compare/v3.6.0...v3.7.0
238
+ [3.6.0]: https://gitlab.com/agox/agox/-/compare/v3.5.2...v3.6.0
239
+ [3.5.2]: https://gitlab.com/agox/agox/-/compare/v3.5.1...v3.5.2
240
+ [3.5.1]: https://gitlab.com/agox/agox/-/compare/v3.5.0...v3.5.1
241
+ [3.5.0]: https://gitlab.com/agox/agox/-/compare/v3.4.0...v3.5.0
242
+ [3.4.0]: https://gitlab.com/agox/agox/-/compare/v3.3.0...v3.4.0
243
+ [3.3.0]: https://gitlab.com/agox/agox/-/compare/v3.2.5...v3.3.0
244
+ [3.2.5]: https://gitlab.com/agox/agox/-/compare/v3.2.4...v3.2.5
245
+ [3.2.4]: https://gitlab.com/agox/agox/-/compare/v3.2.3...v3.2.4
246
+ [3.2.3]: https://gitlab.com/agox/agox/-/compare/v3.2.2...v3.2.3
247
+ [3.2.2]: https://gitlab.com/agox/agox/-/compare/v3.2.1...v3.2.2
248
+ [3.2.1]: https://gitlab.com/agox/agox/-/compare/v3.2.0...v3.2.1
249
+ [3.2.0]: https://gitlab.com/agox/agox/-/compare/v3.1.2...v3.2.0
250
+ [3.1.2]: https://gitlab.com/agox/agox/-/compare/v3.1.1...v3.1.2
251
+ [3.1.1]: https://gitlab.com/agox/agox/-/compare/v3.1.0...v3.1.1
252
+ [3.1.0]: https://gitlab.com/agox/agox/-/compare/v3.0.0...v3.1.0
253
+ [3.0.0]: https://gitlab.com/agox/agox/-/compare/v2.3.0...v3.0.0
254
+ [2.3.0]: https://gitlab.com/agox/agox/-/compare/v2.2.1...v2.3.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agox
3
- Version: 3.10.2rc1
3
+ Version: 3.11.0
4
4
  Summary: Atomistic Global Optimziation X is a framework for structure optimization in materials science.
5
5
  Author: AGOX Developers
6
6
  Author-email: "Mads-Peter V. Christiansen" <machri@phys.au.dk>, Nikolaj Rønne <nronne@phys.au.dk>, Bjørk Hammer <hammer@phys.au.dk>
@@ -13,7 +13,6 @@ Classifier: Operating System :: OS Independent
13
13
  Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
- Classifier: Programming Language :: Python :: 3.13
17
16
  Requires-Python: >=3.10
18
17
  Description-Content-Type: text/markdown
19
18
  License-File: LICENSE.txt
@@ -40,6 +39,7 @@ Requires-Dist: furo; extra == "docs"
40
39
  Requires-Dist: sphinx-autoapi; extra == "docs"
41
40
  Requires-Dist: sphinx-copybutton; extra == "docs"
42
41
  Requires-Dist: sphinx-tabs; extra == "docs"
42
+ Requires-Dist: sphinx-design; extra == "docs"
43
43
  Provides-Extra: torchjax
44
44
  Requires-Dist: torch; extra == "torchjax"
45
45
  Requires-Dist: jax; extra == "torchjax"
@@ -1,14 +1,5 @@
1
1
  import os
2
2
 
3
- # Versioning
4
- __version_info__ = (3, 10, 2)
5
- __version__ = "{}.{}.{}".format(*__version_info__)
6
-
7
- # Extra versioning - Mainly for managing Pypi releases.
8
- version_extra = os.environ.get("AGOX_VERSION_EXTRA", None)
9
- if version_extra:
10
- __version__ = "{}{}".format(__version__, version_extra)
11
-
12
3
  try: # When installing the package we don't need to actually import.
13
4
  from agox.module import Module # noqa
14
5
  from agox.observer import Observer
@@ -0,0 +1,60 @@
1
+
2
+ import numpy as np
3
+
4
+ from agox.acquisitors import LowerConfidenceBoundAcquisitor
5
+ from agox.utils.thermodynamics import ThermodynamicsData, gibbs_free_energy
6
+
7
+
8
+ class GibbsFreeEnergyAquisitor(LowerConfidenceBoundAcquisitor):
9
+ name = "GFEacquisitor"
10
+
11
+ def __init__(
12
+ self,
13
+ thermo_data: ThermodynamicsData,
14
+ model: object,
15
+ kappa: float = 1,
16
+ **kwargs,
17
+ ):
18
+ super().__init__(model, kappa, **kwargs)
19
+ self.thermo_data = thermo_data
20
+
21
+ def calculate_acquisition_function(
22
+ self, candidates: list
23
+ ) -> np.array:
24
+ fitness = np.zeros(len(candidates))
25
+
26
+ # Attach calculator and get model_energy
27
+ for i, candidate in enumerate(candidates):
28
+ E, sigma = self.model.predict_energy_and_uncertainty(candidate)
29
+
30
+ fitness[i] = gibbs_free_energy(candidate=candidate, total_energy=self.acquisition_function(E, sigma),
31
+ thermo_data=self.thermo_data)
32
+
33
+ # For printing:
34
+ comp = candidate.get_search_formula()
35
+
36
+ ##------------------------------
37
+ candidate.add_meta_information("model_energy", E)
38
+ candidate.add_meta_information("uncertainty", sigma)
39
+ candidate.add_meta_information("model_gfe", fitness[i])
40
+ candidate.add_meta_information("gfe_composition", comp)
41
+
42
+ return fitness
43
+
44
+ def print_information(self, candidates, acquisition_values):
45
+ if self.model.ready_state:
46
+ for i, candidate in enumerate(candidates):
47
+ fitness = acquisition_values[i]
48
+
49
+ GFEmodel = candidate.get_meta_information("model_gfe")
50
+ composition = candidate.get_meta_information("gfe_composition")
51
+ Emodel = candidate.get_meta_information("model_energy")
52
+ sigma = candidate.get_meta_information("uncertainty")
53
+ description = candidate.get_meta_information("description")
54
+ self.writer(
55
+ "Candidate "
56
+ + composition
57
+ + ": GFE={:8.3f}, E={:8.3f}, s={:8.3f}, F={:8.3f}, {}".format(
58
+ GFEmodel, Emodel, sigma, fitness, description
59
+ )
60
+ )
@@ -23,6 +23,7 @@ Acquisitor: TypeAlias = AcquisitorBaseClass
23
23
  from .LCB import LowerConfidenceBoundAcquisitor
24
24
  from .LCB_penalty import LCBPenaltyAcquisitor
25
25
  from .LCB_power import PowerLowerConfidenceBoundAcquisitor
26
+ from .GFE_aquisitor import GibbsFreeEnergyAquisitor
26
27
  from .meta_acquisitor import MetaInformationAcquisitor
27
28
  from .replica_exchange.default import ReplicaExchangeAcquisitor
28
29
 
@@ -34,5 +35,6 @@ __all__ = [
34
35
  "PowerLowerConfidenceBoundAcquisitor",
35
36
  "AcquisitonCalculatorBaseClass",
36
37
  "MetaInformationAcquisitor",
38
+ 'GibbsFreeEnergyAquisitor',
37
39
  "ReplicaExchangeAcquisitor",
38
40
  ]
@@ -2,7 +2,7 @@ import numpy as np
2
2
 
3
3
  from agox.utils.thermodynamics import ThermodynamicsData, gibbs_free_energy
4
4
 
5
- from .property import ArrayPropertyData, Property
5
+ from .property import ArrayPropertyData, Property, SearchData
6
6
 
7
7
 
8
8
  class FreeEnergyProperty(Property):
@@ -18,15 +18,31 @@ class FreeEnergyProperty(Property):
18
18
  self.thermo_data = thermo_data
19
19
  self.time_axis = time_axis
20
20
 
21
- def compute(self, search_data) -> np.array:
22
- """
23
- Get the energy of the system as a np.array of shape [restarts, iterations].
24
- """
21
+ def get_time_axis(self, search_data: SearchData) -> str:
22
+ axis_name = self.time_axis.capitalize()
25
23
 
26
24
  if self.time_axis == "indices":
27
25
  indices = search_data.get_all("indices", fill=np.nan)
28
26
  elif self.time_axis == "iterations":
29
27
  indices = search_data.get_all("iterations", fill=np.nan)
28
+ else:
29
+ indices = search_data.get_all("times", fill=np.nan) / self.unit * self.cost_factor
30
+ if self.cost_factor == 1:
31
+ axis_name = axis_name + f" [{self.time_unit_symbol}]"
32
+ else:
33
+ axis_name = f"CPU cost [{self.time_unit_symbol}]"
34
+
35
+ if self.time_axis in ["indices", "iterations"]:
36
+ axis_name = f"{axis_name} [#]"
37
+
38
+ return axis_name, indices
39
+
40
+ def compute(self, search_data) -> np.array:
41
+ """
42
+ Get the energy of the system as a np.array of shape [restarts, iterations].
43
+ """
44
+
45
+ axis_name, indices = self.get_time_axis(search_data)
30
46
 
31
47
  candidates = search_data.get_all_candidates()
32
48
  energy = search_data.get_all("energies", fill=np.inf)
@@ -40,8 +56,9 @@ class FreeEnergyProperty(Property):
40
56
  free_energy[restart, observation] = gibbs_free_energy(candidate=candidate, thermo_data=self.thermo_data)
41
57
 
42
58
  free_energy_property = ArrayPropertyData(
43
- array=free_energy,
44
- property_shape=("Restarts", self.time_axis.copy().capitalize()),
59
+ data=free_energy,
60
+ name='Free Energy',
61
+ shape=("Restarts", axis_name),
45
62
  array_axis=(search_data.get_all_identifiers(), indices),
46
63
  )
47
64