mirror of https://github.com/QMCPACK/qmcpack.git
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<simulation>
|
|
<!--
|
|
|
|
Example QMCPACK input file produced by convert4qmc
|
|
|
|
It is recommend to start with only the initial VMC block and adjust
|
|
parameters based on the measured energies, variance, and statistics.
|
|
|
|
-->
|
|
<!--Name and Series number of the project.-->
|
|
<project id="gold" series="0"/>
|
|
<!--Link to the location of the Atomic Coordinates and the location of the Wavefunction.-->
|
|
<include href="gold.structure.xml"/>
|
|
<include href="gold.wfnoj.xml"/>
|
|
<!--Hamiltonian of the system. Default ECP filenames are assumed.-->
|
|
<hamiltonian name="h0" type="generic" target="e">
|
|
<pairpot name="ElecElec" type="coulomb" source="e" target="e" physical="true"/>
|
|
<pairpot name="IonIon" type="coulomb" source="ion0" target="ion0"/>
|
|
<pairpot name="PseudoPot" type="pseudo" source="ion0" wavefunction="psi0" format="xml">
|
|
<pseudo elementType="Bi" href="Bi.qmcpp.xml"/>
|
|
</pairpot>
|
|
</hamiltonian>
|
|
<!--
|
|
|
|
Example initial VMC to measure initial energy and variance
|
|
|
|
-->
|
|
<qmc method="vmc" move="pbyp" checkpoint="-1">
|
|
<estimator name="LocalEnergy" hdf5="no"/>
|
|
<parameter name="warmupSteps">100</parameter>
|
|
<parameter name="blocks">20</parameter>
|
|
<parameter name="steps">50</parameter>
|
|
<parameter name="substeps">8</parameter>
|
|
<parameter name="timestep">0.5</parameter>
|
|
<parameter name="usedrift">no</parameter>
|
|
</qmc>
|
|
</simulation>
|