Steve Plimpton
Steve Plimpton
yes, this is great idea. I know we've made this reference on a handful of doc pages, but nothing systematic. Given the suggested syntax, I think it would best appear...
Here is what we have currently: cd lammps/doc/src; grep "examples/" [a-z]*.rst Your one line syntax is better.
@rbberger Do you want to write a Python script to scan the example dirs for style commands, and auto-add these one-liners to doc/src/*.rst files?
@rbberger @akohlmey So what about a python script where you specify an rst filename and it prints a list of example dir input scripts that use any of the commands...
I'll just add that it should not point to folders, it should point to specific input scripts. Some folders have multiple scripts.
@jtclemm I like that format One tweak: Used in input scripts: instead of Example input scripts avail:
@akohlmey @jtclemm Also were those input script names going to be links? Is that easy/possible?
@yury-lysogorskiy Here is an initial implementation of what I think will be useful for you with PACE. See what you think. The fix pair command would request per-atom gamma from...
@yury-lysogorskiy The error is b/c you commented out "#fp 0" which means the fix produces a per-atom vector not array. So it has to be referenced in the compute and...
@yury-lysogorskiy I think it will work if you change fix pair 2 to fix pair 1. The problem is that the code doesn't know when the last step (iteration) of...