in

Recherche

Voici les résultats de votre recherche.

potentiel_energy_surface
12 Occurrences trouvées, Dernière modification :
hod of Drawing the Potential Energy Surface]]" (Shin Sato, J. Chem. Phys. 23, 592, 1955) présente une ... mme ==== <code python PES-contour-01.py> #!/usr/bin/env python # -*- coding: utf-8 -*- """ Tracés de ... # pm-1 r_e=74.1 # pm D_e = .76 # E-18 J k=0.18 rmin=10. rmax=400. num=100 x_1d = np.linspace(rmin,rmax, num) print x_1d.shape, x_1d.dtype, x_1d.ndim y_1d
potentiel_morse
8 Occurrences trouvées, Dernière modification :
e : <code python potentiel_Morse-04.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Représenta... vibrations de l'approximation harmonique : for v in range(10): E = hnu0*(v+0.5) dr = np.sqrt(... vmax = 8 # compromis pour la représentation for v in range(vmax): E = hnu0*(v+0.5) - (hnu0*(v+0.5)
pka_pkb_plane
5 Occurrences trouvées, Dernière modification :
rte]] <code python droite_pKa-pKb-01.py> #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Library ... erflow.com/questions/14708695/specify-figure-size-in-centimeter-in-matplotlib inch = 2.54 if isinstance(tupl[0], tuple): return tuple(i/inch for i in tupl[0]) else: return tuple(i/inch fo
ir_spectrum_co
2 Occurrences trouvées, Dernière modification :
xh python; title : IR-spectrum_CO-00.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Représenta... listes nombres d'ondes et absorbances for row in reader: # on parcourt les lignes successives du
rotateur_biatomique
2 Occurrences trouvées, Dernière modification :
<code python rotateur_biatomique-02.py> #!/usr/bin/env python # -*- coding: utf-8 -*- """ Somme d'ét... n 3 """ from math import exp # on a juste besoin de l'exponentielle import matplotlib.pyplot as pl... --------------------------') Js=[] terms=[] for J in range(Jmax+1): g = 2*J+1 # dégénerescence
histogramme_simple
1 Occurrences trouvées, Dernière modification :
le : simple-histogram-random_numbers.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Matplotib