pyvoro icon indicating copy to clipboard operation
pyvoro copied to clipboard

2D and 3D Voronoi tessellations: a python entry point for the voro++ library

Results 14 pyvoro issues
Sort by recently updated
recently updated
newest added

Hi, I want to use pyvoro to analyze my crystal structure. I am using python3.5.1, and when used "pip install pyvoro" it says it successfully installed it. But, when I...

pyvoro.compute_2d_voronoi(points, [xlim,ylim], 1.0, radii=radii) points is a list of ~90k points Program dies with "Command terminated". Is this an issue of the underlying voro++ library or an issue of pyvoro?

A little while ago @wackywendell kindly made a couple of small changes for python three support and added some unit tests. Here, I am finally adding these to the main...

Right now, Python 3 sees the setup.py and thinks there are two modules: `pyvoro` and `voroplusplus`, and installs them separately. Unfortunately, this does not work with relative imports. I forked...