Skip to content

Commit

Permalink
clean up some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Apr 25, 2023
1 parent 5590971 commit 9da24a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/rst/qmctorch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ backflow transformed positions. One can define such wave function with:

>>> from qmctorch.wavefunction import SlaterJastrowBackFlow
>>> from qmctorch.wavefunction.orbitals.backflow.kernels import BackFlowKernelInverse
>>> from qmctorch.wavefunction.jastrows.elec_elec.kernels.pade_jastrow_kernel import PadeJastrowKernel
>>> from qmctorch.wavefunction.jastrows.elec_elec.kernels import PadeJastrowKernel
>>>
>>> wf = SlaterJastrowBackFlow(mol,
>>> configs='single_double(2,2)',
Expand All @@ -141,7 +141,7 @@ This wave function can be used with

>>> from qmctorch.wavefunction import SlaterJastrowBackFlow
>>> from qmctorch.wavefunction.orbitals.backflow.kernels import BackFlowKernelInverse
>>> from qmctorch.wavefunction.jastrows.elec_elec.kernels.pade_jastrow_kernel import PadeJastrowKernel
>>> from qmctorch.wavefunction.jastrows.elec_elec.kernels import PadeJastrowKernel
>>>
>>> wf = SlaterJastrowBackFlow(mol,
>>> configs='single_double(2,2)',
Expand Down Expand Up @@ -173,9 +173,9 @@ The Jastrow factor combines here multiple terms that represent electron-electron
>>> from qmctorch.wavefunction import SlaterCombinedJastrow
>>> from qmctorch.wavefunction.jastrows.elec_elec.kernels.pade_jastrow_kernel import PadeJastrowKernel as PadeJastrowElecElec
>>> from qmctorch.wavefunction.jastrows.elec_nuclei.kernels.pade_jastrow_kernel import PadeJastrowKernel as PadeJastrowKernelElecNuc
>>> from qmctorch.wavefunction.jastrows.elec_elec_nuclei.kernels.boys_handy_jastrow_kernel import BoysHandyJastrowKernel
>>> from qmctorch.wavefunction.jastrows.elec_elec.kernels import PadeJastrowKernel as PadeJastrowElecElec
>>> from qmctorch.wavefunction.jastrows.elec_nuclei.kernels import PadeJastrowKernel as PadeJastrowKernelElecNuc
>>> from qmctorch.wavefunction.jastrows.elec_elec_nuclei.kernels import BoysHandyJastrowKernel
>>>
>>> wf = SlaterCombinedJastrow(mol,
>>> configs='single_double(2,2)',
Expand Down

0 comments on commit 9da24a5

Please sign in to comment.