diff --git a/sbmy_control.egg-info/PKG-INFO b/sbmy_control.egg-info/PKG-INFO deleted file mode 100644 index f3ef9c4..0000000 --- a/sbmy_control.egg-info/PKG-INFO +++ /dev/null @@ -1,35 +0,0 @@ -Metadata-Version: 2.4 -Name: sbmy_control -Version: 0.1.0 -Summary: Simbelmyne control package -Home-page: https://git.aquila-consortium.org/maubin/sbmy_control -Author: Mayeul Aubin -Author-email: mayeul.aubin@iap.fr -License: GPL-3.0 -Classifier: Development Status :: 3 - Alpha -Classifier: Intended Audience :: Science/Research -Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.8 -Classifier: Programming Language :: Python :: 3.9 -Classifier: Programming Language :: Python :: 3.10 -Classifier: Programming Language :: Python :: 3.11 -Requires-Python: >=3.8 -Description-Content-Type: text/markdown -Requires-Dist: pysbmy -Requires-Dist: numpy -Requires-Dist: matplotlib -Requires-Dist: h5py -Requires-Dist: tqdm -Dynamic: author -Dynamic: author-email -Dynamic: classifier -Dynamic: description -Dynamic: description-content-type -Dynamic: home-page -Dynamic: license -Dynamic: requires-dist -Dynamic: requires-python -Dynamic: summary - -This package provides control functionalities for Simbelmyne. It allows to create automatically all the required files and scripts to run a N-body simulation with Simbelmyne, using monofonIC for initial conditions. The subpackage `analysis` provides tools to analyze the results of the simulation (slices and power spectra), while the subpackage `scripts` includes tools to handle snapshots, tiles and density fields. diff --git a/sbmy_control.egg-info/SOURCES.txt b/sbmy_control.egg-info/SOURCES.txt deleted file mode 100644 index 5fadffd..0000000 --- a/sbmy_control.egg-info/SOURCES.txt +++ /dev/null @@ -1,30 +0,0 @@ -setup.py -sbmy_control/ICs.py -sbmy_control/__init__.py -sbmy_control/args_main.py -sbmy_control/cosmo_params.py -sbmy_control/low_level.py -sbmy_control/main.py -sbmy_control/monofonic.py -sbmy_control/parameters_card.py -sbmy_control/parameters_monofonic.py -sbmy_control/progress_bar.py -sbmy_control/scola.py -sbmy_control/simbelmyne.py -sbmy_control/slurm_submission.py -sbmy_control/timestepping.py -sbmy_control.egg-info/PKG-INFO -sbmy_control.egg-info/SOURCES.txt -sbmy_control.egg-info/dependency_links.txt -sbmy_control.egg-info/entry_points.txt -sbmy_control.egg-info/requires.txt -sbmy_control.egg-info/top_level.txt -sbmy_control/analysis/__init__.py -sbmy_control/analysis/colormaps.py -sbmy_control/analysis/power_spectrum.py -sbmy_control/analysis/slices.py -sbmy_control/scripts/__init__.py -sbmy_control/scripts/convert_snapshot_to_density.py -sbmy_control/scripts/field_to_field.py -sbmy_control/scripts/gather_tiles.py -sbmy_control/scripts/scola_submit.py \ No newline at end of file diff --git a/sbmy_control.egg-info/dependency_links.txt b/sbmy_control.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/sbmy_control.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/sbmy_control.egg-info/entry_points.txt b/sbmy_control.egg-info/entry_points.txt deleted file mode 100644 index 2481b2f..0000000 --- a/sbmy_control.egg-info/entry_points.txt +++ /dev/null @@ -1,8 +0,0 @@ -[console_scripts] -convert_snapshot_to_density = sbmy_control.scripts.convert_snapshot_to_density:console_main -field_to_field = sbmy_control.scripts.field_to_field:console_main -gather_tiles = sbmy_control.scripts.gather_tiles:console_main -power_spectrum = sbmy_control.analysis.power_spectrum:console_main -sbmy_control = sbmy_control.main:console_main -scola_submit = sbmy_control.scripts.scola_submit:console_main -slices = sbmy_control.analysis.slices:console_main diff --git a/sbmy_control.egg-info/requires.txt b/sbmy_control.egg-info/requires.txt deleted file mode 100644 index ad720a3..0000000 --- a/sbmy_control.egg-info/requires.txt +++ /dev/null @@ -1,5 +0,0 @@ -pysbmy -numpy -matplotlib -h5py -tqdm diff --git a/sbmy_control.egg-info/top_level.txt b/sbmy_control.egg-info/top_level.txt deleted file mode 100644 index 8f3970f..0000000 --- a/sbmy_control.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -sbmy_control