mol

Recherche

Voici les résultats de votre recherche.

openbabel_jmol
22 Occurrences trouvées, Dernière modification :
ch/openbabel import openbabel def OBMolMinimize(mol): """Minimize a molecule """ ff = ope... BForceField.FindForceField("MMFF94") ff.Setup(mol) ff.ConjugateGradients(100, 1.0e-5) ff.GetCoordinates(mol) return mol def OBStructureFromSmiles(smilesstring, filename=None): mol = openbabel.OBMol()
gaz_parfait_2011
4 Occurrences trouvées, Dernière modification :
= Label(fen2, text= "Entrez ici le nombre de mole(mol):") #apparition d'un texte dans la fenêtre 2... Label(fen2, text= "Entrez ici le nombre de mole (mol):") txt2 = Label(fen2, text= "Entrez ici la T... a.grid(row=0,column=1) b=Label(fen3,text="mol") b.grid(row=0,column=2) def isolerT(): ... Label(fen2, text = "Entrez ici le nombre de mole (mol) :") txt1.grid(row=1, sticky=W) txt2.grid
rdkit
3 Occurrences trouvées, Dernière modification :
rt Draw smiles = "CN1C=NC2=C1C(=O)N(C(=O)N2C)C" mol = AllChem.MolFromSmiles(smiles) # technically t... 2D coords with the RDKit: AllChem.Compute2DCoords(mol) Draw.MolToFile(mol,"caffeine.png",size=(200,250)) </code> ===== Références ===== * [[wp>Chemistr
representation_molecules_2013
3 Occurrences trouvées, Dernière modification :
mport AllChem from rdkit.Chem import Draw mol = AllChem.MolFromSmiles(smiles) AllChem.Compute2DCoords(mol) Draw.MolToFile(mol, file_name, size=(200,250)) import Image im = Image.open(name+'.png')
ph_courbe_titrage_2011
2 Occurrences trouvées, Dernière modification :
oici le resultat, pour une concentration de",ca, "mol/l et un pka de",pka," le ph est de",rep #on impri... , text="Concentration de l'espèce en question (en mol/l) :").grid(row=0, column=3, padx=5, pady=5) e0=E
courbe_predominance_acide_2013
1 Occurrences trouvées, Dernière modification :
ter txtc = Label(root1, text = "Concentration (mol/L) :", fg ='orange') txtc.grid(row=2) champc = En
presentation_principes
1 Occurrences trouvées, Dernière modification :
es molécules ==== <code>methanol - Formula = CH4O mol wt = 32.04186 - Numb atoms = 6 - Numb bonds = 12.