Skip to content
View naufalD's full-sized avatar

Block or report naufalD

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
naufalD/README.md

About me

Just a dude that is very passionate about Physics. Currently am learning computational physics on C++ with Qt framework and Metal shaders using a textbook by Landau (2015)1.

Footnotes

  1. Landau, R. H. (2015). Computational physics problem solving with python. John Wiley & Sons, Incorporated

Pinned Loading

  1. PDE-Finite-Difference PDE-Finite-Difference Public

    Solving PDEs with finite difference method and Metal shaders

    C++

  2. Ising-Metropolis Ising-Metropolis Public

    Simulate magnet with Ising model using Metropolis-Hastings algorithm

    C++

  3. Numerical-Integration Numerical-Integration Public

    Basic 1D numerical integration using the trapezoid method, Simpsons method and Monte Carlo methods.

    C++

  4. Random-Walk Random-Walk Public

    2D Random Walk program using linear congruent method for pseudo random number generator

    C++

  5. Monte-Carlo-Pi Monte-Carlo-Pi Public

    Using Monte Carlo methods to estimate the value of pi.

    C++

  6. ConvolutionNN ConvolutionNN Public

    Convolution neural net from scratch

    Python