chore: Add lean version of check_file_import

This commit is contained in:
jstoobysmith 2024-06-26 08:33:54 -04:00
parent 58c5540700
commit 5ab53ca314
5 changed files with 109 additions and 10 deletions

View file

@ -33,6 +33,5 @@ def potential (Φ1 Φ2 : higgsField)
+ (lam₆ * Φ1.normSq x * (Φ1.innerProd Φ2) x + conj lam₆ * Φ1.normSq x * (Φ2.innerProd Φ1) x).re
+ (lam₇ * Φ2.normSq x * (Φ1.innerProd Φ2) x + conj lam₇ * Φ2.normSq x * (Φ2.innerProd Φ1) x).re
end
end TwoHDM