1# -*- coding: utf-8 mode: shell-script -*- 2 3Test : XC Functionals 3D 4Program : octopus 5TestGroups : short-run, functionals 6Enabled : Yes 7 8Input: 15-oep-CG.01-kli.inp 9match ; SCF convergence ; GREPCOUNT(static/info, 'SCF converged') ; 1 10match ; energy Total ; GREPFIELD(static/info, 'Total =', 3) ; -48.9653545 11match ; eigenvalue 1 up ; GREPFIELD(static/info, ' 1 up', 3) ; -5.756954 12match ; eigenvalue 1 dn ; GREPFIELD(static/info, ' 1 dn', 3) ; -5.756954 13match ; eigenvalue 5 up ; GREPFIELD(static/info, ' 5 up', 3) ; -0.405334 14match ; eigenvalue 5 dn ; GREPFIELD(static/info, ' 5 dn', 3) ; -0.405334 15 16Input: 15-oep-CG.02-oep-bb.inp 17match ; SCF convergence ; GREPCOUNT(static/info, 'SCF converged') ; 1 18match ; energy Total ; GREPFIELD(static/info, 'Total =', 3) ; -48.9675620 19match ; eigenvalue 1 up ; GREPFIELD(static/info, ' 1 up', 3) ; -5.808809 20match ; eigenvalue 1 dn ; GREPFIELD(static/info, ' 1 dn', 3) ; -5.808808 21match ; eigenvalue 5 up ; GREPFIELD(static/info, ' 5 up', 3) ; -0.409571 22match ; eigenvalue 5 dn ; GREPFIELD(static/info, ' 5 dn', 3) ; -0.409571 23 24