TDPW(TDAP-QE) is an time dependent ab initio package, which is based on the plane-wave code Quantum Espresso.
Chao Lian and Sheng Meng wrote the original version.
Now, it is mainly maintained by Daqiang Chen, Chao Lian, and Sheng Meng.
Install the dependencies with Bundler:
$ bundle install
The Gemfile in this dir is
source 'https://mirrors.tuna.tsinghua.edu.cn/rubygems'
#https://rubygems.org'
gem 'jekyll', '3.8.4'
group :jekyll_plugins do
gem 'jekyll-feed', '0.11.0'
gem 'jekyll-seo-tag', '2.5.0'
gem 'jekyll-sitemap', '1.2.0'
end
Run jekyll
commands through Bundler to ensure you're using the right versions:
nohup bundle exec jekyll serve -P 3000 > /tmp/outout.log
2020-06-07 change url
./change-url.sh none TDAPW
next time, you can
./change-url.sh TDAPW newurl