Time flies.
光阴似箭
Updated time: 03/30 2024.
Some fixing error and unfilled code
when i run the test-post/*.py, i found the output file has been generated in the root directory of pjvasp_package
we should add flowing python commands
import os
# get the path of those script
script_dir = os.path.dirname(__file__)
# set the working path
os.chdir(script_dir)
Ok, avoid to use it in root directory. To be safe, use it in user file.
Please indicate the source when reprinting. Please verify the citation sources in the article and point out any errors or unclear expressions.