[Wien] 2D optimization

Víctor Luaña Cabal victor at fluor.quimica.uniovi.es
Wed Nov 16 16:49:12 CET 2016


On Wed, Nov 16, 2016 at 03:45:42PM +0100, boudiaf khadidja wrote:
> Dear wien2k user;
> whene i run the 2Doptimize.job
> i have this proplem:
> rm : No match.

This corresponds to a shell script
You need to identify what kind of script is used in the 2Doptimize:
¿bash? ¿cshell? ¿python?

> Too many ('s.
> what does it means?

An error in the script. This a bash code to check if the parentheses
of an expression do balance:

while [[ $string = *'()'* ]] ; do
    string=${string//()/}
done

if [[ $string ]] ; then
    echo Invalid
else
    echo Valid
fi

Good luck!
          Víctor
--
     .  .    "When are we ready to learn something? Motivation is the
    / `' \   most important step in education."
   /(o)(o)\  -- adapted from Adam Steltzner, 2016 (ElPaís)
  /`. \/ .'\ 
 /   '`'`   \ 
 |  \'`'`/  | "You educate a man, you educate a person. You
 |  |'`'`|  |  educate a woman, you educate a family."
  \/`'`'`'\/  -- Bárbara Valencia, 2016 (NYTimes)
===(((==)))==================================+=========================
! Dr.Víctor Luaña, in silico chemist & prof. !
! Departamento de Química Física y Analítica !
! Universidad de Oviedo, 33006-Oviedo, Spain !
! e-mail:  <victor at fluor.quimica.uniovi.es>  !
! phone: +34-985-103491  fax: +34-985-103125 !
+--------------------------------------------+
 GroupPage: <http://azufre.quimica.uniovi.es/>
 Articles:  <http://scholar.google.com/citations?user=Ibl1BWAAAAAJ&hl=es>
 git-hub:   <https://github.com/aoterodelaroza>



More information about the Wien mailing list