All public logs
Combined display of all available logs of VASP Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:58, 21 November 2022 Karsai talk contribs created page ML OUTBLOCK (Created page with "{{DISPLAYTITLE:ML_OUTBLOCK}} {{TAGDEF|ML_OUTBLOCK|[integer]|1}} Description: Output frequency of the molecular-dynamics results for {{TAG|ML_ISTART}}=2. ---- This tag determi...")
- 11:17, 21 November 2022 Karsai talk contribs created page ML IERR (Created page with "== Related tags and articles == {{TAG|ML_LMLFF}}, {{TAG|ML_ISTART}}, {{TAG|ML_LFAST}}, {{TAG|ML_OUTBLOCK}}, {{TAG|ML_OUTPUT_MODE}} ---- Category:INCAR tagCategory:Machi...")
- 09:34, 21 November 2022 Karsai talk contribs created page ML LFAST (Created page with "{{DISPLAYTITLE:ML_LFAST}} {{TAGDEF|ML_LFAST|[logical]|.FALSE.}} Description: This tag switches on the very fast execution mode for {{TAG|ML_ISTART}}=2. ---- Until now this ta...")
- 10:58, 10 August 2022 Karsai talk contribs moved page Construction:Memory requirement Machine-learned force fields to Construction:Memory requirement for machine-learned force fields
- 10:46, 10 August 2022 Karsai talk contribs created page Construction:Memory requirement Machine-learned force fields (Created page with "==Performance and memory usage== The machine learning code is parallelized using MPI. It is most efficient if scaLAPACK is used, since storing (and working on) large matrices...")
- 10:40, 27 July 2022 Karsai talk contribs created page File:ERR BEEF CTIFOR vs MD step.png
- 10:40, 27 July 2022 Karsai talk contribs uploaded File:ERR BEEF CTIFOR vs MD step.png
- 12:44, 20 July 2022 Karsai talk contribs created page ML LBASIS DISCARD (Created page with "{{DISPLAYTITLE:ML_LBASIS_DISCARD}} {{TAGDEF|ML_LBASIS_DISCARD|[logical]|.FALSE.}} Description: Controls whether calculation is continued or stopped after the maximum number o...")
- 08:47, 19 July 2022 Karsai talk contribs deleted page Category:Dielectric Properties (content was: "== Theory == *Static dielectric matrix, ion-clamped piezoelectric tensor and the Born effective charges using density functional perturbation theory: {{TAG|LEPSILON}}. *Frequency dependent dielectric properties: {{TAG|LOPTICS}}. *Berry phases and finite electric fields: {{TAG|Berry phases and finite electric fields}}. *Calculation of X-ray abpsorption spectra (XAS): {{TAG|XAS t...", and the only contributor was "Karsai" (talk))
- 08:18, 19 July 2022 Karsai talk contribs moved page Blue moon ensemble to Blue-moon ensemble
- 07:48, 19 July 2022 Karsai talk contribs created page Category:Dielectric properties (Created page with "== Theory == *Static dielectric matrix, ion-clamped piezoelectric tensor and the Born effective charges using density functional perturbation theory: {{TAG|LEPSILON}}. *Freq...")
- 11:21, 6 May 2022 Karsai talk contribs created page ML SCLC CTIFOR (Created page with "{{DISPLAYTITLE:ML_SCLC_CTIFOR}} {{TAGDEF|ML_IREG|[real]|0.8}} Description: ---- == Related tags and articles == {{TAG|ML_LMLFF}}, ---- Category:INCAR tagCategory:Mac...")
- 15:33, 15 April 2022 Karsai talk contribs deleted page Calcprofile2D (content was: "<pre> #!/usr/bin/python from math import * def gauss_pot(x,y,x0,y0,h,w): en=h*e**(-((x-x0)**2+(y-y0)**2)/2.0/w**2) return en ff=raw_input('File name?\n') f=open(ff,'r') data=[] h=[] w=[] for line in f.readlines(): line=line.split() x=[] if (len(line)>2): for i in range(len(line)-2): x.append(float(line[i])) data.append(x) h.append(float(line[-2]))...", and the only contributor was "Karsai" (talk))
- 15:30, 15 April 2022 Karsai talk contribs deleted page Gnuplot XANES C (content was: "<pre> unset ytics set xrange [280:310] set xlabel "Energy (eV)" set ylabel "Absorption (arbitrary units)" plot "CORE_DIELECTRIC_IMAG.dat" using 1:2 with lines lw 2 ti "VASP",\ "C_PARATEC_aligned_to_VASP.dat" using 1:2 with lines ti "PAW lit",\ "C_XAS_aligned_to_VASP.dat" using 1:2 with lines ti "Exp" pause -1 </pre>", and the only contributor was "Karsai" (talk))
- 15:24, 15 April 2022 Karsai talk contribs deleted page Plot core imdiel (content was: "<pre> #!/bin/bash parallel=-1 normal=-1 all=-1 tauc=-1 trace=-1 while $# -gt 0 do key="$1" case $key in -parallel) parallel=0 ;; -normal) normal=0 ;; -trace) trace=0 ;; -tauc) tauc=0 ;; esac shift done cat > helpscript.perl <<EOF #!/bin/perl use strict; use warnings; my \$mode=shift; while(<>) { chomp;...", and the only contributor was "Karsai" (talk))
- 15:23, 15 April 2022 Karsai talk contribs deleted page Quasi harm 4x4x4 diamond create pos and run vasp (content was: "<pre> #! /bin/bash # please enter your executable path here vasp_exec=./vasp_gam #please enter the number of processors used for VASP here np=8 cp INCAR.qh INCAR for i in 6.13521592 6.27789536 6.4205748 6.56325424 6.70593368 6.84861312 6.99129256 7.133972 7.27665144 7.41933088 7.56201032 7.70468976 7.8473692 7.99004864 8.13272808 do sed "s/7.13397200/${i}/g" POSCAR.4x4x4 > PO...", and the only contributor was "Karsai" (talk))
- 15:23, 15 April 2022 Karsai talk contribs deleted page Quasi harm 4x4x4 diamond make energy vs volume plots (content was: "<pre> #!/bin/bash bandshift=0 gwrun=-1 dgbd=-1 val=-1 con=-1 gwldadiff=-1 test=-1 while $# -gt 0 do key="$1" case $key in esac shift done if [ -f "helpscript.perl" ]; then rm helpscript.perl fi cat > helpscript.perl <<EOF #!/bin/perl use strict; use warnings; my \$zahler=0; my @entropy=0; my \$ezp=0; my \$fhelmholtz=0; my \$uenergy; my \$kboltzmann=8.6...", and the only contributor was "Karsai" (talk))
- 15:22, 15 April 2022 Karsai talk contribs deleted page Quasi harm 4x4x4 diamond obtain fitting (content was: "<pre> #!/bin/bash for i in OUTTEMP_* do cp $i OUTTEMP.current #extract temperature temp=`head -n 1 OUTTEMP.current|awk '{print $3}'` #do fitting gnuplot -e "E(V)=E0+9.0/8.0*B0*V0*((V0/V)**(2.0/3.0)-1)**2 + 9.0/16.0*B0*\ (B0P-4)*V0*((V0/V)**(2.0/3.0)-1.0)**3.0 + R*((V0/V)**(2.0/3.0)-1.0)**4.0;\ B0P = 1;B0 = 1;V0 = 720;E0 = -1150;R = -1.0;fit E(x) 'OUTT...", and the only contributor was "Karsai" (talk))
- 15:18, 15 April 2022 Karsai talk contribs deleted page Extract temp cd carbon (content was: "<pre> !/bin/bash if [ -f gap_vs_temp.dat ] then rm gap_vs_temp.dat fi touch gap_vs_temp.dat counter=0 for temp in 0 100 200 300 400 500 600 700 do i="OUTCAR.T=$temp" homo1=`awk '/NELECT/ {print $3/2}' $i` homo2=`awk '/NELECT/ {print $3/2-1}' $i` homo3=`awk '/NELECT/ {print $3/2-2}' $i` lumo1=`awk '/NELECT/ {print $3/2+var+1}' $i` lumo2=`awk '/NELECT/ {pr...", and the only contributor was "Karsai" (talk))
- 15:17, 15 April 2022 Karsai talk contribs deleted page Run temperature cd carbon (content was: "<pre> #!/bin/bash # please enter your executable path here vasp_exec=./vasp_gam #please enter the number of processors used for VASP here np=8 for i in 0 100 200 300 400 500 600 700 do cp POSCAR.T\=$i. POSCAR mpirun -np $np $vasp_exec mv OUTCAR OUTCAR.T\=$i done </pre>", and the only contributor was "Karsai" (talk))
- 15:16, 15 April 2022 Karsai talk contribs deleted page Extract zpr (content was: "<pre> #!/bin/bash i="OUTCAR.T=0." j="OUTCAR.init" homo1=`awk '/NELECT/ {print $3/2}' $i` homo2=`awk '/NELECT/ {print $3/2-1}' $i` homo3=`awk '/NELECT/ {print $3/2-2}' $i` lumo1=`awk '/NELECT/ {print $3/2+var+1}' $i` lumo2=`awk '/NELECT/ {print $3/2+var+2}' $i` lumo3=`awk '/NELECT/ {print $3/2+var+3}' $i` lumo4=`awk '/NELECT/ {print $3/2+var+4}' $i` lumo5=`awk '/NELECT/ {print...", and the only contributor was "Karsai" (talk))
- 15:14, 15 April 2022 Karsai talk contribs deleted page Pair correlation script (content was: "<pre> #!/usr/bin/perl use strict; use warnings; #configuration for which ensemble average is to be calculated my $confmin=1; #starting index of configurations in XDATCAR file for pair correlation function my $confmax=20000; #last index of configurations in XDATCAR file for pair correlation function my $confskip=1; #stepsize for configuration lo...", and the only contributor was "Schlipf" (talk))
- 15:10, 15 April 2022 Karsai talk contribs deleted page FgradBM CH3Cl BM (content was: "<pre> #!/bin/bash #c equilibration period equil=2000 if [ -f "grad.dat" ]; then rm grad.dat fi touch grad.dat for i in 1 2 3 4 5 6 7 do rm rep.* j=1 while [ $j -le 100 ] do if test -f $i/report.$j then grep b_m $i/report.$j >> rep.$i.1 fi let j=j+1 done #c obtain ingredients for FE-gradfient calculation #c (cf. eq. 12 in JPCM 20, 06421...", and the only contributor was "Karsai" (talk))
- 15:09, 15 April 2022 Karsai talk contribs deleted page POSCAR CH3Cl BM (content was: "<pre> BM - POSCAR1 1.0 12.0 0.0 0.0 0.0 12.0 0.0 0.0 0.0 12.0 C H Cl 1 3 2 direct 0.5871322375157908 0.55301018027835513 0.67971406677139101 0.62447012741721697 0.62816585397463176 0.66438574150817353 0.61071464532701736 0.47956072579783432 0.64324619181721654 0.51527571900478364 0.5538828554036046 0.73866022152099475 0.44165342598948132 0.58799096227020642 0.55554878133...", and the only contributor was "Karsai" (talk))
- 15:07, 15 April 2022 Karsai talk contribs deleted page IntegrateForwar CH3Cl SG (content was: "<pre> #!/usr/bin/python import string import sys f=sys.argv[1] f=open(f,'r') r=[] g=[] for line in f.readlines(): line=string.split(line) num=len(line) if len(line)==2: r.append(float(line[0])) g.append(float(line[1])) f.close() tg=0.0 print r[0],tg for i in range(1,len(r)): gg=0.5*(r[i]-r[i-1])*(g[i]+g[i-1]) tg+=gg print r[i],tg </pre>", and the only contributor was "Karsai" (talk))
- 15:01, 15 April 2022 Karsai talk contribs deleted page Diffusion coefficient liquid Si freezing (content was: "<pre> #!/usr/bin/python import sys import re import math #setting grid for histogram potim = 3 #timestep from INCAR file readfile = open(sys.argv[1],"r") #input XDATCAR file in format XDATCAR.TEMP temp=re.sub("XDATCAR.",,sys.argv[1]) #extracts temperature from input file name z=0 #counter natoms=0...", and the only contributor was "Karsai" (talk))
- 08:10, 11 April 2022 Karsai talk contribs deleted page Pair correlation function xny script (content was: "<pre> file=PCDAT awk <$file >PCDAT.xy ' NR==8 { pcskal=$1} NR==9 { pcfein=$1} NR==7 { npaco=$1} NR>=13 { line=line+1 if (line==1) s=s+1 if (line==(npaco+1)) { print " " line=0 } else { a1[line]= a1[line] + $1 a2[line]= a2[line] + $2 a3[line]= a3[line] + $3 a4[line]= a4[line] + $4 print (line-0.5)*pcfein/pcskal,$1,$2, $3, $4, $5...", and the only contributor was "Karsai" (talk))
- 13:33, 8 April 2022 Karsai talk contribs deleted page Category:Machine Learned Force Fields (content was: "== Theoretical Background == *Machine learning force field: Theory. ---- Machine-learned force fields")
- 12:30, 8 April 2022 Karsai talk contribs moved page Construction:ICORELEVEL to ICORELEVEL
- 12:30, 8 April 2022 Karsai talk contribs deleted page ICORELEVEL (Deleted to make way for move from "Construction:ICORELEVEL")
- 09:55, 8 April 2022 Karsai talk contribs created page Construction:ICORELEVEL (Created page with "{{TAGDEF|ICORELEVEL|0 {{!}} 1 {{!}} 2|0}} Description: {{TAG|ICORELEVEL}} controls whether the core energies are explicitely calculated or not and how they are calculated. -...")
- 20:49, 7 April 2022 Karsai talk contribs created page Pair correlation function xny script (Created page with "<pre> if [ -f "$1" ] then file=$1 else file=PCDAT fi awk <$file >PCDAT.xy ' NR==8 { pcskal=$1} NR==9 { pcfein=$1} NR>=13 { line=line+1 if (line==1) s=s+1 if (line...")
- 10:04, 6 April 2022 Karsai talk contribs undeleted page Metadynamics (7 revisions)
- 10:03, 6 April 2022 Karsai talk contribs deleted page Metadynamics (Content merged into Category:Metadynamics)
- 10:53, 7 January 2022 Karsai talk contribs created page Template:MLFF memorgy usage table (Created page with ":{| cellpadding="5" cellspacing="0" border="1" | style="text-align: center;"| || style="text-align: center;"|scaLAPACK distributed || style="text-align:...")
- 15:29, 4 January 2022 Karsai talk contribs created page ML EPS REG (Created page with "{{TAGDEF|ML_EPS_REG|[real]|1E-14}} == Related Tags and Sections == {{TAG|ML_LMLFF}}, {{TAG|ML_MB}} {{sc|ML_EPS_LOW|Examples|Examples that use this tag}} ---- Category:IN...")
- 10:03, 2 November 2021 Karsai talk contribs deleted page Machine learning force field calculations: Important algorithms (content was: "This page describes important algorithms used in the machine learning force field method. == Sampling of training data and local reference configurations == We employ a learning scheme where structures are only added to the list of training structures when local reference configurations are picked for atoms that have an error in the force higher than a given threshold. So in t...", and the only contributor was "Karsai" (talk))
- 13:16, 21 October 2021 Karsai talk contribs moved page MAchine learning force field calculations: Important algorithms to Machine learning force field calculations: Important algorithms
- 13:14, 21 October 2021 Karsai talk contribs created page MAchine learning force field calculations: Important algorithms (Created page with "This page describes important algorithms used in the machine learning force field method. == Sampling of training data and local reference configurations == Usually one can...")
- 16:04, 12 October 2021 Karsai talk contribs created page ML IALGO LINREG (Created page with "{{TAGDEF|ML_IALGO_LINREG|[integer]|1}} Description: This tag determines how to solve the linear equations in the ridge regression for machine learning. ---- The following op...")
- 07:24, 1 September 2021 Karsai talk contribs created page File:MLFF Liquid Si tutorial.tgz
- 07:24, 1 September 2021 Karsai talk contribs uploaded File:MLFF Liquid Si tutorial.tgz
- 07:22, 1 September 2021 Karsai talk contribs deleted page File:MLFF Liquid Si.tgz
- 06:52, 23 August 2021 Karsai talk contribs moved page ML FF XMIX to ML XMIX
- 06:52, 23 August 2021 Karsai talk contribs moved page ML FF WTSIF to ML WTSIF
- 06:52, 23 August 2021 Karsai talk contribs moved page ML FF WTOTEN to ML WTOTEN
- 06:51, 23 August 2021 Karsai talk contribs moved page ML FF WTIFOR to ML WTIFOR
- 06:51, 23 August 2021 Karsai talk contribs moved page ML FF W1 MB to ML W1
- 06:51, 23 August 2021 Karsai talk contribs moved page ML FF SION2 MB to ML SION2
- 06:51, 23 August 2021 Karsai talk contribs moved page ML FF SION1 MB to ML SION1