Challenge: Compute Descriptors for a Compound Library
Compito
Swipe to start coding
Write a Python function that takes a list of SMILES strings and returns a dictionary mapping each SMILES to its molecular weight and logP.
- For each SMILES string in
smiles_list, generate a molecule object. - If the molecule object is valid, compute its molecular weight and logP.
- Store the results in the dictionary with the SMILES string as the key and a dictionary of
molecular_weightandlogPas the value. - If the molecule object is not valid, store
Noneas the value for that SMILES string.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 6
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Fantastico!
Completion tasso migliorato a 6.25
Challenge: Compute Descriptors for a Compound Library
Scorri per mostrare il menu
Compito
Swipe to start coding
Write a Python function that takes a list of SMILES strings and returns a dictionary mapping each SMILES to its molecular weight and logP.
- For each SMILES string in
smiles_list, generate a molecule object. - If the molecule object is valid, compute its molecular weight and logP.
- Store the results in the dictionary with the SMILES string as the key and a dictionary of
molecular_weightandlogPas the value. - If the molecule object is not valid, store
Noneas the value for that SMILES string.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 6
single