PORMAKE icon indicating copy to clipboard operation
PORMAKE copied to clipboard

2D-Toplogies

Open GregorLauter opened this issue 1 year ago • 1 comments

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 own topology file (and do you have instructions for that), or could you add these missing topologies? Or is the code not designed for that?

Thank you!

GregorLauter avatar Sep 27 '24 16:09 GregorLauter

Apologies for the delayed response. PORMAKE was not specifically designed for 2D topology structures, but I believe that by adding a small virtual height to a 2D topology and converting it into a 3D cell, it should be possible, in principle, to generate a 2D MOF. Therefore, I think a function that reads a 2D topology and converts it into a 3D topology will be necessary. I don't believe the current CGD file parser provides this functionality, though I am not entirely sure. I will look into adding this feature in the future.

Sangwon91 avatar Nov 20 '24 13:11 Sangwon91