From knunez at nip.upd.edu.ph Tue Oct 4 16:01:41 2022 From: knunez at nip.upd.edu.ph (Kimver Louie Nunez) Date: Tue, 4 Oct 2022 23:01:41 +0800 Subject: [Flexiblesusy] Fwd: R-Parity Violating models with FlexibleSUSY In-Reply-To: References: Message-ID: TO: flexiblesusy at projects.hepforge.org FROM: Kimver Louie S. Nu?ez PhD Student National Institute of Physics University of the Philippines - Diliman Diliman, Quezon City, Philippines Good day! I have been studying and using FlexibleSUSY for a few weeks now and would like to know if it supports R-parity violating SUSY models. In particular, I have tried creating the model files including the SARAH model files for the MSSM with bilinear RpV [arXiv:hep-ph/9906310 ] and similarly for NMSSM with bilinear RpV [arXiv:hep-ph/0604216 ]. For the MSSM-BiRpV model, I initially had an issue with FlexibleSUSY not being able to solve the tree level tadpole equations for the EWSBOutputParameters so I tried manually giving the solutions through the variable "TreeLevelEWSBSolutions" (see the FlexibleSUSY.m.in file attachment). However, I get the following error upon compiling the code: [image: image.png] Would you be able to clarify the error statement? "Parameters given in TreeLevelEWSBSolution, do not match the Parameters given in FlexibleSUSY`EWSBOutputParameters!" Here are the said Parameters mentioned in the error statement: [image: image.png] [image: image.png] My guess is that FlexibleSUSY is not able to recognize the indexed parameters mlHd2[0], mlHd2[1], and mlHd2[3] (perhaps the notation?). In line with this, I would like to ask the following questions: 1. What is the correct way of specifying these parameters given that there has to be 5 entries provided, following the 5 EWSB Tadpole equations (1 for vu, 1 for vd, and 3 for vL where vL are three sneutrino vevs)? 2. Are these issues perhaps due to the RpV nature of the model having 3 generations of sneutrino vevs? 3. What are the limitations of FlexibleSUSY in handling R-parity violating SUSY models? I would really appreciate it if you can help me out since I plan to use this tool for my PhD Dissertation. I realize there are other tools I can use like SOFTSUSY and SPheno together with SARAH and I am also currently exploring these tools as well. However, I would very much like to explore further using FlexibleSUSY given its advantages over these other spectrum calculators. Your github page has been a really great help and I wish you all the best in your future projects. I have attached the FlexibleSUSY model file I used and the default SARAH model files for MSSM-BiRpV that came together with version 4.14.5. The setup and software version I am using is as follows: Ubuntu-22.04.1 LTS Mathematica-12.3.0 SARAH-4.14.5 FlexibleSUSY-2.7.1 Thank you very much. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 58919 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 5196 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 220301 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: FlexibleSUSY.m.in Type: application/octet-stream Size: 4908 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: particles.m Type: text/x-objcsrc Size: 7396 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: parameters.m Type: text/x-objcsrc Size: 3805 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: MSSM-RpV-Bi.m Type: text/x-objcsrc Size: 2827 bytes Desc: not available URL: From wojciech.kotlarski at fuw.edu.pl Tue Oct 4 19:15:40 2022 From: wojciech.kotlarski at fuw.edu.pl (Wojciech Kotlarski) Date: Tue, 04 Oct 2022 20:15:40 +0200 Subject: [Flexiblesusy] Fwd: R-Parity Violating models with FlexibleSUSY In-Reply-To: References: Message-ID: <1763667.TLkxdtWsSY@kompek> Hi, You've got a typo on line 70 in FlexibleSUSY.m.in (you've missed a comma). I will try to check why one cannot set EWSBOutputParameters in a normal way for parameters which are arrays. Best, Wojciech Dnia wtorek, 4 pa?dziernika 2022 17:01:41 CEST Kimver Louie Nunez pisze: > TO: flexiblesusy at projects.hepforge.org > > FROM: > Kimver Louie S. Nu?ez > PhD Student > National Institute of Physics > University of the Philippines - Diliman > Diliman, Quezon City, Philippines > > > Good day! > > I have been studying and using FlexibleSUSY for a few weeks now and would > like to know if it supports R-parity violating SUSY models. In particular, > I have tried creating the model files including the SARAH model files for > the MSSM with bilinear RpV [arXiv:hep-ph/9906310 > ] and similarly for NMSSM with > bilinear RpV [arXiv:hep-ph/0604216 ]. > > For the MSSM-BiRpV model, I initially had an issue with FlexibleSUSY not > being able to solve the tree level tadpole equations for the > EWSBOutputParameters so I tried manually giving the solutions through the > variable "TreeLevelEWSBSolutions" (see the FlexibleSUSY.m.in file > attachment). However, I get the following error upon compiling the code: > [image: image.png] > Would you be able to clarify the error statement? > "Parameters given in TreeLevelEWSBSolution, do not match > the Parameters given in FlexibleSUSY`EWSBOutputParameters!" > > Here are the said Parameters mentioned in the error statement: > [image: image.png] > [image: image.png] > > My guess is that FlexibleSUSY is not able to recognize the indexed > parameters mlHd2[0], mlHd2[1], and mlHd2[3] (perhaps the notation?). In > line with this, I would like to ask the following questions: > 1. What is the correct way of specifying these parameters given that there > has to be 5 entries provided, following the 5 EWSB Tadpole equations (1 for > vu, 1 for vd, and 3 for vL where vL are three sneutrino vevs)? > 2. Are these issues perhaps due to the RpV nature of the model having 3 > generations of sneutrino vevs? > 3. What are the limitations of FlexibleSUSY in handling R-parity violating > SUSY models? > > I would really appreciate it if you can help me out since I plan to use > this tool for my PhD Dissertation. I realize there are other tools I can > use like SOFTSUSY and SPheno together with SARAH and I am also currently > exploring these tools as well. However, I would very much like to explore > further using FlexibleSUSY given its advantages over these other spectrum > calculators. Your github page has been a really great help and I wish you > all the best in your future projects. > > I have attached the FlexibleSUSY model file I used and the default SARAH > model files for MSSM-BiRpV that came together with version 4.14.5. The > setup and software version I am using is as follows: > Ubuntu-22.04.1 LTS > Mathematica-12.3.0 > SARAH-4.14.5 > FlexibleSUSY-2.7.1 > > Thank you very much. From support at icict.co.uk Mon Oct 10 11:03:11 2022 From: support at icict.co.uk (Springer ICICT 2023) Date: Mon, 10 Oct 2022 10:03:11 +0000 (UTC) Subject: [Flexiblesusy] ( Proceedings by Springer ) - 8th ICICT 2023, London, UK Message-ID: <7f276b6c.AXYAAABlqMgAAAAf3lgAAEoHjM0AAAAAIlEAAmCIAA_bpQBjQ-3f@mailjet.com> [Apologies if you receive multiple copies of this?CFP] ========================================================== 8th?( Proceedings by Springer )??ICICT?2023?| 20 - 23 February?2023?| London, United Kingdom.? Eighth International?Congress?on Information and Communication Technology :?https://icict.co.uk/ [https://icict.co.uk/] ICICT?2023 will be organised in Hybrid Mode [ 20-21 February 2023 - Physical Mode || 22-23 February 2023 - Digital Mode ] ========================================================== Regular Submission Important Dates?: - 20th October 2022 : Regular Paper Submission Deadline Publication?:?All?ICICT?2023 presented papers will be published in conference proceedings by Springer LNNS. ISSN: 2367-3370, Series :?https://www.springer.com/series/15179 [https://www.springer.com/series/15179] Indexing :?Indexed by SCOPUS, INSPEC, WTI Frankfurt eG, zbMATH, SCImago. All books published in the series are submitted for consideration in the Web of Science. PAPERS SUBMISSION :?Submissions of high quality papers in all areas of?ICT?and its applications.The submissions are handled only through the Easychair website at:?https://icict.co.uk/call-for-papers.php#section02 [https://icict.co.uk/call-for-papers.php#section02] Organizing & Associated Partners?:?Global Knowledge Research?Foundation, InterYIT?-?IFIP,?Springer. Venue :? Physical :?Newton Room, Hamilton Centre Brunel Conference services Kingston Lane Uxbridge UB8 3PH, London, UK Digital Platform : Zoom Dear Friends and Colleagues, ICICT?2023?invites various research associates to discuss the current status, technical challenges, of the future services and applications, as part of a rich conference program including Keynote talks, Paper Presentation as well as Regular and Special Sessions. The?Eighth?edition of?ICT?conference?will target state-of-the-art as well as emerging topics pertaining to?ICT?and its Supported e-Agriculture and Rural Development Technologies, e-Education and Computing Technologies, e-Mining and Inclusive Technologies for implementation for Engineering and Managerial Applications through?ICT. The topics of interest include but are not limited to the following?: * Track 1:?COMMUNICATIONS * Track 2:?INFRASTRUCTURE AND COMPUTATION * Track 3:?ENGINEERING APPLICATIONS * Track 4:?E-GOVERNANCE AND GOVERNMENT * Track 5:?TECHNOLOGY COMPUTATION * Track 6:?INTELLIGENT SYSTEMS * Track 7:?ELECTRONIC SYSTEMS & CIRCUITS * Track 8:?SIGNAL AND IMAGE PROCESSING * Track 9:?HEALTH INFORMATICS Authors are kindly invited to submit their formatted full papers including results, tables, figures, and references. All submissions are handled through the?Easy?Chair at?https://icict.co.uk/call-for-papers.php#section02 [https://icict.co.uk/call-for-papers.php#section02] For any query, Please write mail on?support at icict.co.uk [support at icict.co.uk]?or a drop message on?https://icict.co.uk/contact. php? [https://icict.co.uk/contact.php]? Sincerely Yours - Convener?ICICT?2023 CLICK HERE TO UNSUBSCRIBE http://xpzk3.mjt.lu/unsub2?hl=en&m=AXYAAABlqMgAAAAf3lgAAEoHjM0AAAAAIlEAAmCIAA_bpQBjQ-3fIORCMwBiTJq_j-ngn8K4aQAPmaE&b=7f276b6c&e=3e92c7e9&x=Uf3C0EDjX1NawkTF5iYDAjMHFMFjDa93TYsmJ6jit7hq-RVjbLYb7d6XHDmky6w6 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sorbonne at conferencemedic.digital Tue Oct 18 17:02:48 2022 From: sorbonne at conferencemedic.digital (Scientific Committee) Date: 18 Oct 2022 16:02:48 -0000 Subject: [Flexiblesusy] London 2023 Message-ID: An HTML attachment was scrubbed... URL: From garza.qer at envireco.org Thu Oct 20 11:34:13 2022 From: garza.qer at envireco.org (Khloe Garza) Date: Thu, 20 Oct 2022 06:34:13 -0400 Subject: [Flexiblesusy] =?utf-8?b?RmluZGluZyB0aGUgTdCwbnXRlc+ycmlwdHMgVGhh?= =?utf-8?q?t_Are_Possibly_on_the_Relative_Topics_in_Your_Area?= Message-ID: If you no longer want to receive such kind of ?m?ils, ?li?? here to unsubs?r?be. Start Your Su?mi??ion & Enhance the Impact of Your Study Dear Peter Athron;Adam B?chner;Dylan Har..., American ??urnal of Physics and ?ppli?ations (AJPA) provides a f?r?m for r?s?ar?h fellows and professionals to communicate impactful r?s?ar?h on physics and ?pplic?ti?ns. ?n?itations to ??bmit Arti?l?s We sincerely hope you can s??mit original manus?r?pts to AJPA. If you wish to p?blis? your ???er in our ?ourn?l, please ?li?? the below l?n?: http://www.amjpa.net/nsfsdq/lwuuX Some Selected Arti?l?s Listed here are the p?blis?ed ???ers in AJPA and we hope you are interested in them. You can also find more ?rt?cles of AJPA via: http://www.amjpa.net/arbqp6q/lwuuX The ???er, once p?blis?ed on AJPA, will be circulated to a wide range of readers without limitation. ?itl?: Investigating the Effect of ZnSe (ETM) and Cu2O (HTM) on Absorber Layer on the Performance of Pervoskite Solar Cell Using SCAPS-1D ?ut?or: Joshua Adeyemi Owolabi, Mohammed Yusuf Onimisi, Jessica Amuchi Ukwenya, Alexander Bulus Bature, Ugbe Raphael Ushiekpan A?str?ct: Tin perovskite (CH3NH3SnI3) have attracted a lot of attention and could be a viable alternative material to replace lead perovskite in thin film solar cells. A detailed understanding on the effects of each componen ... ?itl?: Physical Processes in the Thermal Vacuum System ?ut?or: Volodymyr Kutovyi A?str?ct: Physical processes occurring during dehydration of heterogeneous materials in a thermal vacuum system have been analyzed. It has been demonstrated that the thermal-vacuum method provides dehydration and simultaneous wet-stock dispersion due to thermal diff ... ?itl?: Independent Modulation of the Phase and Amplitude of Electromagnetic Waves Based on the Phase Change of VO2 and Mode Coupling ?ut?or: Tianrui Pan, ?u?n Pei, Maosheng Wang, Xiaojuan Xie, Wanxia Huang A?str?ct: Metasurfaces in a metal?semiconductor?metal configuration have been studied in multiple contexts, including perfect absorption and phase modulation. Nevertheless, limit progress has been achieved in independent phase modulation. To study furthe ... We show your ?rt?cle's t?tl? and ?bstr??t below: ?itl? of the r?s?ar?h ???er mentioned above: FlexibleDecay: An automated calculator of scalar decay widths A?str?ct of the r?s?ar?h ???er mentioned above: We present FlexibleDecay, a tool to calculate decays of scalars in an arbitrary BSM model. The tool aims for high precision particularly in the case of Higgs boson decays. In the case of scalar and pseudoscalar Higgs boson decays the known higher order SM QED, QCD and EW effects are taken into account where possible. The program works in a modified $\overline{\text{MS}}$ scheme that exhibits a decoupling property with respect to heavy BSM physics, with BSM parameters themselves treated in the $\overline{\text{MS}}/\overline{\text{DR}}$-scheme allowing for an easy connection to high scale tests for, e.g., perturbativity and vacuum stability, and the many observable calculations readily available in $\overline{\text{MS}}/\overline{\text{DR}}$ programs. Pure BSM effects are taken into account at the leading order, including all one-loop c?ntri?uti?ns to loop-induced processes. The program is implemented as an extension to FlexibleSUSY, which determines the mass spectrum for arbitrary BSM models, and does not require any extra configuration from the u??r. We compare our predictions for Higgs decays in the SM, singlet extended SM, type II THDM, CMSSM and MRSSM, as well as for squark decays in the CMSSM against a selection of publicly available tools. The numerical differences between our and other programs are explained. The release of FlexibleDecay officially deprecates the old effective couplings routines in FlexibleSUSY. ? Less -------------- next part -------------- An HTML attachment was scrubbed... URL: From hiring at turing.com Thu Oct 27 20:25:16 2022 From: hiring at turing.com (Vijay Krishnan, CTO - Turing) Date: Thu, 27 Oct 2022 19:25:16 +0000 (UTC) Subject: [Flexiblesusy] We have awesome remote U.S. jobs waiting for engineers like you. Message-ID: <152cd490-562d-11ed-aef8-abbcd2838450@turing.com>
Get an offer as early as 2 weeks.

Hi ,

I saw your profile online and wanted to reach out! You might be a great fit for many of the remote software engineering roles that top U.S. companies are hiring for on Turing.

Turing is based in Palo Alto, California, U.S.A., also known as ?Silicon Valley?. We connect exceptional software engineers from around the world to top U.S. and Silicon Valley companies that are hiring for full-time remote software positions.

  • Live anywhere, enjoy rapid career growth: Live anywhere in the world, enjoy career growth opportunities formerly only available to engineers living in the Silicon Valley - Work with former Tech Leads and Engineering Managers from Google, Facebook, Microsoft, Amazon, & various top tech companies and advance rapidly towards your professional goals.


  • Full-Time, Long term opportunities: - Turing only partners with U.S companies that are hiring for full-time long term roles remotely and also work hard on re-matching you to subsequent long term opportunities. If you register and pass Turing?s tests and interviews, you may never have to interview for a job again.


  • Compensation: - Turing engineers are compensated with salaries more than local companies in most countries.


  • Find jobs across levels: - Turing hires mid level, senior level as well as tech lead level engineers.


  • Find jobs in 100+ Skills: - Get hired for React, Node, Python, Angular, Swift, React Native, Android, Java, Rails, Golang, PHP, Vue, Devops, Machine Learning etc.

START YOUR APPLICATION

If you run into any difficulty creating your profile, please email us at hiring at turing.com. Our team will help you out as soon as possible. We look forward to matching you with new exciting opportunities!

Best Regards,

Turing Team

-----------------------------------------------------------



ABOUT TURING

Turing is leading the Talent Cloud category with the world?s largest vetted pool of developers. The company?s Intelligent Talent Cloud uses AI to source, vet, match and manage nearly 2 million developers and engineers worldwide, empowering companies to quickly hire high-quality engineering teams at the touch of a button.

Turing counts a broad range of industry-leading companies among its 300+ customers, including Amazon, Johnson & Johnson, Reddit, Pepsi, Disney, Rivian and OpenAI. Turing has raised over $140 million from investors, including WestBridge Capital, Foundation Capital, Stanford StartX and executives from Google, Facebook, Microsoft, and Amazon. The company's last round was on a $4 billion valuation cap.

Videos of current Turing engineers talking about their experience with Turing:


Turing has received numerous awards including:
Turing Enterprises Inc, 1900 Embarcadero Rd, Suite 104, Palo Alto, California, 94303, USA
.

Please use this link to unsubscribe from all our emails.

-------------- next part -------------- An HTML attachment was scrubbed... URL: