├── .gitattributes ├── Chapter 1 ├── BuffonNeedle.py ├── Direct_surface.png ├── Markov_pi.py ├── Markov_pi_1.png ├── Markov_pi_2.png ├── Random Permutation final config.png ├── Random Permutation initial config.png ├── binomial_convulation.py ├── data_bunch.py ├── direct_gamma.png ├── direct_gamma.py ├── direct_gamma_zeta.py ├── direct_pi.png ├── direct_pi.py ├── direct_sphere.py ├── direct_surface.py ├── gauss.py ├── gauss_patch.py ├── levy_convolution.py ├── markov_discrete_pebble.py ├── markov_surface.py ├── markov_two_site.py ├── markov_zeta.py ├── naive_bayes_pi.py ├── naive_gauss.py ├── naive_ran.py ├── naive_sphere.png ├── naive_sphere.py ├── pebble_simulation.gif ├── pebble_simulation.py ├── ran01_convolution.py ├── ran_combination.py ├── ran_perm.py ├── random_permutation_simulation.py ├── reject_continuous.py ├── reject_finite.png ├── reject_finite.py ├── tower_sample.py ├── tower_sampling_bisection.py └── transfer_matrix.py ├── Chapter 2 ├── box_it.py ├── direct-p-disks.py ├── direct-piston-particles.py ├── direct_disks_any.py ├── direct_disks_simulation.py ├── event_disks_box_simulation.gif ├── event_disks_box_simulation.py ├── gamma-cut.py ├── markov_disks_simulation.py ├── maxwell boundary.py ├── naive piston particles.py ├── pair_time.py ├── rescale-volume.py └── wall_time.py ├── Chapter 3 ├── fourier-cos-path.py ├── fourier-free-path.py ├── fourier-gen-path.py ├── harmonic-density.png ├── harmonic-density.py ├── harmonic-wavefunction.py ├── levy-free-path.gif ├── levy-free-path.py ├── levy-harmonic-path.py ├── levy-periodic-path.py ├── matrix-square.py ├── naive-box-path.py ├── naive-harmonic-path.py ├── naive-rad-wavefunction.py └── trivial-free-path.py ├── Chapter 4 ├── Naive-degeneracy.py ├── canonic-bosons.py ├── canonic-recursion.py ├── direct-cycles.py ├── direct-period-bosons.py ├── grandcan-bosons.py ├── naive-bosons.py └── naive-degeneracy-cube.py ├── Chapter 5 ├── cluster-ising.py ├── cluster-spin-glass.py ├── combinatorial-ising.py ├── energy-ising.py ├── enumerate-ising.py ├── heatbath-ising.py ├── markov-ising.py ├── markov-spin-glass.py ├── thermo-ising.png └── thermo-ising.py ├── Chapter 6 ├── direct-pin.py ├── naive-pin.py ├── pocket-binary.gif └── pocket-binary.py ├── Chapter 7 ├── deposition.png ├── dynamic-ising.py ├── fast-deposition.py ├── fast_throw.py ├── markov-sphere-disks.py ├── naive-deposition.gif ├── naive-deposition.png ├── naive-deposition.py ├── naive-throw.py ├── resize-disks.py └── sequential deposition coverage.py ├── Flatlands ├── README.md ├── baposter.cls ├── figures │ ├── class.odg │ ├── class.pdf │ ├── deposition.pdf │ ├── logo.png │ ├── phar.odg │ ├── phar.pdf │ ├── plot.pdf │ ├── res.pdf │ ├── screen.pdf │ └── sim.pdf ├── poster.aux ├── poster.bbl ├── poster.bib ├── poster.blg ├── poster.fdb_latexmk ├── poster.fls ├── poster.log ├── poster.pdf ├── poster.synctex.gz └── poster.tex ├── LICENSE ├── README.md └── Variational Monte Carlo .ipynb /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/.gitattributes -------------------------------------------------------------------------------- /Chapter 1/BuffonNeedle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/BuffonNeedle.py -------------------------------------------------------------------------------- /Chapter 1/Direct_surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/Direct_surface.png -------------------------------------------------------------------------------- /Chapter 1/Markov_pi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/Markov_pi.py -------------------------------------------------------------------------------- /Chapter 1/Markov_pi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/Markov_pi_1.png -------------------------------------------------------------------------------- /Chapter 1/Markov_pi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/Markov_pi_2.png -------------------------------------------------------------------------------- /Chapter 1/Random Permutation final config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/Random Permutation final config.png -------------------------------------------------------------------------------- /Chapter 1/Random Permutation initial config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/Random Permutation initial config.png -------------------------------------------------------------------------------- /Chapter 1/binomial_convulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/binomial_convulation.py -------------------------------------------------------------------------------- /Chapter 1/data_bunch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/data_bunch.py -------------------------------------------------------------------------------- /Chapter 1/direct_gamma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/direct_gamma.png -------------------------------------------------------------------------------- /Chapter 1/direct_gamma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/direct_gamma.py -------------------------------------------------------------------------------- /Chapter 1/direct_gamma_zeta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/direct_gamma_zeta.py -------------------------------------------------------------------------------- /Chapter 1/direct_pi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/direct_pi.png -------------------------------------------------------------------------------- /Chapter 1/direct_pi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/direct_pi.py -------------------------------------------------------------------------------- /Chapter 1/direct_sphere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/direct_sphere.py -------------------------------------------------------------------------------- /Chapter 1/direct_surface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/direct_surface.py -------------------------------------------------------------------------------- /Chapter 1/gauss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/gauss.py -------------------------------------------------------------------------------- /Chapter 1/gauss_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/gauss_patch.py -------------------------------------------------------------------------------- /Chapter 1/levy_convolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/levy_convolution.py -------------------------------------------------------------------------------- /Chapter 1/markov_discrete_pebble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/markov_discrete_pebble.py -------------------------------------------------------------------------------- /Chapter 1/markov_surface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/markov_surface.py -------------------------------------------------------------------------------- /Chapter 1/markov_two_site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/markov_two_site.py -------------------------------------------------------------------------------- /Chapter 1/markov_zeta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/markov_zeta.py -------------------------------------------------------------------------------- /Chapter 1/naive_bayes_pi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/naive_bayes_pi.py -------------------------------------------------------------------------------- /Chapter 1/naive_gauss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/naive_gauss.py -------------------------------------------------------------------------------- /Chapter 1/naive_ran.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/naive_ran.py -------------------------------------------------------------------------------- /Chapter 1/naive_sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/naive_sphere.png -------------------------------------------------------------------------------- /Chapter 1/naive_sphere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/naive_sphere.py -------------------------------------------------------------------------------- /Chapter 1/pebble_simulation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/pebble_simulation.gif -------------------------------------------------------------------------------- /Chapter 1/pebble_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/pebble_simulation.py -------------------------------------------------------------------------------- /Chapter 1/ran01_convolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/ran01_convolution.py -------------------------------------------------------------------------------- /Chapter 1/ran_combination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/ran_combination.py -------------------------------------------------------------------------------- /Chapter 1/ran_perm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/ran_perm.py -------------------------------------------------------------------------------- /Chapter 1/random_permutation_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/random_permutation_simulation.py -------------------------------------------------------------------------------- /Chapter 1/reject_continuous.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/reject_continuous.py -------------------------------------------------------------------------------- /Chapter 1/reject_finite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/reject_finite.png -------------------------------------------------------------------------------- /Chapter 1/reject_finite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/reject_finite.py -------------------------------------------------------------------------------- /Chapter 1/tower_sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/tower_sample.py -------------------------------------------------------------------------------- /Chapter 1/tower_sampling_bisection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/tower_sampling_bisection.py -------------------------------------------------------------------------------- /Chapter 1/transfer_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 1/transfer_matrix.py -------------------------------------------------------------------------------- /Chapter 2/box_it.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/box_it.py -------------------------------------------------------------------------------- /Chapter 2/direct-p-disks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/direct-p-disks.py -------------------------------------------------------------------------------- /Chapter 2/direct-piston-particles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/direct-piston-particles.py -------------------------------------------------------------------------------- /Chapter 2/direct_disks_any.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/direct_disks_any.py -------------------------------------------------------------------------------- /Chapter 2/direct_disks_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/direct_disks_simulation.py -------------------------------------------------------------------------------- /Chapter 2/event_disks_box_simulation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/event_disks_box_simulation.gif -------------------------------------------------------------------------------- /Chapter 2/event_disks_box_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/event_disks_box_simulation.py -------------------------------------------------------------------------------- /Chapter 2/gamma-cut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/gamma-cut.py -------------------------------------------------------------------------------- /Chapter 2/markov_disks_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/markov_disks_simulation.py -------------------------------------------------------------------------------- /Chapter 2/maxwell boundary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/maxwell boundary.py -------------------------------------------------------------------------------- /Chapter 2/naive piston particles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/naive piston particles.py -------------------------------------------------------------------------------- /Chapter 2/pair_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/pair_time.py -------------------------------------------------------------------------------- /Chapter 2/rescale-volume.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/rescale-volume.py -------------------------------------------------------------------------------- /Chapter 2/wall_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 2/wall_time.py -------------------------------------------------------------------------------- /Chapter 3/fourier-cos-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/fourier-cos-path.py -------------------------------------------------------------------------------- /Chapter 3/fourier-free-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/fourier-free-path.py -------------------------------------------------------------------------------- /Chapter 3/fourier-gen-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/fourier-gen-path.py -------------------------------------------------------------------------------- /Chapter 3/harmonic-density.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/harmonic-density.png -------------------------------------------------------------------------------- /Chapter 3/harmonic-density.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/harmonic-density.py -------------------------------------------------------------------------------- /Chapter 3/harmonic-wavefunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/harmonic-wavefunction.py -------------------------------------------------------------------------------- /Chapter 3/levy-free-path.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/levy-free-path.gif -------------------------------------------------------------------------------- /Chapter 3/levy-free-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/levy-free-path.py -------------------------------------------------------------------------------- /Chapter 3/levy-harmonic-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/levy-harmonic-path.py -------------------------------------------------------------------------------- /Chapter 3/levy-periodic-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/levy-periodic-path.py -------------------------------------------------------------------------------- /Chapter 3/matrix-square.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/matrix-square.py -------------------------------------------------------------------------------- /Chapter 3/naive-box-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/naive-box-path.py -------------------------------------------------------------------------------- /Chapter 3/naive-harmonic-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/naive-harmonic-path.py -------------------------------------------------------------------------------- /Chapter 3/naive-rad-wavefunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/naive-rad-wavefunction.py -------------------------------------------------------------------------------- /Chapter 3/trivial-free-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 3/trivial-free-path.py -------------------------------------------------------------------------------- /Chapter 4/Naive-degeneracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/Naive-degeneracy.py -------------------------------------------------------------------------------- /Chapter 4/canonic-bosons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/canonic-bosons.py -------------------------------------------------------------------------------- /Chapter 4/canonic-recursion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/canonic-recursion.py -------------------------------------------------------------------------------- /Chapter 4/direct-cycles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/direct-cycles.py -------------------------------------------------------------------------------- /Chapter 4/direct-period-bosons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/direct-period-bosons.py -------------------------------------------------------------------------------- /Chapter 4/grandcan-bosons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/grandcan-bosons.py -------------------------------------------------------------------------------- /Chapter 4/naive-bosons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/naive-bosons.py -------------------------------------------------------------------------------- /Chapter 4/naive-degeneracy-cube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 4/naive-degeneracy-cube.py -------------------------------------------------------------------------------- /Chapter 5/cluster-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/cluster-ising.py -------------------------------------------------------------------------------- /Chapter 5/cluster-spin-glass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/cluster-spin-glass.py -------------------------------------------------------------------------------- /Chapter 5/combinatorial-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/combinatorial-ising.py -------------------------------------------------------------------------------- /Chapter 5/energy-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/energy-ising.py -------------------------------------------------------------------------------- /Chapter 5/enumerate-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/enumerate-ising.py -------------------------------------------------------------------------------- /Chapter 5/heatbath-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/heatbath-ising.py -------------------------------------------------------------------------------- /Chapter 5/markov-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/markov-ising.py -------------------------------------------------------------------------------- /Chapter 5/markov-spin-glass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/markov-spin-glass.py -------------------------------------------------------------------------------- /Chapter 5/thermo-ising.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/thermo-ising.png -------------------------------------------------------------------------------- /Chapter 5/thermo-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 5/thermo-ising.py -------------------------------------------------------------------------------- /Chapter 6/direct-pin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 6/direct-pin.py -------------------------------------------------------------------------------- /Chapter 6/naive-pin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 6/naive-pin.py -------------------------------------------------------------------------------- /Chapter 6/pocket-binary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 6/pocket-binary.gif -------------------------------------------------------------------------------- /Chapter 6/pocket-binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 6/pocket-binary.py -------------------------------------------------------------------------------- /Chapter 7/deposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/deposition.png -------------------------------------------------------------------------------- /Chapter 7/dynamic-ising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/dynamic-ising.py -------------------------------------------------------------------------------- /Chapter 7/fast-deposition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/fast-deposition.py -------------------------------------------------------------------------------- /Chapter 7/fast_throw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/fast_throw.py -------------------------------------------------------------------------------- /Chapter 7/markov-sphere-disks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/markov-sphere-disks.py -------------------------------------------------------------------------------- /Chapter 7/naive-deposition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/naive-deposition.gif -------------------------------------------------------------------------------- /Chapter 7/naive-deposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/naive-deposition.png -------------------------------------------------------------------------------- /Chapter 7/naive-deposition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/naive-deposition.py -------------------------------------------------------------------------------- /Chapter 7/naive-throw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/naive-throw.py -------------------------------------------------------------------------------- /Chapter 7/resize-disks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/resize-disks.py -------------------------------------------------------------------------------- /Chapter 7/sequential deposition coverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Chapter 7/sequential deposition coverage.py -------------------------------------------------------------------------------- /Flatlands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/README.md -------------------------------------------------------------------------------- /Flatlands/baposter.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/baposter.cls -------------------------------------------------------------------------------- /Flatlands/figures/class.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/class.odg -------------------------------------------------------------------------------- /Flatlands/figures/class.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/class.pdf -------------------------------------------------------------------------------- /Flatlands/figures/deposition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/deposition.pdf -------------------------------------------------------------------------------- /Flatlands/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/logo.png -------------------------------------------------------------------------------- /Flatlands/figures/phar.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/phar.odg -------------------------------------------------------------------------------- /Flatlands/figures/phar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/phar.pdf -------------------------------------------------------------------------------- /Flatlands/figures/plot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/plot.pdf -------------------------------------------------------------------------------- /Flatlands/figures/res.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/res.pdf -------------------------------------------------------------------------------- /Flatlands/figures/screen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/screen.pdf -------------------------------------------------------------------------------- /Flatlands/figures/sim.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/figures/sim.pdf -------------------------------------------------------------------------------- /Flatlands/poster.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.aux -------------------------------------------------------------------------------- /Flatlands/poster.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.bbl -------------------------------------------------------------------------------- /Flatlands/poster.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.bib -------------------------------------------------------------------------------- /Flatlands/poster.blg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.blg -------------------------------------------------------------------------------- /Flatlands/poster.fdb_latexmk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.fdb_latexmk -------------------------------------------------------------------------------- /Flatlands/poster.fls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.fls -------------------------------------------------------------------------------- /Flatlands/poster.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.log -------------------------------------------------------------------------------- /Flatlands/poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.pdf -------------------------------------------------------------------------------- /Flatlands/poster.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.synctex.gz -------------------------------------------------------------------------------- /Flatlands/poster.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Flatlands/poster.tex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/README.md -------------------------------------------------------------------------------- /Variational Monte Carlo .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indrag49/Computational-Stat-Mech/HEAD/Variational Monte Carlo .ipynb --------------------------------------------------------------------------------