paddle_quantum.qchem.loss.po 2.0 KB
Newer Older
Q
Quleaf 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Baidu Inc
# This file is distributed under the same license as the paddle-quantum
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: paddle-quantum \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-17 11:08+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../../source/paddle_quantum.qchem.loss.rst:2
msgid "paddle\\_quantum.qchem.loss"
msgstr ""

#: of paddle_quantum.qchem.loss:1
msgid "Loss functions for quantum chemistry calculation."
msgstr ""

#: of paddle_quantum.qchem.loss.MolEnergyLoss:1
msgid "Bases: :py:class:`~paddle_quantum.loss.measure.ExpecVal`"
msgstr ""

#: of paddle_quantum.qchem.loss.MolEnergyLoss:1
msgid "Loss function for molecular ground state calculation."
msgstr ""

#: of paddle_quantum.qchem.loss.MolEnergyLoss
#: paddle_quantum.qchem.loss.RHFEnergyLoss
msgid "Parameters"
msgstr ""

#: of paddle_quantum.qchem.loss.MolEnergyLoss:3
#: paddle_quantum.qchem.loss.RHFEnergyLoss:4
msgid "e.g. \"H 0.0 0.0 0.0; H 0.0 0.0 0.74\"."
msgstr ""

#: of paddle_quantum.qchem.loss.MolEnergyLoss:4
#: paddle_quantum.qchem.loss.RHFEnergyLoss:5
msgid "chemical basis, e.g. \"sto-3g\"."
msgstr ""

#: of paddle_quantum.qchem.loss.MolEnergyLoss:5
#: paddle_quantum.qchem.loss.RHFEnergyLoss:6
msgid "spin multiplicity."
msgstr ""

#: of paddle_quantum.qchem.loss.MolEnergyLoss:6
#: paddle_quantum.qchem.loss.RHFEnergyLoss:7
msgid "charge of the molecule."
msgstr ""

#: of paddle_quantum.qchem.loss.RHFEnergyLoss:1
msgid "Bases: :py:class:`~paddle_quantum.base.Operator`"
msgstr ""

#: of paddle_quantum.qchem.loss.RHFEnergyLoss:2
msgid "Loss function for Restricted Hartree Fock calculation."
msgstr ""

#: of paddle_quantum.qchem.loss.RHFEnergyLoss:2
msgid "NOTE: This function needs PySCF be installed!"
msgstr ""