Searched refs:lotsofoutput (Results 1 – 6 of 6) sorted by relevance
/dports/science/atompaw/atompaw-4.1.1.0/src/ |
H A D | graphatom.F90 | 22 LOGICAL :: lotsofoutput=.false. variable 27 if (TRIM(verbose)=='VERBOSE') lotsofoutput=.true. 37 CALL SCFatom('AE',lotsofoutput) 57 CALL SCFatom('NC',lotsofoutput) 61 CALL SCFatom('SC',lotsofoutput) 68 CALL SCFatom('FC',lotsofoutput)
|
H A D | atompaw_prog.F90 | 35 LOGICAL :: lotsofoutput=.false. ! can be changed eventually variable 92 CALL SCFatom('AE',lotsofoutput) 95 CALL SCFatom('SC',lotsofoutput)
|
H A D | ldagga_mod.F90 | 33 SUBROUTINE LDAGGA_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin) argument 35 LOGICAL, INTENT(IN) :: lotsofoutput local
|
H A D | aeatom.F90 | 387 SUBROUTINE SCFatom(scftype,lotsofoutput,skip_reading) argument 390 LOGICAL,INTENT(IN) :: lotsofoutput local 447 CALL EXX_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr) 450 CALL EXXOCC_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr) 454 CALL HF_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr) 459 CALL LDAGGA_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr)
|
H A D | exx_mod.F90 | 50 SUBROUTINE EXX_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin) argument 52 LOGICAL, INTENT(IN) :: lotsofoutput local 76 verboseoutput=lotsofoutput 250 SUBROUTINE EXXOCC_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin) argument 252 LOGICAL, INTENT(IN) :: lotsofoutput local 276 verboseoutput=lotsofoutput
|
H A D | hf_mod.F90 | 67 SUBROUTINE HF_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin) 69 LOGICAL, INTENT(IN) :: lotsofoutput 90 verboseoutput=lotsofoutput
|