Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocamilloni committed Nov 3, 2024
1 parent cbf99fa commit e5839a2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/make_mat/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# make_mat.py
# Interatomic contact matrices tools

## make_mat.py

This script calculates probabilities from histograms based on specified parameters.

Expand Down Expand Up @@ -26,3 +28,10 @@ Parameters:

`--cutoff`: The maximum cutoff used for the accumulation of the histograms.

## ndx2HDF5.py

This scripts convert a text or a text.gz matrix in HDF5 format, this is usefull for large system because it is much faster to process.

## HDF52ndx.py

This scripts convert a HDF5 matrix into text file.

0 comments on commit e5839a2

Please sign in to comment.