Shengfeng233 / PINN-for-NS-equation

A pytorch implementaion of physics informed neural networks for two dimensional NS equation
94 stars 9 forks source link

Citation? #5

Open chenling669 opened 1 month ago

chenling669 commented 1 month ago

If I use your code as a baseline, modify it to address my research problem, and then include it in my paper, do I need to cite your work? How should I do that?

Shengfeng233 commented 1 month ago

Well, if you are using this code, you could just cite this repository. If you are using hyperparameters similar to those in my paper, you can cite my paper. It is alright if you don't, "PINNs for NS equations" is quite rudimentary code, I am just sharing this repository so that anyone interested in PINNs could immediately get their hands dirty. GLHF!