- Install Julia Lang.
- Install Visual Studio Code.
- Install 'Julia' extension for Visual Studio Code.
- (For new package) Run Julia Lang application and then enter
] generate <pkg name>to generate a new project folder with julia environment.
- Open project folder in VS Code.
- Start Julia REPL using
Julia: Start REPLin VS Code command pallete. - Set the Julia enviroment to project name in VS Code using
Julia: Activate This Environmentin VS Code command pallete. - (First time) For a newly downloaded package, run
using Package; Pkg.instantiate()in Julia REPL to install the packages needed for this project. - Can use VS Code command pallete to run selected code via
Julia: Execute Code in REPLor entire .jl file viaJulia: Execute Active File in REPL.
- To add package:
] add <package>.
This code was written to study the dynamics of force dipoles in spherical fluid membranes and was used for research in writing the paper:
- Bagaria, S., & Samanta, R. (2021). Dynamics of Force Dipoles in Curved Biological Membranes. arXiv preprint arXiv:2110.05460.
Please refer to the paper for details.