Size: 1155
Comment:
|
Size: 1320
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 32: | Line 32: |
=== get a bdf work copy=== | == get a bdf work copy == |
Line 35: | Line 35: |
git clone | Obtain a bdf work copy git clone youname@10.105.153.100:/export/gitroot/bdf-pkg Create your own branch git checkout myown Switch to your new branch git branch myown |
Bingbing Suo is own page.
Wiki logs
1 Add Wiki theme moin-mandarin. Look at the link https://bitbucket.org/thesheep/moin-mandarin
2 Try to edit a bdftheme from modernized theme.
- Make a copy of the 'modern' theme in the static files directory and call it 'bdftheme'
- Copy the script of this theme MoinMoin/theme/modern.py' to data/plugins/theme/bdftheme.py
- Edit the file 'bdftheme.py' and change at least the variable name = "modernized" to {name ="bdftheme"
Filename for all kind of local orbitals in BDF:
1. localorb - local orbital generated by BDF module localmo. Boys and trust region methods are used in orbital localization. 2. blmo - Boys. 3. tlmo - Trust region. 4. flmoorb - fragment local orbital generated by bottom-up method. 5. pflmo - norm-orthogonal pFLMO.
BDF git version control user's guide
Start from a clean BDF copy bdfpkg
cd bdfpkg git init git add git config --global user.name "your name" git config --global user.email "youremail@domain" git commit -m "Creat BDF package store"
get a bdf work copy
Obtain a bdf work copy git clone youname@10.105.153.100:/export/gitroot/bdf-pkg Create your own branch git checkout myown Switch to your new branch git branch myown