Skip to content

Connecting metal-organic cages axial position #387

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

You must be logged in to vote

The first issue with your code is that the Kagome COF requires a 4 functional group BB and a 2 functional group BB but the M3L6 with FGs on the axial positions of the metals will be a 3 functional group BB.

Below, I use the Honeycomb Cof topology with the M3L6 cage. Maybe copy that into the jupyter notebook and build from there?

import numpy as np
import stk
import stko


class AxialPaddlewheel(stk.metal_complex.MetalComplex):
    """
    Represents a metal complex topology graph.

    Two distinct metal building blocks, one with five functional
    groups, one with four.

    Binding ligand building blocks with two functional groups are
    required for this topology graph and axial liga…

Replies: 10 comments

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #386 on August 25, 2021 11:49.