Skip to content
Snippets Groups Projects
  1. May 11, 2017
  2. Apr 21, 2017
  3. Mar 05, 2017
  4. Feb 28, 2017
  5. Feb 27, 2017
  6. Feb 23, 2017
  7. Feb 22, 2017
  8. Feb 14, 2017
  9. Jan 30, 2017
  10. Jan 29, 2017
  11. Jan 26, 2017
  12. Jan 10, 2017
  13. Oct 06, 2016
  14. Jul 28, 2016
    • Giovanni Bussi's avatar
      Renamed temporary files. · 6c856fa9
      Giovanni Bussi authored
      These are the files generated automatically with the cmd
      dictionaries. I renamed them to inc which is a more standard
      extension for include files.
      6c856fa9
  15. Jun 21, 2016
  16. Jun 13, 2016
  17. May 13, 2016
  18. May 04, 2016
  19. Apr 04, 2016
    • Giovanni Bussi's avatar
      Made plumed tolerate noEOL only in input · 606a0121
      Giovanni Bussi authored
      No EOL at the end of the file is only tolerated in input file
      (e.g. plumed.dat) and not in other files (including HILLS files).
      
      Indeed, when using multiple walkers, it is possible that transiently
      the HILLS file from other walkers have incomplete lines.
      With this fix, those lines are ignored and read at the next iteration.
      
      This fixes #190
      606a0121
  20. Mar 09, 2016
  21. Feb 26, 2016
  22. Feb 01, 2016
  23. Jan 29, 2016
    • Giovanni Bussi's avatar
      Improved cmd map · df9372d3
      Giovanni Bussi authored
      map is now a global static object
      df9372d3
    • Giovanni Bussi's avatar
      Improve cmd interpreter · 7a0fb400
      Giovanni Bussi authored
      Enum list and word map are now generated with a script.
      
      To add a new command it is sufficient to add a case command as:
      
      case PIPPO: // cmd pippo
      
      It is related to #182, though I let the issue open since I think
      we should automatize also the cmd documentation.
      7a0fb400
  24. Jan 27, 2016
  25. Jan 21, 2016
  26. Jan 20, 2016
  27. Jan 08, 2016
Loading