The Superstring Theory

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks The Superstring Theory
# 1  
Old 12-31-2012
The Superstring Theory

2012-12-31T18:58:35+01:00
Image


Tweet
Image Image Image Image
Image

Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

SUN Custer Theory

Hi, Newbie to the cluster, Would like to some basic idea on the cluster framework.:confused: Any pointer to a link which is useful.:p How to explain on cluster's disk? :( Scenario, node1, node2, Storage1 and Storage2. 1. If storage1 attached to node1, and node1 fault; node1 failed to... (10 Replies)
Discussion started by: simka
10 Replies

2. UNIX Desktop Questions & Answers

Why BackTrack3 Stored in USB Can Not Save Changes? What is the Theory Behind it?

I have a 16 GB Flash Drive. I changed the settings & set it as local disk, so my Vista recognizes it as a local disk, not removable disk. After that, i deleted the whole partition & then i made new partitions. I chose 9 GB to be in FAT32 format & 7 GB will be in ex2 format to save future... (0 Replies)
Discussion started by: f.ben.isaac
0 Replies

3. UNIX for Dummies Questions & Answers

Theory question about the organization of a UNIX file...

Hi, I am quite sure that I am posting a question in the very wrong forum but I have to give a try. It's a question about UNIX theory. I don't have any clue of how to solve this question. If someone could kindly provide some good references or give me the formulas, it will be really... (1 Reply)
Discussion started by: ti_ma
1 Replies
Login or Register to Ask a Question
mp2(1)																	    mp2(1)

NAME
mp2 - Moller-Plesset Perburbation Theory DESCRIPTION
The module determines the second-order Moller-Plesset energy and one-particle density matrix (OPDM) for RHF, UHF, and ROHF (using semi- canonical orbitals) references. Frozen orbitals can be used when computing the energy but not the OPDM. REFERENCES
Original Moller-Plesset paper: 1. C. Moller and M. S. Plesset, "Note on an Approximation Treatment for Many-Electron Systems," Phys. Rev. 46, 618 (1934). Open-Shell Perturbation Theory 1. T. D. Crawford, H. F. Schaefer, and T. J. Lee, "On the energy invariance of open-shell perturbation theory with respect to unitary transformations of molecular orbitals," J. Chem. Phys. 105, 1060 (1996). MP(2) Gradient Theory: 1. M. Frisch, M. Head-Gordon, and J. Pople, "A Direct MP2 Gradient Method," Chem. Phys. Lett. 166, 275 (1990). 2. I. Nielsen, "A new direct MP2 gradient algorithm with implementation on a massively parallel computer," Chem. Phys. Lett. 255, 210 (1996). INPUT FORMAT
Input for this program is read from the file input.dat. The following keywords are valid: WFN = string Specifies the type of wave function desired. The only valid entry at the present is MP2. There is no default. REFERENCE = string Specifies the type of orbitals used for the single-determinant reference function. Valid entries include RHF, UHF, and ROHF. There is no default. PRINT = integer Determines the verbosity of the output. A value of 0 (the default) specifies minimal printing. CACHETYPE= string Selects the priority type for maintaining the automatic memory cache used by the DPD codes. (See libdpd.html for further details.) A value of LOW (the default) selects a "low priority" scheme in which the deletion of items from the cache is based on pre-pro- grammed priorities. A value of LRU selects a "least recently used" scheme in which the oldest item in the cache will be the first one deleted. CACHELEV= integer Selects the level of automatic cacheing desired in the storage of various amplitudes, integrals, and intermediates in the coupled cluster procedure. A value of 0 retains no quantities in cache, while a level of 6 attempts to store all quantities in cache. For particularly large calculations, a value of 0 may help with certain types of memory problems. The default is 2, which means that all four-index quantites with up to two virtual-orbital indices (e.g., <ij|ab> integrals) may be held in the cache. OPDM = boolean If TRUE calculate the one-particle density matrix and make OPDM_WRITE default to TRUE. The default value of OPDM is FALSE. OPDM_WRITE = boolean Flag for whether or not to write the one-particle density matrix to disk. OPDM_PRINT = boolean Flag for whether or not to print the one-particle density matrix. 10 August, 2003 mp2(1)