Open Access. Powered by Scholars. Published by Universities.®

Physics Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 3 of 3

Full-Text Articles in Physics

Nbconvert Refactor, Jonathan Frederic Jun 2013

Nbconvert Refactor, Jonathan Frederic

Physics

IPython is an interactive Python computing environment. It provides an enhanced interactive Python shell. The IPython Notebook is a browser based interface distributed with IPython. It enables the creation of richly formatted notebooks that contain embedded IPython code. With nbconvert, notebooks can be exported to various formats including, but not limited to, LaTeX, reveal.js, RST, and HTML. This is important for users that want to be able to share their work outside of IPython. This senior project is the addition of a Sphinx LaTeX output format and the refactor of nbconvert.


Quantum Programming In Python: Quantum 1d Simple Harmonic Oscillator And Quantum Mapping Gate, Matthew Hoff Mar 2013

Quantum Programming In Python: Quantum 1d Simple Harmonic Oscillator And Quantum Mapping Gate, Matthew Hoff

Physics

A common problem when learning Quantum Mechanics is the complexity in the mathematical and physical concepts, which leads to difficulty in solving and understanding problems. Using programming languages like Python have become more and more prevalent in solving challenging physical systems. An open-source computer algebra system, SymPy, has been developed using Python to help solve these difficult systems. I have added code to the SymPy library for two different systems, a One-Dimensional Quantum Harmonic Oscillator and a Quantum Mapping Gate used in Quantum Computing.


Python Modeling Of Heat Flow In A Thermal Storage Device, Tim Hider Jan 2011

Python Modeling Of Heat Flow In A Thermal Storage Device, Tim Hider

Physics

A parabolic dish that concentrates sunlight into a thermal storage device may comprise an inexpensive, environmentally benign, clean cooking technology appropriate for developing countries. A Scheffler Solar reflector was constructed and a thermal storage device built to eventually be coupled with the Scheffler. We tested the heat flow in the thermal storage device with an electric heater, and wrote Python code that solves the heat diffusion in 1D and 2D in order to model heat flow in the thermal storage device.