10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-13 16:55:26 +02:00

Robots.txt

This commit is contained in:
Anthony Scemama 2014-09-18 10:04:00 +02:00
parent ad9107ec85
commit 12c7bcf99d
2 changed files with 8 additions and 16 deletions

View File

@ -147,22 +147,12 @@ let run ?(core="[]") ?(inact="[]") ?(act="[]") ?(virt="[]") ?(del="[]") ezfio_fi
)
in
let extract_hole = function
| (h,_) -> h
and extract_particle = function
| (_,p) -> p
and extract_hole1 = function
| (h,_,_,_) -> h
| _ -> assert false
and extract_particle1 = function
| (_,p,_,_) -> p
| _ -> assert false
and extract_hole2 = function
| (_,_,h,_) -> h
| _ -> assert false
and extract_particle2 = function
| (_,_,_,p) -> p
| _ -> assert false
let extract_hole (h,_) = h
and extract_particle (_,p) = p
and extract_hole1 (h,_,_,_) = h
and extract_particle1 (_,p,_,_) = p
and extract_hole2 (_,_,h,_) = h
and extract_particle2 (_,_,_,p) = p
in
let result = [
List.map ~f:extract_hole single_excitations

2
robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Allow: /