PyChemApps Jul 23, 2019 python visualization physical-chemistry I finally start the pychemapps sever ! (thank you Joris Caravati) This server is provided by the University of Pau and Pays Adour and will host web applications about chemistry, physics and physical-chemistry. At the moment, the applications mainly rely on two technologies which are Django and Plotly/Dash. Plotly/Dash is a Python Framework for building web applications. It relies on Flask, to serve the application, React.js for the interactivity and Plotly to produce plots. ...
Diagramme d'orbitales moléculaires de H3 Jun 12, 2019 teaching physical-chemistry molecular orbitals Résumé Ce document a pour but de montrer comment utiliser les outils de la symétrie moléculaire (ou théorie des groupes) pour résoudre l’équation de Schrödinger pour une molécule et déterminer les orbitales moléculaires. L’énergie et les coefficients des orbitales moléculaires sont obtenus par la méthode de Hückel. Le système d’étude est une molécule H3 où chaque atome d’hydrogène est au sommet d’un triangle équilatéral. Télécharger cet article en pdf Diagramme d’orbitales moléculaires de H3 Nous nous fixons l’objectif de résoudre l’équation de Schrödinger pour les électrons de la molécule H3 et de déterminer la fonction d’onde de l’état fondamental et son énergie. ...
Tic-Tac-Toe (Morpion) Quantique Mar 21, 2019 teaching quantum physics game Présentation Tout le monde connaît le jeu du morpion ou Tic-Tac-Toe dont le but est de créer en premier un alignement de trois symboles identiques (croix ou ronds le plus souvent). Il existe une version originale de ce jeu qui se base sur des principes faisant appel à la mécanique quantique. Dans cette version quantique, les coups des joueurs sont des superpositions des coups du jeu classique. Le jeu a été inventé par Allan Goff et Novatia Labs. ...
Photoelectric effect Jan 9, 2017 sciences gif Here are provided two simple gif images in order to illustrate the photoelectric effect. Below the threshold energy, nothing append, whatever the light intensity. No photoelectric effect Above the threshold energy, each photon, bear enough energy, a quantum of energy, in order to extract electrons from the material. Photoelectric effect All pictures can be downloaded here : photoelec.zip
Treemaps plot using matplotlib and python Jul 18, 2016 matplotlib treemap Here is an example of a treemap plot using python, matplotlib and the squarify module. The data comes from the open data of the Communauté d’Agglomération Pau-Pyrénées. The idea is the following : The area of each square is the surface area of the towns The color scale is over the population in 2011 Source code : Output Because of the large population of Pau against other towns in the communauté des communes, I draw a white square background and I did not include it in the color scale. ...