Home
last modified time | relevance | path

Searched refs:BGW (Results 1 – 25 of 123) sorted by relevance

12345

/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/silicon/ABINIT/07-wannier/
H A DREADME1 This README file explains how to run wannier90 with ABINIT/BGW
7 Once you have successfuly run BGW, copy eqp1.dat from ../08-sigma
10 Then you need to convert the BGW output to an ABINIT QPS file as follows:
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DDumpBGW.cpp33 BGW bgw(*e, *bgwParams); in dumpBGW()
45 BGW::BGW(const Everything& e, const BGWparams& bgwp) in BGW() function in BGW
94 void BGW::writeWfn() const in writeWfn()
110 ((BGW*)this)->denseWriteWfn(gidWfns); in writeWfn()
161 void BGW::writeVxc() const in writeVxc()
168 std::vector<matrix>& VxcSub = ((BGW*)this)->VxcSub; in writeVxc()
224 hid_t BGW::openHDF5(string fname) const in openHDF5()
238 void BGW::writeHeaderMF(hid_t fid) const in writeHeaderMF()
H A DDumpBGW_internal.h59 class BGW
85 BGW(const Everything& e, const BGWparams& bgwp);
H A DDumpBGW_dense.cpp28 void BGW::denseWriteWfn(hid_t gidWfns) in denseWriteWfn()
91 void BGW::denseWriteWfn(hid_t gidWfns) in denseWriteWfn()
H A DSpeciesInfo.h250 friend class BGW; variable
H A DDumpBGW_fluid.cpp96 void BGW::writeChiFluid(bool write_q0) const in writeChiFluid()
H A DDump.cpp429 if(ShouldDump(BGW) && isCevec) dumpBGW(); in operator ()()
/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/GaAs/
H A DREADME62 First, the wavefunction are computed. Then, they are converted to a format suitable for BGW.
63 In the 04 directory, the charge density is also converted to be read by BGW, as well as the vxc
66 For the steps that invoke BGW executables (11-14), the file name follows a strict convention
67 enforced by BGW. Pay attention to the symbolic links being created before running the BGW
/dports/databases/timescaledb/timescaledb-2.5.1/test/expected/
H A Dbgw_launcher.out67 RETURN 'BGW Scheduler found.';
72 RETURN 'BGW Scheduler NOT found.';
491 RETURN 'BGW Scheduler found.';
496 RETURN 'BGW Scheduler NOT found.';
564 BGW Scheduler found.
574 BGW Scheduler found.
581 BGW Scheduler found.
593 BGW Scheduler found.
/dports/databases/pg_partman/pg_partman-4.5.1/
H A DREADME.md12 A background worker (BGW) process is included to automatically run partition maintenance without th…
44 You can also set other control variables for the BGW in postgresql.conf. "dbname" is required at a …
50BGW, the database cluster can be safely started without having the extension first created in the …
/dports/science/berkeleygw/BGW-2.0.0/bin/
H A DREADME10 eqp.dat. This file can be read in directly from the BGW
/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/silicon/ABINIT/
H A DREADME18 Input file for the ABINIT-to-BGW wrapper.
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D6enc_bgw.sdf117 BGW
/dports/devel/erlang-cf/cf-0.3.1/src/
H A Dcf.erl94 -define(BGW, "\033[47m"). macro
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/cf/src/
H A Dcf.erl94 -define(BGW, "\033[47m"). macro
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/cf/src/
H A Dcf.erl94 -define(BGW, "\033[47m"). macro
/dports/science/berkeleygw/BGW-2.0.0/MeanField/ESPRESSO/version-5.1/
H A Despresso-5.1-patch282 if (okpaw) call errore ( 'pw2bgw', 'BGW cannot use PAW.', 4 )
283 if (gamma_only) call errore ( 'pw2bgw', 'BGW cannot use gamma-only run.', 5 )
284 if (nspin == 4) call errore ( 'pw2bgw', 'BGW cannot use spinors.', 6 )
/dports/games/xshisen/xshisen-1.51/lang/
H A DXShisen.ad.ja_JP.JIS77 $BGW%G%6%$%s(B by $B=);3(B $BN4G7(B <taco3@ybb.ne.jp>
/dports/science/berkeleygw/BGW-2.0.0/
H A DCHANGELOG42 BGW-1.1 and may cause a small change in the numbers produced by the code.
/dports/databases/pg_partman/pg_partman-4.5.1/doc/
H A Dpg_partman_howto_triggerbased.md868BGW), set the pg_partman_bgw.interval value in postgresql.conf. This example sets it to run every …
874 If you're not using the BGW, you must use a third-party scheduling tool like cron to schedule the c…
H A Dpg_partman.md100BGW is basically just a scheduler that runs the `run_maintenance()` function for you so that you d…
104 The following configuration options are available to add into postgresql.conf to control the BGW pr…
107 …ance()` will run on. If more than one, use a comma separated list. If not set, BGW will do nothing.
288BGW) to have this automatically run for you by PostgreSQL itself. Note that the `p_parent_table` p…
303 …* NOTE: The BGW does not yet use this procedure and still uses the standard run_maintenance() func…
H A Dmigration_to_partman.md279 Schedule the run_maintenance() function to run (either via cron or the BGW) and future partition ma…
/dports/science/jdftx/jdftx-1.6.0/jdftx/doc/
H A DChangeLog.dox9 + Split and reorganized the BGW output code into manageable chunks divided by core, fluid and dense…
27 - Added exact-exchange support in dense diagonalization for BGW output
/dports/databases/timescaledb/timescaledb-2.5.1/
H A DCHANGELOG.md993 * #1688 Handle many BGW jobs better
999 * #1719 Fix restoring/scheduler entrypoint to avoid BGW death
1158 * #1476 Fix logic for BGW rescheduling
1171 * @rogerdwan for reporting an issue with BGW rescheduling
1571 * [281f363] Modify telemetry BGW to run every hour the first 12 hours
1574 * [5377e2d] Fix use-after-free bug for connections in the telemetry BGW
1660 * [a43cd04] Call the main telemetry function inside BGW executor
/dports/misc/p5-Geo-Address-Formatter/Geo-Address-Formatter-1.96/address-formatting/conf/
H A Dcounty_codes.yaml78 BGW: Blaenau Gwent

12345