PORMAKE
PORMAKE copied to clipboard
Python library for the construction of porous materials using topology and building blocks.
FileNotFoundError: [Errno 2] No such file or directory: '.conda/envs/pormake/lib/python3.9/site-packages/pormake/database/topologies/wfz.pickle' Unable to find the pickle file in the database, why is that? How to solve it?
When i import pormake, the problem is 'OSError: [Errno 30] Read-only file system: '/runtime.log'
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.7.3 to 2.11.2. Release notes Sourced from jupyter-server's releases. v2.11.2 2.11.2 (Full Changelog) Contributors to this release (GitHub contributors page for this release) v2.11.1 2.11.1 (Full Changelog)...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix...
How to decompose the topo, bbs of MOF and output its name such as "tpo"
Apply space group for MOF edges.
Hello, it seems 40 topologies listed in `_get_topology_list` cannot be loaded. I run into this issue with the following script: ``` import pormake as pm database = pm.Database() topologies =...
Hello @Sangwon91 , I was wondering if it would be possible to use pormake for 2D topologies as well, for example, something like hcb. Is it possible to create my...