Skip to content

Releases: molssi-seamm/loop_step

Enhancement to 'For' loops

23 Aug 17:20
916e1bc
Compare
Choose a tag to compare
  • For integer loops, ensure that the loop variable is an integer and make the directory name be value of the loop variable to make it easier to find the iteration of interest.

Bugfix: Error selecting systems by name

22 Aug 00:08
ed9b5b0
Compare
Choose a tag to compare
  • There was a bug selecting system by name in the For Systems in Database branch.

Improved handling for For Systems in Database

16 Aug 14:17
09eda93
Compare
Choose a tag to compare

Added ability to get all configurations for each system, as well as using matching or regexps for the names of configurations to select.

Further improving naming of loop subdirectories

30 Jul 21:23
dcb88ac
Compare
Choose a tag to compare
  • For loops now use the value of loop index as the subdirectory
  • Improved handling of lists for ForEach loops so blank-delimited lists work properly. Quotes can be used for values with embedded blanks, much like the Linux commandline.

Improved naming of loop subdirectories

29 Jul 00:36
93ae014
Compare
Choose a tag to compare
  • The subdirectories now start at 1, not 0, to make counting more normal
  • When looping over systems, now have the option to name the directories after the system or configuration name, not the iteration number.

Bugfix: Crash in "For" loops

09 Nov 15:55
2d48a4a
Compare
Choose a tag to compare
  • For loops could crash writing to write final_structure.mmcif before the directory had been made.

Improved consistency of printing loop information

30 Oct 15:15
53a9924
Compare
Choose a tag to compare
Merge pull request #22 from molssi-seamm/dev

Improved consistency of printing loop information

Better support for rerunning/restarting jobs

24 Apr 19:26
aa44a41
Compare
Choose a tag to compare
  • Remove 'iteration.out' if it already exists.

Starting to add loops over structures in the database

15 Feb 01:15
d8b92c9
Compare
Choose a tag to compare
  • Reorganized the documentation and changed to the standard MolSSI theme

Improved error handling

16 Jan 12:00
Compare
Choose a tag to compare

Wrote the traceback for any errors caught to item_nnn/stderr.out to aid debugging.