الصفحات

الخميس، 7 يوليو 2011



دي إف تي :ـ

تعتبر أداة دفتي \psiمن أهم الأساليب الحسابية في مجالي الكيمياء \epsilon_{\rm XC}(n_\uparrow,n_\downarrow)والفيزياء في الوقت الحالي.لكن قبل هذا، هناك causes لابد من أستيفاءها . إن المعادلة equationالرئيسية هي :ـ


n(\vec r) = N \int{\rm d}^3r_2 \int{\rm d}^3r_3 \cdots \int{\rm d}^3r_N \Psi^*(\vec r,\vec r_2,\dots,\vec r_N) \Psi(\vec r,\vec r_2,\dots,\vec r_N).
والكود المستخدم في الحساب يكون بالشكل الآتي :ـ

### login BWgrid

ssh -l mm1019 bwui.bfg.uni-freiburg.de

### copy from here to there

-r allows copying subdirectories too

scp -r * mrhsegypt@mmos7.physik.uni-freiburg.de:~/06.15.2011/latest_from_bwgrid/06.13.2011/optimizing_fold/1/trial2



scp -r * mm1019@bwui.bfg.uni-freiburg.de:~/06.13.2011/optimizing_fold/1/trial2/again

### search all subdirectories

grep -R 'keyword' *

### search file and delete it on the fly

find . -type f -name "thefiletobedeleted" -exec rm -f {} \;

### running a script at the terminel
./nameofscript

### unzip files
tar -xzf vmd-1.9.bin.LINUX.opengl.tar.gz

# to create a new file
touch newfile.txt



ليست هناك تعليقات: