CAT icon indicating copy to clipboard operation
CAT copied to clipboard

Construct quantum-dots with more than one type of ligand

Open BvB93 opened this issue 5 years ago • 3 comments

  • Construct quantum-dots with more than one type of ligand.
  • Initially these structures will not be supported for the Nano-CAT woorkflows. This might be changed at a later date.

BvB93 avatar Mar 09 '20 17:03 BvB93

Proposed syntax:

optional:
    core:
        symbol: 'Cl'

    qd:
        multi_ligand:
            f: [0.3, 0.2, 0.1, 0.05]
            mode: 'uniform'
            ligands:
                - 'OCCCCCCCCCC'
                - 'OCCCCCCC'
                - 'OCCCC'

and / or

optional:
    core:
        symbol: 'Cl'

    qd:
        multi_ligand:
            dummy: ['F', 'Br', 'I']
            ligands:
                - 'OCCCCCCCCCC'
                - 'OCCCCCCC'
                - 'OCCCC'

BvB93 avatar Mar 09 '20 19:03 BvB93

Implementation of the dummy-based approach is progressing nicely, the subset-based approach will likelly be implemented the patch afterwards.

BvB93 avatar Mar 10 '20 14:03 BvB93

Implemented the dummy-based approach in https://github.com/nlesc-nano/CAT/pull/92.

BvB93 avatar Mar 16 '20 11:03 BvB93