crisp-ase 1.0.0.post0.dev0__py3-none-any.whl

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.

Potentially problematic release.


This version of crisp-ase might be problematic. Click here for more details.

@@ -0,0 +1,116 @@
1
+ Metadata-Version: 2.1
2
+ Name: crisp-ase
3
+ Version: 1.0.0.post0.dev0
4
+ Author-email: IS <indranilsaha15@gmail.com>
5
+ License: CC-BY-NC-SA-4.0 (see LICENSE)
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: numpy
9
+ Requires-Dist: ase
10
+ Provides-Extra: test
11
+ Requires-Dist: pytest>=6.1.2; extra == "test"
12
+
13
+ CRISP
14
+ ==============================
15
+ [//]: # (Badges)
16
+ [![Documentation Status](https://readthedocs.org/projects/crisp-host/badge/?version=latest)](https://crisp-host.readthedocs.io/en/latest/?badge=latest)
17
+ [![PyPI version](https://badge.fury.io/py/CRISP.svg)](https://badge.fury.io/py/CRISP)
18
+ [![Python Version](https://img.shields.io/pypi/pyversions/CRISP.svg)](https://pypi.org/project/CRISP/)
19
+ [![License](https://img.shields.io/github/license/Indranil17/CRISP_HOST.svg)](https://github.com/Indranil17/CRISP_HOST/blob/main/LICENSE)
20
+ [![DOI](https://zenodo.org/badge/DOI/YOUR_DOI.svg)](https://doi.org/YOUR_DOI)
21
+
22
+
23
+ <img src="https://github.com/Indranil17/CRISP_HOST/blob/main/crisp_logo2.png" width="300">
24
+
25
+ # CRISP: Enhancing ASE Workflows with Advanced Molecular Simulation Post-Processing
26
+
27
+ ## What is CRISP?
28
+ CRISP is a post-simulation analysis package built on the Atomic Simulation Environment (ASE). It is designed for efficient and insightful analysis of molecular dynamics (MD) and other simulations, enabling in-depth exploration with just a few lines of code, including powerful visualisation options.
29
+
30
+ ## Features
31
+ - **User-friendly**: Optimised for ease of use with detailed examples and extensive outputs for nuanced data analysis.
32
+ - **Highly parallelised**: Utilises parallelisation techniques that scale linearly with the number of CPU cores, allowing for fast analysis of large systems and long simulations on high-performance computing clusters.
33
+ - **Interactive Visualisation**: HTML outputs to interact with, which can help to see structural changes.
34
+ - **Integration**: ASE, scikit-learn and other Python packages.
35
+
36
+ ## Analysis Toolkit Highlights
37
+
38
+ ### 1. Cluster Comprehension
39
+ - Perform in-depth clustering analysis in molecular dynamics or Monte Carlo simulations using advanced algorithms like DBSCAN.
40
+ - Works with both periodic and non-periodic systems.
41
+ - Identify, visualise, and track distinct atom clusters to gain insights into unbiased clustering of selected atoms.
42
+
43
+ ### 2. Customizable Radial Distribution Functions
44
+ - Compute and plot partial radial distribution functions (PRDF) for selected atoms or atom types.
45
+ - Easily analyse radial relationships between atoms with periodic boundary conditions.
46
+
47
+ ### 3. Mean Square Displacement (MSD)
48
+ - Quantify atomic motion over time using MSD calculations, providing key insights into diffusion and dynamics.
49
+ - Customise analysis by selecting specific atom indices to focus on particular subsets of atoms.
50
+
51
+ ### 4. Hydrogen Bond Analysis
52
+ - Identify and analyse hydrogen bonds with a single line of code.
53
+ - Customise hydrogen bond parameters or atom indices for detailed and specific analysis.
54
+ - Track structural parameters to understand the nature and stability of hydrogen bonds in your system.
55
+
56
+ ### 5. Coordination Analysis
57
+ - Compute average coordination numbers for specific atom types with customizable cutoffs.
58
+ - Analyse contact times of selected atom types to study dynamic behaviour efficiently.
59
+
60
+ ### 6. Error Analysis
61
+ - Accurately estimate the error of any computed property using statistical techniques.
62
+ - Choose between autocorrelation function or block averaging to calculate the error of the mean, improving result reliability.
63
+ - Assess simulation convergence by analysing vector or scalar properties like atomic positions or energy.
64
+
65
+ ### 7. Efficient and Robust Sampling
66
+ - Sample structures using Furthest Point Sampling (FPS) with SOAP descriptors.
67
+ - Efficiently subsample large databases or simulations by selecting the most diverse structures while avoiding redundancy.
68
+
69
+ ### 7. Volumetric Density
70
+ - Create 3D volumetric density maps to visualise the spatial distribution of atoms throughout a trajectory
71
+ - Understanding diffusion pathways, adsorption sites etc.
72
+
73
+
74
+
75
+ # Requirements
76
+ This package is built around the ASE (Atomic Simulation Environment) and thus requires the installation of ASE, available at: [ASE Installation Guide](https://wiki.fysik.dtu.dk/ase/install.html).
77
+
78
+ The clustering uses DBSCAN (Density-Based Spatial Clustering of Applications with Noise) implemented by scikit-learn, available at: [scikit-learn Installation](https://scikit-learn.org/stable/install.html).
79
+
80
+ For interactive 3D plots of clustering, CRISP utilises the seaborn package. Ensure you have seaborn installed by following the instructions at: [Seaborn Installation](https://seaborn.pydata.org/installing.html).
81
+
82
+ # Installation
83
+ 1. Now, for the testing period, just pull the folder to the local drive, and then go inside the "CRISP" folder locally inside the terminal.
84
+
85
+ 2. In the same terminal type
86
+ ```
87
+ pip install .
88
+ ```
89
+ , then you can run the package in your local system environment globally.
90
+
91
+ 3. In a virtual environment as a standalone installation, please install the dependencies via the command line, type
92
+ ```
93
+ pip install ase>=3.23.0 scikit-learn>=1.4.2 seaborn>=0.12.2 joblib>=1.2.0 fpsample>=0.3.3 statsmodels>=0.14.0 pandas>=2.0.3 plotly>=5.9.0 networkx>=3.1
94
+ ```
95
+
96
+ # Current Modules
97
+
98
+ To learn how to use each of the modules, please visit [examples](https://github.com/Indranil17/CRISP_HOST/tree/main/example).
99
+ Inside the example folder, check the [Notebook](https://github.com/Indranil17/CRISP_HOST/blob/main/example/Introductory_Tutorial/CRISP_Introdcutory_Tutorial.ipynb) to see them in use and also check the other folders of the example folder to see the outputs.
100
+ It has two sub-packages and ten modules.
101
+ Please see the package's UML map below.
102
+
103
+ <img src="https://github.com/Indranil17/CRISP_HOST/blob/main/crisp_map.png" width="800">
104
+
105
+
106
+
107
+ # Acknowledgments
108
+ The package is from the (Nano)Materials modelling group, at Charles University.
109
+ Email: lukas.grajciar@natur.cuni.cz
110
+
111
+ <img src="https://github.com/Indranil17/CRISP_HOST/blob/main/group_logo.png" width="100">
112
+
113
+ ### Contributors
114
+ If there is something you would like to see added to this package or if you would like to contribute,
115
+ please email us at sahai@natur.cuni.cz or daniel.willimetz@natur.cuni.cz
116
+
@@ -0,0 +1,25 @@
1
+ CRISP/__init__.py,sha256=Cxwx5UDyJfpUb3LdRJZkfSR-H2jCd2c5gOh6NlXLEmw,649
2
+ CRISP/_version.py,sha256=GdJQM_BMzUe-qMFrp2arraIA-cupeCaaXw_s57QTXLI,33
3
+ CRISP/cli.py,sha256=7R630iD3SLqCgwBRrPzPoB8xDvfOuoxqX_s3yZakQ9M,935
4
+ CRISP/py.typed,sha256=o_skYYOgBqbwMt-5lUZDunyM7CcemHaJt2k9MsSACeY,61
5
+ CRISP/data_analysis/__init__.py,sha256=XoOR3iGDiNDoOx00pe3XNnBRv0rvA2WfSW4yGQG19tY,201
6
+ CRISP/data_analysis/clustering.py,sha256=1leXvsY4-3C61XEja8EzzA85aYCIorpWOLU0uecHvWc,29560
7
+ CRISP/data_analysis/contact_coordination.py,sha256=kXSdVv8FWzzXoQODtj1si0KXzHrhbG6iYh0qoFwzfZE,33662
8
+ CRISP/data_analysis/h_bond.py,sha256=atpTmsUqvAjZzOG2mLm5UXZt67RI4Gh2hkFb7g2tBq0,27534
9
+ CRISP/data_analysis/msd.py,sha256=05L1554nVWSidwyg0z3csxABVAatsVBaiGbrusFLePE,45410
10
+ CRISP/data_analysis/prdf.py,sha256=Vtet9ZOd_i8XLs0PAFK19weDwZuFf8jpiauwSYazpUI,13702
11
+ CRISP/data_analysis/volumetric_atomic_density.py,sha256=4NYDq9R6M-x3ZQCDIdNXG_srrdyQ9oh0dJ81XOwKJPY,20998
12
+ CRISP/simulation_utility/__init__.py,sha256=_xGLcAghrB3pCUoxuUHR2z2FSuDGCRN8NpgN6xYj86g,201
13
+ CRISP/simulation_utility/atomic_indices.py,sha256=Vl_CEujwDW9cVx8mAK-bX2BQJ5euXEwWcBCqXjk7LpM,5422
14
+ CRISP/simulation_utility/atomic_traj_linemap.py,sha256=jU0TTsGf03AcMEE1d1R6tXvQUfFltOlvf5fKA8enofM,10209
15
+ CRISP/simulation_utility/error_analysis.py,sha256=7KKozXDP3VkpHsQrNF_uOJkzmL8ZagoSiIVLlVAk08o,8314
16
+ CRISP/simulation_utility/interatomic_distances.py,sha256=51NS8pc1YvUrUKWFM9TO0pGyO-1iKWoGVFOYmojcbVY,6460
17
+ CRISP/simulation_utility/subsampling.py,sha256=GbHBIUgMzbYFrpoU36-guCtj6ofJh1At1WlEr0rqgCw,7115
18
+ CRISP/tests/__init__.py,sha256=nRKPWsTbB025bJRfX6ZOZayBVXMs3HMdd_JXUPpjWnA,113
19
+ CRISP/tests/test_CRISP.py,sha256=_OLG99OhGHritif2Gjx-tTycghvgW2uhbVScfPLhLOA,680
20
+ CRISP/tests/test_crisp_comprehensive.py,sha256=a_E7wloSFQe3faReeQrJDWc0BsAVVxlsQE8k8CxY4Mc,25656
21
+ crisp_ase-1.0.0.post0.dev0.dist-info/METADATA,sha256=4Ai3rp6mKIxQANlsNaNLjwp3S3gNR1dxzM3_PsfaO1c,6274
22
+ crisp_ase-1.0.0.post0.dev0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
23
+ crisp_ase-1.0.0.post0.dev0.dist-info/entry_points.txt,sha256=_DOK_PIxSmC0jSJzAVvyD6IeNvTZINiiQwJxNj522-c,41
24
+ crisp_ase-1.0.0.post0.dev0.dist-info/top_level.txt,sha256=ViAZdf_LJLYvDDU8bDY8sNTNLvv_7WWORlqZr0TINv8,6
25
+ crisp_ase-1.0.0.post0.dev0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (74.1.3)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ CRISP = CRISP.cli:main
@@ -0,0 +1 @@
1
+ CRISP