Recherche

Voici les résultats de votre recherche.

histogramme_simple
6 Occurrences trouvées, Dernière modification :
====== Histogramme simple ====== <sxh python; title : simple-histogram-random_numbers.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Matplotib : histogramme simple de nombres aléatoires """ from pylab import randn, hist, show #importation simplif
potentiel_energy_surface
5 Occurrences trouvées, Dernière modification :
ances jusque 0.5 nm. ==== Programme ==== <code python PES-contour-01.py> #!/usr/bin/env python # -*- coding: utf-8 -*- """ Tracés de lignes de niveau ou isolignes Applicatio... rials/Tutorial-ContourPlot.pdf import matplotlib.pyplot as plt # directive d'importation standard de
rotateur_biatomique
5 Occurrences trouvées, Dernière modification :
ecules_biatomiques|cette page]]. Code source, en Python 3 : <code python rotateur_biatomique-02.py> #!/usr/bin/env python # -*- coding: utf-8 -*- """ Somme d'état (ensemble canonique) de rotation (rot
pka_pkb_plane
4 Occurrences trouvées, Dernière modification :
nous entourent - Acide fort, base forte]] <code python droite_pKa-pKb-01.py> #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Library references : * """ import matplotlib.pyplot as plt # directive d'importation standard de
potentiel_morse
4 Occurrences trouvées, Dernière modification :
quantiques correspondants. Code source : <code python potentiel_Morse-04.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Représentation du potentiel de Morse pour H2 http... e d2V/dr2 = 2 * D_e * a**2. """ import matplotlib.pyplot as plt # directive d'importation standard de
ir_spectrum_co
3 Occurrences trouvées, Dernière modification :
e numpy et représentation par MatPlotLib) : <sxh python; title : IR-spectrum_CO-00.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Représentation du spectre infrarouge du CO """ im... ated values" import numpy as np import matplotlib.pyplot as plt with open("rotvibco.csv", "rb") as cs