Conformer’s coordinate screening¶
Investigate the changes to the molecule when varying the variables used during conformer optimization.
[2]:
from tqchem.molgraph import molecularSystem
from tqchem.viewer import coordinate_screener
mol = molecularSystem("CCCCC1CC(CNCCCCC)CCC1")
mol.draw()
coordinate_screener(mol, zoomTo=False)
3Dmol.js failed to load for some reason. Please check your browser console for error messages.