Ignore:
Timestamp:
Dec 21, 2025, 9:50:27 PM (8 days ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.1, stable
Children:
2e7888
Parents:
e4b9d5
git-author:
Frederik Heber <frederik.heber@…> (11/18/25 19:34:57)
git-committer:
Frederik Heber <frederik.heber@…> (12/21/25 21:50:27)
Message:

Adds scripts to generate a bond table.

  • one python script for the computation and a bash script to call it. With this split, we can easily parallelize the computations to make use of JobMarket's multiple workers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/Python/Makefile.am

    re4b9d5 r802a9d  
    11if CONDPYTHON
    22PYTHON_TOOLS = \
    3         Python/boxmaker
     3        Python/boxmaker \
     4        Python/generate_bondtable \
     5        Python/compute_pair_bondlength
    46endif
    57
     
    1315BUILT_SOURCES += ${PYTHON_TOOLS}
    1416CLEANFILES += ${PYTHON_TOOLS}
    15 pyexec_SCRIPTS += Python/boxmaker.py
     17pyexec_SCRIPTS += \
     18        Python/boxmaker.py \
     19        Python/compute_pair_bondlength.py
    1620endif
Note: See TracChangeset for help on using the changeset viewer.