├── README.md ├── mathematica files ├── Brownian Motion_Langevin equation.nb ├── Carnot Cycle.nb └── Ideal gas.nb └── python files ├── Adiabatic processes.ipynb ├── Brownian Motion_Langevin equation.ipynb ├── Isothermal processes.ipynb ├── Logistic Map.ipynb └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/README.md -------------------------------------------------------------------------------- /mathematica files/Brownian Motion_Langevin equation.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/mathematica files/Brownian Motion_Langevin equation.nb -------------------------------------------------------------------------------- /mathematica files/Carnot Cycle.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/mathematica files/Carnot Cycle.nb -------------------------------------------------------------------------------- /mathematica files/Ideal gas.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/mathematica files/Ideal gas.nb -------------------------------------------------------------------------------- /python files/Adiabatic processes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/python files/Adiabatic processes.ipynb -------------------------------------------------------------------------------- /python files/Brownian Motion_Langevin equation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/python files/Brownian Motion_Langevin equation.ipynb -------------------------------------------------------------------------------- /python files/Isothermal processes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/python files/Isothermal processes.ipynb -------------------------------------------------------------------------------- /python files/Logistic Map.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/python files/Logistic Map.ipynb -------------------------------------------------------------------------------- /python files/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreHAM/Thermodynamics-and-Statistical-Physics/HEAD/python files/requirements.txt --------------------------------------------------------------------------------