Keywords highlight and auto-completion for lammps input file in Notepad++
Lammps is a powerful multi-purpose simulation software. To run a simulation with lammps, one needs to prepare an input script file in which commands are issued to control the work flow. There are MANY commands and lots of keywords supported by lammps. I found it’s good if there is a text editor capable of highlighting the keywords and keyword auto-completion. Notepad++ is one of the best free text editor. To add support of highlighting and auto-completion is pretty easy in Notepad++ cause it has a user-friendly interface (a dialog) to allow user to define new keywords, symbols, comments, operators for a new language. I just made the support for lammps commands. Continue reading ‘Keywords highlight and auto-completion for lammps input file in Notepad++’ »