Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

56 lines (29 loc) · 1.32 KB

SMILESBOX

Information:

A way of taking a SMILES string and turning it into a simple simulation cell

Installation:

pip install .

Usage (CLI):

smilesbox-generate -s "CC" --box --dimensions 10 10 10 --save

Output:
SMILES:

 CC

FORMULA:

 C2H6

CELL:

[[10.  0.  0.]
 [ 0. 10.  0.]
 [ 0.  0. 20.]]

                                                  
                                                  
                                                  
                                                  
                 H                                
                                                  
                                                  
                  |          H                    
                  |                               
        H   ______|         /                     
                 _/\___   _/                      
                /      \_/______  H               
               /         |                        
             H           |                        
                         |                        
                                                  
                         H                        
                                        

ethane molecule