Python wrapper on C++ self avoiding random walk (SARW) generator.
python3 -m pip install sarw_spheresimport numpy as np
import sarw_spheres
sarw_spheres.generateChain(np.array([1.,1.,1.,1.]))This software is licensed under MIT license
Copyright (c) Radost Waszkiewicz (2022).