Skip to content

Genrate self avoiding random walks (SARW) for spheres of given sizes.

License

Notifications You must be signed in to change notification settings

RadostW/sarw_spheres

Repository files navigation

sarw_spheres

Python wrapper on C++ self avoiding random walk (SARW) generator.

Installation

python3 -m pip install sarw_spheres

Usage

import numpy as np
import sarw_spheres
sarw_spheres.generateChain(np.array([1.,1.,1.,1.]))

License

This software is licensed under MIT license

Copyright (c) Radost Waszkiewicz (2022).

About

Genrate self avoiding random walks (SARW) for spheres of given sizes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages