セクション 1. 章 6
single
Challenge: Compute Descriptors for a Compound Library
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください