Use Meep in Windows subsystem of Linux

Install Windows subsystem of Linux by opening the system prompt in administrative mode and type: wsl –install Follow instructions here to install miniconda: https://dev.to/sfpear/miniconda-in-wsl-3642 Create the folder for meep files: cd ~makedir meepcd meep Create environment for meep and install jupyter notebook for visualization: conda create -n meep -c conda-forge pymeep pymeep-extraspip install jupyter ActivateContinue reading “Use Meep in Windows subsystem of Linux”

Reflection on the concept of rest

An essential part of life is “rest,” which should function as a way to refresh ourselves for better productivity. However, we all occasionally feel more tired after resting, which can be quite confusing. What is Rest? The reason is simple: anything outside our primary work is subconsciously considered “rest,” but this is not always true.Continue reading “Reflection on the concept of rest”

What why and how

It has been long ignored in Chinese education that the capability to ask questions is indeed more important than to memorize equations or essays. Thus many people can’t ask questions or especially intelligent ones. It is, however, more and more important to realize the significance of such seemingly useless and thus highly overlooked mental activity.Continue reading “What why and how”

Is analytical analysis dead?

Modern numerical techniques, typicalized by finite difference methods and neural networks, only require the equations of motion and initial conditions to iteratively solve most of the physical problems. No analytical analysis is required in this whole process. These numerical methods discretalize the whole space and determine each grid value iteratively using simple mathematical operations suchContinue reading “Is analytical analysis dead?”