Exemplo n.º 1
0
def opls_264(atom):
    """Cl chlorobenzene """
    return benzene(atom.bond_partners[0])
Exemplo n.º 2
0
def opls_145(atom):
    """Benzene C - 12 site JACS,112,4768-90. Use #145B for biphenyl """
    return benzene(atom)
Exemplo n.º 3
0
def opls_145(atom):
    """Benzene C - 12 site JACS,112,4768-90. Use #145B for biphenyl """
    return benzene(atom)
Exemplo n.º 4
0
def opls_264(atom):
    """Cl chlorobenzene """
    return benzene(atom.neighbors[0])
Exemplo n.º 5
0
def opls_264(atom):
    """Cl chlorobenzene """
    return benzene(atom.neighbors[0])