You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to entire complete quantum dots rather than constructing them from cores and ligands.
Example of the (tentative) input syntax for the .yaml file:
input_qd:
- 'QD_OCC.xyz' # Ethoxide-based quantum dot
ligand_smiles: '[O-]CC' # A SMILES string of the ligand
ligand_anchor: '[O-]C' # A SMILES string of the ligand anchor group
guess_bonds: True # Guess bonds for all atoms within the ligand(s)
- 'fancy_acetate_QD.pdb' # Acetate-based quantum dot
ligand_smiles: '[O-](O=)CC'
ligand_anchor: '[O-]C'
The text was updated successfully, but these errors were encountered:
For unclear reasons processing mono-atomic species is very slow (see rdkit/rdkit#2642).
As such it is recommended to specify anchors with at least 2 atoms, e.g.'[O-]C' instead of '[O-]'.
In such cases the left-most atom will be treated as the true anchor.
Allow users to entire complete quantum dots rather than constructing them from cores and ligands.
Example of the (tentative) input syntax for the .yaml file:
The text was updated successfully, but these errors were encountered: