APS Excellence in Physics Education Award
November 2019

Science SPORE Prize
November 2011

The Open Source Physics Project is supported by NSF DUE-0442581.
|
Brute Force Microstates Model Documents
This material has 2 associated documents. Select a document title to view a document's information.
Main Document
written by
Wolfgang Christian, Trisha Salagaram, and Nithaya Chetty
The Brute Force Microstates model considers an isolated system consisting of N identical, non-interacting quantum particles. We wish to determine the total number of system microstates accessible to the system with energy E and hence the entropy. This model is a supplemental simulation for the article "Enhancing the understanding of entropy through computation" in the American Journal of Physics 79(11), 1127-1132 (2011). For distinguishable particles, the simplest brute force method that can be devised involves N nested loops, each over the list of single particle energy levels. This results in a computational scheme that scales exponentially with the system size. Still, this is an instructive method to apply because it shows the rapid increase in the number of microstates for moderate N, and the corresponding exponential increase in computational time. The model displays the computation time as users to vary the number of particles N and the total energy E.
The Brute Force Microstates model was developed by Wolfgang Christian, Trisha Salagaram, and Nithaya Chetty using the Easy Java Simulations (Ejs) modeling tool. It is distributed as a ready-to-run (compiled) Java archive. Double clicking the ejs_stp_BruteForceMicrostates.jar file will run the program if Java is installed.
Last Modified June 2, 2014
This file has previous versions.
Source Code Documents
The source code zip archive contains an EJS-XML representation of the Brute Force Microstates Model. Unzip this archive in your EJS workspace to compile and run this model using EJS.
Last Modified August 11, 2011
This file has previous versions.
|