Replies: 1 comment
-
|
Hello, Since this fork, our branch of QP has evolved a lot. So I tried to make a plugin starting from theirs removing all the periodic-related things to make it compatible with our QP. I am not a QMCPACK user, so I can't guarantee that everything works fine, but you can git it a try. To download and install it: qp plugins download https://gitlab.com/scemama/qp_plugins_scemama
qp plugins install qmcpack
cd $QP_ROOT/src/qmcpack
ninja |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to use CISPSI for QMC calculations using QMCPACK Additional Tools. This lead me to
qp_run save_for_qmcpack Myrun.ezfioand on QP2 Documentation, the idea is to use external plugins for QMCPACK.I am not able to clearly understand how to employ these external plugins so that I can generate an HDF5 file compatible for QMCPACK input generation.
In my current installation
qp2/pluginsfolder contains andlocalfolder which has various local plugins and a README.rst. According to this I can create a plugin with:qp plugins create -n my_fancy_plugin -r plugins_test/Since my plugin issave_for_qmcpack, do I still need to provide the details of1. What do I need to compute what I want, which means what are the objects that I need ?
There are two kind of objects:
the routines/functions:
Ex: Linear algebra routines, integration routines etc ...
the global variables which are called the providers:
Ex: one-electron integrals, Slater determinants, density matrices etc ...
2. Where do I find these objects ?
The objects (routines/functions/providers) are necessarily created in other modules/plugins.
Or simply a command
qp plugins create save_for_qmcpackran in this directoryqp2/pluginswould work?Any help will be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions