pyCOFBuilder
pyCOFBuilder copied to clipboard
Add new S4 and R4 building blocks
This PR adds new functionalities and building blocks as result of #32 and #57.
The new method Framework.make_cubic()
generates a cubic super-cell with the structure, allowing the creation of membranes or perpendicular boxes easier. The result is not necessarily a cubic unit cell, but a cell with angles equal to 90 and cell parameters as close as possible to cubic.
The new building blocks are:
- L2
- NAP2
- S4:
- OTPR
- TBPR
- R4
- ATTP
- PRLN
- TPLN
- ETKB
Closes #32, Closes #57