Skip to content

Commit

Permalink
Update SecondQuantization.m
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoQNF committed Sep 5, 2024
1 parent f99efda commit cdb5f2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions QuantumFramework/Kernel/SecondQuantization.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
(*General Definitions*)


$FockSize = 20;


SetFockSpaceSize[size_:15]:=$FockSize = size;
SetFockSpaceSize[size_:20]:=$FockSize = size;


Commutator[a_QuantumOperator,b_QuantumOperator]:= a@b - b@a
Expand Down Expand Up @@ -120,6 +117,9 @@
]


$FockSize = 20;


(* ::Section:: *)
(*Quasi-probability Distributions*)

Expand Down

0 comments on commit cdb5f2e

Please sign in to comment.