Skip to content

Carboxylic-based Metal-organic cage #385

Answered by andrewtarzia
AlexLeg asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

Welcome and thank you!

If I understand correctly, you want to build an stk.metal_complex.Paddlewheel structure - below is an example code to do that. Let me know if that helps?

The SmartsFunctionalGroupFactory is used to afford the specificity seen below - you want two functional groups (one per oxygen atom) in the caborxylic acid -- not one FG from the entire caborxylic acid.

In the example below, I finally turn the constructed complex into a BB with bromo functional groups for further reaction, as I think you requested, for cage formation.

import stk

cu_atom = stk.BuildingBlock(
  smiles='[Cu+2]',
  functional_groups=(
      stk.SingleAtom(stk.Cu(0, charge=2))
      for i in range(

Replies: 12 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by lukasturcani
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@andrewtarzia
Comment options

Comment options

You must be logged in to vote
1 reply
@andrewtarzia
Comment options

Comment options

You must be logged in to vote
1 reply
@andrewtarzia
Comment options

Comment options

You must be logged in to vote
5 replies
@andrewtarzia
Comment options

@AlexLeg
Comment options

@AlexLeg
Comment options

@andrewtarzia
Comment options

@andrewtarzia
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #383 on August 12, 2021 11:06.